attic/Cargo.lock

4961 lines
117 KiB
Plaintext
Raw Normal View History

2023-01-01 00:01:07 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2023-03-05 18:05:11 +00:00
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
"once_cell",
"version_check",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "aho-corasick"
2023-05-28 21:21:59 +00:00
version = "1.0.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
2023-01-01 00:01:07 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2023-05-28 21:21:59 +00:00
[[package]]
name = "anstream"
2023-05-28 21:21:59 +00:00
version = "0.3.2"
2023-05-28 21:21:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
2023-05-28 21:21:59 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
2023-05-28 21:21:59 +00:00
"anstyle-query",
2023-05-28 21:21:59 +00:00
"anstyle-wincon",
2023-05-28 21:21:59 +00:00
"colorchoice",
2023-05-28 21:21:59 +00:00
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
2023-05-28 21:21:59 +00:00
version = "1.0.0"
2023-05-28 21:21:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
2023-05-28 21:21:59 +00:00
[[package]]
name = "anstyle-parse"
2023-05-28 21:21:59 +00:00
version = "0.2.0"
2023-05-28 21:21:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
2023-05-28 21:21:59 +00:00
dependencies = [
"utf8parse",
]
2023-05-28 21:21:59 +00:00
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
2023-05-28 21:21:59 +00:00
[[package]]
name = "anstyle-wincon"
2023-05-28 21:21:59 +00:00
version = "1.0.1"
2023-05-28 21:21:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
2023-05-28 21:21:59 +00:00
dependencies = [
"anstyle",
2023-05-28 21:21:59 +00:00
"windows-sys 0.48.0",
2023-05-28 21:21:59 +00:00
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "anyhow"
2023-05-28 21:21:59 +00:00
version = "1.0.71"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2023-01-01 00:01:07 +00:00
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
name = "async-channel"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "async-compression"
2023-05-28 21:21:59 +00:00
version = "0.4.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "5b0122885821398cc923ece939e24d1056a2384ee719432397fa9db87230ff11"
2023-01-01 00:01:07 +00:00
dependencies = [
"brotli",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
"xz2",
"zstd",
"zstd-safe",
]
[[package]]
name = "async-stream"
2023-05-28 21:21:59 +00:00
version = "0.3.5"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
2023-01-01 00:01:07 +00:00
dependencies = [
"async-stream-impl",
"futures-core",
2023-03-05 18:05:11 +00:00
"pin-project-lite",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "async-stream-impl"
2023-05-28 21:21:59 +00:00
version = "0.3.5"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "async-trait"
2023-05-28 21:21:59 +00:00
version = "0.1.68"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "atoi"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
dependencies = [
"num-traits",
]
[[package]]
name = "attic"
version = "0.1.0"
dependencies = [
2023-01-15 06:55:10 +00:00
"async-stream",
2023-05-28 21:21:59 +00:00
"base64 0.21.2",
2023-01-15 06:55:10 +00:00
"bytes",
2023-01-01 00:01:07 +00:00
"cxx",
"cxx-build",
"digest",
"displaydoc",
"ed25519-compact",
"futures",
"hex",
"lazy_static",
"log",
"nix-base32",
"pkg-config",
"regex",
"serde",
"serde_json",
"serde_with",
2023-01-01 00:01:07 +00:00
"serde_yaml",
"sha2",
"tempfile",
"tokio",
"tokio-test",
"wildmatch",
"xdg",
]
[[package]]
name = "attic-client"
version = "0.1.0"
dependencies = [
"anyhow",
"async-channel",
2023-01-01 00:01:07 +00:00
"attic",
"bytes",
2023-05-28 21:21:59 +00:00
"clap 4.3.0",
2023-01-01 00:01:07 +00:00
"clap_complete",
"const_format",
"dialoguer",
"displaydoc",
"enum-as-inner",
"futures",
"humantime",
"indicatif",
"lazy_static",
2023-01-29 19:01:54 +00:00
"notify",
2023-01-01 00:01:07 +00:00
"regex",
"reqwest",
"serde",
"serde_json",
"tokio",
2023-05-28 21:21:59 +00:00
"toml 0.7.4",
2023-01-01 00:01:07 +00:00
"tracing",
"tracing-subscriber",
"xdg",
]
[[package]]
name = "attic-server"
version = "0.1.0"
dependencies = [
"anyhow",
"async-compression",
2023-01-15 06:55:10 +00:00
"async-stream",
2023-01-01 00:01:07 +00:00
"async-trait",
"attic",
2023-01-08 07:57:22 +00:00
"attic-token",
"aws-config",
2023-01-01 00:01:07 +00:00
"aws-sdk-s3",
"axum",
"axum-macros",
2023-05-28 21:21:59 +00:00
"base64 0.21.2",
2023-01-01 00:01:07 +00:00
"bytes",
"chrono",
2023-05-28 21:21:59 +00:00
"clap 4.3.0",
2023-01-01 00:01:07 +00:00
"console-subscriber",
"derivative",
"digest",
"displaydoc",
"enum-as-inner",
2023-01-15 06:55:10 +00:00
"fastcdc",
2023-01-01 00:01:07 +00:00
"futures",
"hex",
"humantime",
"humantime-serde",
"itoa",
"maybe-owned",
"rand",
"regex",
"ryu",
"sea-orm",
"sea-orm-migration",
"serde",
"serde_json",
"serde_with",
"sha2",
"tokio",
2023-01-15 06:55:10 +00:00
"tokio-test",
2023-01-01 00:01:07 +00:00
"tokio-util",
2023-05-28 21:21:59 +00:00
"toml 0.7.4",
2023-03-05 18:05:11 +00:00
"tower-http",
2023-01-01 00:01:07 +00:00
"tracing",
"tracing-error",
2023-01-01 00:01:07 +00:00
"tracing-subscriber",
"uuid",
"xdg",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "attic-token"
version = "0.1.0"
dependencies = [
"attic",
2023-05-28 21:21:59 +00:00
"base64 0.21.2",
2023-01-08 07:57:22 +00:00
"chrono",
"displaydoc",
2023-01-08 07:57:22 +00:00
"jwt-simple",
2023-01-08 07:57:22 +00:00
"lazy_static",
"regex",
"serde",
"serde_with",
"tracing",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "aws-config"
version = "0.57.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7489a72550db3712fe3a0a92068f832d6270ff82f518b84a800af131f99570d7"
dependencies = [
2023-03-05 18:05:11 +00:00
"aws-credential-types",
"aws-http",
"aws-runtime",
"aws-sdk-sso",
"aws-sdk-ssooidc",
"aws-sdk-sts",
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
"aws-smithy-types",
"aws-types",
"bytes",
"fastrand 2.0.1",
"hex",
"http",
"hyper",
"ring 0.17.5",
2023-05-28 21:21:59 +00:00
"time 0.3.21",
"tokio",
"tracing",
"zeroize",
]
2023-03-05 18:05:11 +00:00
[[package]]
name = "aws-credential-types"
version = "0.57.1"
2023-03-05 18:05:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80009846d61a0a4f9070d789cf0e64db284cba6984fae3871050d044e6569cd2"
2023-03-05 18:05:11 +00:00
dependencies = [
"aws-smithy-async",
"aws-smithy-runtime-api",
2023-03-05 18:05:11 +00:00
"aws-smithy-types",
"zeroize",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "aws-http"
version = "0.57.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e65730b741a5f6422fd338bf6f76b7956b090affeaa045e78fca8c4186e0fd5"
2023-01-01 00:01:07 +00:00
dependencies = [
"aws-smithy-http",
"aws-smithy-runtime-api",
2023-01-01 00:01:07 +00:00
"aws-smithy-types",
"aws-types",
"bytes",
2023-01-01 00:01:07 +00:00
"http",
"http-body",
"pin-project-lite",
2023-01-01 00:01:07 +00:00
"tracing",
]
[[package]]
name = "aws-runtime"
version = "0.57.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2414b96071ae840b97c0cc1d44b248d5607d648593cdf474f3fb5465572898"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"aws-credential-types",
"aws-http",
"aws-sigv4",
"aws-smithy-async",
"aws-smithy-eventstream",
2023-01-01 00:01:07 +00:00
"aws-smithy-http",
"aws-smithy-runtime-api",
2023-01-01 00:01:07 +00:00
"aws-smithy-types",
"aws-types",
"fastrand 2.0.1",
2023-01-01 00:01:07 +00:00
"http",
"percent-encoding",
"tracing",
"uuid",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "aws-sdk-s3"
version = "0.35.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84022763485483ea17d417f9832d5da198bc36829b59f086c0d35ecd2ce59991"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"aws-credential-types",
2023-01-01 00:01:07 +00:00
"aws-http",
"aws-runtime",
2023-01-01 00:01:07 +00:00
"aws-sigv4",
"aws-smithy-async",
"aws-smithy-checksums",
"aws-smithy-eventstream",
"aws-smithy-http",
2023-03-05 18:05:11 +00:00
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
2023-01-01 00:01:07 +00:00
"aws-smithy-types",
"aws-smithy-xml",
"aws-types",
"bytes",
"http",
"http-body",
2023-03-05 18:05:11 +00:00
"once_cell",
"percent-encoding",
"regex",
2023-01-01 00:01:07 +00:00
"tracing",
2023-03-05 18:05:11 +00:00
"url",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "aws-sdk-sso"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "341a5b00567d0f350025501c8fd36e1ca8055744a2d17e351f0b254f84eba48a"
dependencies = [
2023-03-05 18:05:11 +00:00
"aws-credential-types",
"aws-http",
"aws-runtime",
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
"aws-smithy-types",
"aws-types",
"bytes",
"http",
2023-03-05 18:05:11 +00:00
"regex",
2023-05-28 21:21:59 +00:00
"tracing",
]
[[package]]
name = "aws-sdk-ssooidc"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbd4bffbd26f66269933bcd26123f2d6860769c0f769b6d3fc10eda025d287d8"
dependencies = [
2023-03-05 18:05:11 +00:00
"aws-credential-types",
"aws-http",
"aws-runtime",
"aws-smithy-async",
"aws-smithy-http",
2023-03-05 18:05:11 +00:00
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
"aws-smithy-types",
"aws-types",
"bytes",
"http",
2023-03-05 18:05:11 +00:00
"regex",
"tracing",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "aws-sdk-sts"
version = "0.35.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b1a8ae5c7098502a3e6d4130dbee1e1d3fcb8dc5d65cecab39e01d595f90f6"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"aws-credential-types",
"aws-http",
"aws-runtime",
"aws-smithy-async",
2023-01-01 00:01:07 +00:00
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-query",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
"aws-smithy-types",
"aws-smithy-xml",
2023-01-01 00:01:07 +00:00
"aws-types",
"http",
"regex",
2023-01-01 00:01:07 +00:00
"tracing",
]
[[package]]
name = "aws-sigv4"
version = "0.57.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3347c738e0a8449020877d319cda56da74d6e8aba9fff210720fac66cae3c7f4"
2023-01-01 00:01:07 +00:00
dependencies = [
"aws-credential-types",
2023-01-01 00:01:07 +00:00
"aws-smithy-eventstream",
"aws-smithy-http",
"aws-smithy-runtime-api",
2023-01-01 00:01:07 +00:00
"bytes",
"form_urlencoded",
"hex",
"hmac",
"http",
"num-bigint",
2023-01-01 00:01:07 +00:00
"once_cell",
"p256 0.11.1",
2023-01-01 00:01:07 +00:00
"percent-encoding",
"regex",
"ring 0.17.5",
2023-01-01 00:01:07 +00:00
"sha2",
2023-05-28 21:21:59 +00:00
"time 0.3.21",
2023-01-01 00:01:07 +00:00
"tracing",
"zeroize",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "aws-smithy-async"
version = "0.57.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4b65a284265d3eec6cc9f1daef2d0cc3b78684b712cb6c7f1d0f665456b7604"
2023-01-01 00:01:07 +00:00
dependencies = [
"futures-util",
"pin-project-lite",
"tokio",
]
[[package]]
name = "aws-smithy-checksums"
version = "0.57.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40f1d5a222ba11ac7d6b20f3668ae282970e50615fa5ee1dd8ac8180c0c1803"
2023-01-01 00:01:07 +00:00
dependencies = [
"aws-smithy-http",
"aws-smithy-types",
"bytes",
"crc32c",
"crc32fast",
"hex",
"http",
"http-body",
"md-5",
"pin-project-lite",
"sha1",
"sha2",
"tracing",
]
[[package]]
name = "aws-smithy-eventstream"
version = "0.57.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16e7ecebc2b083a1b138868a46a343204a6097f343c4830a8b22b3a0d30013e"
2023-01-01 00:01:07 +00:00
dependencies = [
"aws-smithy-types",
"bytes",
"crc32fast",
]
[[package]]
name = "aws-smithy-http"
version = "0.57.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "715aeb61fb743848d5d398ce6fb1259f5eba5e13dceec5d5064cada1a181d38d"
2023-01-01 00:01:07 +00:00
dependencies = [
"aws-smithy-eventstream",
"aws-smithy-runtime-api",
2023-01-01 00:01:07 +00:00
"aws-smithy-types",
"bytes",
"bytes-utils",
"futures-core",
"http",
"http-body",
"once_cell",
"percent-encoding",
"pin-project-lite",
"pin-utils",
"tracing",
]
[[package]]
name = "aws-smithy-json"
version = "0.57.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de21d368dcd5cab17033406ea6e7351b091164b208381de837510bd7558c0f30"
2023-01-01 00:01:07 +00:00
dependencies = [
"aws-smithy-types",
]
[[package]]
name = "aws-smithy-query"
version = "0.57.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5ace389c7e4def130bff7275647481c8d49b867909ca61d5dc9a809b3632f3"
dependencies = [
"aws-smithy-types",
"urlencoding",
]
[[package]]
name = "aws-smithy-runtime"
version = "0.57.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4395310662d10f1847324af5fe43e621922cba03b1aa6d26c21096e18a4e79"
dependencies = [
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-runtime-api",
"aws-smithy-types",
"bytes",
"fastrand 2.0.1",
"http",
"http-body",
"hyper",
"hyper-rustls",
"once_cell",
"pin-project-lite",
"pin-utils",
"rustls 0.21.8",
"tokio",
"tracing",
]
[[package]]
name = "aws-smithy-runtime-api"
version = "0.57.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30e27594c06f5b36e97d18ef26ed693f1d4c7167b9bbb544b3a9bb653f9f7035"
dependencies = [
"aws-smithy-async",
"aws-smithy-types",
"bytes",
"http",
"pin-project-lite",
"tokio",
"tracing",
"zeroize",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "aws-smithy-types"
version = "0.57.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d36f1723ed61e82094498e7283510fe21484b73c215c33874c81a84411b5bdc"
2023-01-01 00:01:07 +00:00
dependencies = [
"base64-simd",
"bytes",
"bytes-utils",
"futures-core",
"http",
"http-body",
2023-01-01 00:01:07 +00:00
"itoa",
"num-integer",
"pin-project-lite",
"pin-utils",
2023-01-01 00:01:07 +00:00
"ryu",
"serde",
2023-05-28 21:21:59 +00:00
"time 0.3.21",
"tokio",
"tokio-util",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "aws-smithy-xml"
version = "0.57.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68225c8d3e3e6c565a3cf764aa82440837ef15c33d1dd7205e15715444e4b4ad"
2023-01-01 00:01:07 +00:00
dependencies = [
"xmlparser",
]
[[package]]
name = "aws-types"
version = "0.57.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdc27aac60f715bab25f5d758ba5651b80aae791c48e9871ffe298683f00a2b"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"aws-credential-types",
2023-01-01 00:01:07 +00:00
"aws-smithy-async",
"aws-smithy-runtime-api",
2023-01-01 00:01:07 +00:00
"aws-smithy-types",
"http",
"rustc_version",
"tracing",
]
[[package]]
name = "axum"
2023-05-28 21:21:59 +00:00
version = "0.6.18"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
2023-01-01 00:01:07 +00:00
dependencies = [
"async-trait",
"axum-core",
"bitflags",
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
"sync_wrapper",
"tokio",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
2023-05-28 21:21:59 +00:00
version = "0.3.4"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
2023-01-01 00:01:07 +00:00
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"mime",
"rustversion",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-macros"
2023-05-28 21:21:59 +00:00
version = "0.3.7"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "2bb524613be645939e280b7279f7b017f98cf7f5ef084ec374df373530e73277"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"heck 0.4.1",
2023-01-01 00:01:07 +00:00
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "bae"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33b8de67cc41132507eeece2584804efcb15f85ba516e34c944b7667f480397a"
dependencies = [
"heck 0.3.3",
"proc-macro-error",
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "base16ct"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
2023-01-08 07:57:22 +00:00
[[package]]
name = "base16ct"
2023-05-28 21:21:59 +00:00
version = "0.2.0"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
2023-01-08 07:57:22 +00:00
2023-01-01 00:01:07 +00:00
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2023-03-05 18:05:11 +00:00
[[package]]
name = "base64"
2023-05-28 21:21:59 +00:00
version = "0.21.2"
2023-03-05 18:05:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2023-03-05 18:05:11 +00:00
2023-01-01 00:01:07 +00:00
[[package]]
name = "base64-simd"
2023-03-05 18:05:11 +00:00
version = "0.8.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"outref",
"vsimd",
2023-01-01 00:01:07 +00:00
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "base64ct"
2023-03-05 18:05:11 +00:00
version = "1.6.0"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2023-01-08 07:57:22 +00:00
[[package]]
name = "bigdecimal"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "binstring"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e0d60973d9320722cb1206f412740e162a33b8547ea8d6be75d7cff237c7a85"
2023-01-01 00:01:07 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-05-28 21:21:59 +00:00
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "block-buffer"
2023-05-28 21:21:59 +00:00
version = "0.10.4"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2023-01-01 00:01:07 +00:00
dependencies = [
"generic-array",
]
[[package]]
name = "borsh"
2023-05-28 21:21:59 +00:00
version = "0.10.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
2023-01-01 00:01:07 +00:00
dependencies = [
"borsh-derive",
2023-03-05 18:05:11 +00:00
"hashbrown 0.13.2",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "borsh-derive"
2023-05-28 21:21:59 +00:00
version = "0.10.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
2023-01-01 00:01:07 +00:00
dependencies = [
"borsh-derive-internal",
"borsh-schema-derive-internal",
"proc-macro-crate",
"proc-macro2",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "borsh-derive-internal"
2023-05-28 21:21:59 +00:00
version = "0.10.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "borsh-schema-derive-internal"
2023-05-28 21:21:59 +00:00
version = "0.10.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "brotli"
version = "3.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2023-03-05 18:05:11 +00:00
version = "2.3.4"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
2023-01-01 00:01:07 +00:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "bumpalo"
2023-05-28 21:21:59 +00:00
version = "3.13.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2023-01-01 00:01:07 +00:00
[[package]]
name = "bytecheck"
2023-05-28 21:21:59 +00:00
version = "0.6.11"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
2023-01-01 00:01:07 +00:00
dependencies = [
"bytecheck_derive",
"ptr_meta",
2023-03-05 18:05:11 +00:00
"simdutf8",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "bytecheck_derive"
2023-05-28 21:21:59 +00:00
version = "0.6.11"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2023-03-05 18:05:11 +00:00
version = "1.4.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2023-01-01 00:01:07 +00:00
[[package]]
name = "bytes-utils"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9"
dependencies = [
"bytes",
"either",
]
[[package]]
name = "cc"
version = "1.0.84"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f8e7c90afad890484a21653d08b6e209ae34770fb5ee298f9c699fcc1e5c856"
2023-01-01 00:01:07 +00:00
dependencies = [
"libc",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2023-05-28 21:21:59 +00:00
version = "0.4.24"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
2023-01-01 00:01:07 +00:00
dependencies = [
"iana-time-zone",
"js-sys",
"num-integer",
"num-traits",
"serde",
"time 0.1.45",
"wasm-bindgen",
"winapi",
]
[[package]]
name = "clap"
2023-05-28 21:21:59 +00:00
version = "3.2.25"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
2023-01-01 00:01:07 +00:00
dependencies = [
"bitflags",
2023-05-28 21:21:59 +00:00
"clap_derive 3.2.25",
2023-01-01 00:01:07 +00:00
"clap_lex 0.2.4",
"indexmap",
"once_cell",
"textwrap",
]
[[package]]
name = "clap"
2023-05-28 21:21:59 +00:00
version = "4.3.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-05-28 21:21:59 +00:00
"clap_builder",
2023-05-28 21:21:59 +00:00
"clap_derive 4.3.0",
2023-01-01 00:01:07 +00:00
"once_cell",
2023-05-28 21:21:59 +00:00
]
[[package]]
name = "clap_builder"
2023-05-28 21:21:59 +00:00
version = "4.3.0"
2023-05-28 21:21:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990"
2023-05-28 21:21:59 +00:00
dependencies = [
"anstream",
"anstyle",
"bitflags",
2023-05-28 21:21:59 +00:00
"clap_lex 0.5.0",
2023-01-01 00:01:07 +00:00
"strsim",
]
[[package]]
name = "clap_complete"
2023-05-28 21:21:59 +00:00
version = "4.3.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "a04ddfaacc3bc9e6ea67d024575fafc2a813027cf374b8f24f7bc233c6b6be12"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-05-28 21:21:59 +00:00
"clap 4.3.0",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "clap_derive"
2023-05-28 21:21:59 +00:00
version = "3.2.25"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"heck 0.4.1",
2023-01-01 00:01:07 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "clap_derive"
2023-05-28 21:21:59 +00:00
version = "4.3.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"heck 0.4.1",
2023-01-01 00:01:07 +00:00
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "clap_lex"
2023-05-28 21:21:59 +00:00
version = "0.5.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
2023-01-01 00:01:07 +00:00
2023-01-08 07:57:22 +00:00
[[package]]
name = "coarsetime"
2023-03-05 18:05:11 +00:00
version = "0.1.23"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "a90d114103adbc625300f346d4d09dfb4ab1c4a8df6868435dd903392ecf4354"
2023-01-08 07:57:22 +00:00
dependencies = [
"libc",
"once_cell",
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2023-05-28 21:21:59 +00:00
[[package]]
2023-05-28 21:21:59 +00:00
name = "colorchoice"
2023-05-28 21:21:59 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2023-05-28 21:21:59 +00:00
[[package]]
name = "concurrent-queue"
2023-05-28 21:21:59 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
dependencies = [
"crossbeam-utils",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "console"
2023-05-28 21:21:59 +00:00
version = "0.15.7"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
2023-01-01 00:01:07 +00:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
2023-05-28 21:21:59 +00:00
"windows-sys 0.45.0",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "console-api"
2023-05-28 21:21:59 +00:00
version = "0.5.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e"
2023-01-01 00:01:07 +00:00
dependencies = [
"prost",
"prost-types",
"tonic",
"tracing-core",
]
[[package]]
name = "console-subscriber"
2023-05-28 21:21:59 +00:00
version = "0.1.9"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "57ab2224a0311582eb03adba4caaf18644f7b1f10a760803a803b9b605187fc7"
2023-01-01 00:01:07 +00:00
dependencies = [
"console-api",
"crossbeam-channel",
"crossbeam-utils",
"futures",
"hdrhistogram",
"humantime",
"prost-types",
"serde",
"serde_json",
"thread_local",
"tokio",
"tokio-stream",
"tonic",
"tracing",
"tracing-core",
"tracing-subscriber",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "const-oid"
2023-03-05 18:05:11 +00:00
version = "0.9.2"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"
2023-01-08 07:57:22 +00:00
2023-01-01 00:01:07 +00:00
[[package]]
name = "const_format"
version = "0.2.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e"
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-05-28 21:21:59 +00:00
version = "0.8.4"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2023-01-01 00:01:07 +00:00
[[package]]
name = "cpufeatures"
2023-05-28 21:21:59 +00:00
version = "0.2.7"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
2023-01-01 00:01:07 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc32c"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dfea2db42e9927a3845fb268a10a72faed6d416065f77873f05e411457c363e"
dependencies = [
"rustc_version",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
2023-05-28 21:21:59 +00:00
version = "0.5.8"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2023-01-01 00:01:07 +00:00
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-queue"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2023-03-05 18:05:11 +00:00
version = "0.8.15"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
2023-01-01 00:01:07 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crypto-bigint"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
dependencies = [
"generic-array",
"rand_core",
"subtle",
"zeroize",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "crypto-bigint"
2023-05-28 21:21:59 +00:00
version = "0.5.2"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15"
2023-01-08 07:57:22 +00:00
dependencies = [
"generic-array",
"rand_core",
"subtle",
"zeroize",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "ct-codecs"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df"
[[package]]
name = "cxx"
2023-05-28 21:21:59 +00:00
version = "1.0.95"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "109308c20e8445959c2792e81871054c6a17e6976489a93d2769641a2ba5839c"
2023-01-01 00:01:07 +00:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2023-05-28 21:21:59 +00:00
version = "1.0.95"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "daf4c6755cdf10798b97510e0e2b3edb9573032bd9379de8fffa59d68165494f"
2023-01-01 00:01:07 +00:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "cxxbridge-flags"
2023-05-28 21:21:59 +00:00
version = "1.0.95"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "882074421238e84fe3b4c65d0081de34e5b323bf64555d3e61991f76eb64a7bb"
2023-01-01 00:01:07 +00:00
[[package]]
name = "cxxbridge-macro"
2023-05-28 21:21:59 +00:00
version = "1.0.95"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "4a076022ece33e7686fb76513518e219cca4fce5750a8ae6d1ce6c0f48fd1af9"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "darling"
2023-05-28 21:21:59 +00:00
version = "0.20.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944"
2023-01-01 00:01:07 +00:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-05-28 21:21:59 +00:00
version = "0.20.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb"
2023-01-01 00:01:07 +00:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "darling_macro"
2023-05-28 21:21:59 +00:00
version = "0.20.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
2023-01-01 00:01:07 +00:00
dependencies = [
"darling_core",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "der"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
dependencies = [
"const-oid",
2023-05-28 21:21:59 +00:00
"pem-rfc7468 0.6.0",
"zeroize",
]
[[package]]
name = "der"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56acb310e15652100da43d130af8d97b509e95af61aab1c5a7939ef24337ee17"
dependencies = [
"const-oid",
"pem-rfc7468 0.7.0",
2023-01-08 07:57:22 +00:00
"zeroize",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "dialoguer"
2023-05-28 21:21:59 +00:00
version = "0.10.4"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87"
2023-01-01 00:01:07 +00:00
dependencies = [
"console",
2023-03-05 18:05:11 +00:00
"shell-words",
2023-01-01 00:01:07 +00:00
"tempfile",
"zeroize",
]
[[package]]
name = "digest"
2023-05-28 21:21:59 +00:00
version = "0.10.7"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2023-01-01 00:01:07 +00:00
dependencies = [
"block-buffer",
2023-01-08 07:57:22 +00:00
"const-oid",
2023-01-01 00:01:07 +00:00
"crypto-common",
"subtle",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "displaydoc"
2023-05-28 21:21:59 +00:00
version = "0.2.4"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "dotenvy"
2023-05-28 21:21:59 +00:00
version = "0.15.7"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2023-01-01 00:01:07 +00:00
[[package]]
name = "ecdsa"
version = "0.14.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
dependencies = [
"der 0.6.1",
"elliptic-curve 0.12.3",
"rfc6979 0.3.1",
"signature 1.6.4",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "ecdsa"
2023-05-28 21:21:59 +00:00
version = "0.16.7"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "0997c976637b606099b9985693efa3581e84e41f5c11ba5255f88711058ad428"
2023-01-08 07:57:22 +00:00
dependencies = [
2023-05-28 21:21:59 +00:00
"der 0.7.6",
"digest",
"elliptic-curve 0.13.5",
"rfc6979 0.4.0",
2023-05-28 21:21:59 +00:00
"signature 2.1.0",
"spki 0.7.2",
2023-01-08 07:57:22 +00:00
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "ed25519-compact"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a3d382e8464107391c8706b4c14b087808ecb909f6c15c34114bc42e53a9e4c"
dependencies = [
"ct-codecs",
"getrandom",
]
[[package]]
name = "either"
2023-03-05 18:05:11 +00:00
version = "1.8.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2023-01-01 00:01:07 +00:00
[[package]]
name = "elliptic-curve"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
dependencies = [
"base16ct 0.1.1",
"crypto-bigint 0.4.9",
"der 0.6.1",
"digest",
"ff 0.12.1",
"generic-array",
"group 0.12.1",
"pkcs8 0.9.0",
"rand_core",
"sec1 0.3.0",
"subtle",
"zeroize",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "elliptic-curve"
2023-05-28 21:21:59 +00:00
version = "0.13.5"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b"
2023-01-08 07:57:22 +00:00
dependencies = [
"base16ct 0.2.0",
"crypto-bigint 0.5.2",
2023-01-08 07:57:22 +00:00
"digest",
"ff 0.13.0",
2023-01-08 07:57:22 +00:00
"generic-array",
"group 0.13.0",
2023-01-08 07:57:22 +00:00
"hkdf",
2023-05-28 21:21:59 +00:00
"pem-rfc7468 0.7.0",
"pkcs8 0.10.2",
2023-01-08 07:57:22 +00:00
"rand_core",
"sec1 0.7.2",
2023-01-08 07:57:22 +00:00
"subtle",
"zeroize",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
2023-03-05 18:05:11 +00:00
version = "0.8.32"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2023-01-01 00:01:07 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "enum-as-inner"
2023-05-28 21:21:59 +00:00
version = "0.5.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "356538125fac8ab67d41d09b010daa294659f0b6279a175a947ad5c254b6114c"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"heck 0.4.1",
2023-01-01 00:01:07 +00:00
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "errno"
2023-05-28 21:21:59 +00:00
version = "0.3.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2023-01-01 00:01:07 +00:00
dependencies = [
"errno-dragonfly",
"libc",
2023-05-28 21:21:59 +00:00
"windows-sys 0.48.0",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2023-01-15 06:55:10 +00:00
[[package]]
name = "fastcdc"
2023-05-28 21:21:59 +00:00
version = "3.0.3"
2023-01-15 06:55:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "10010f9b2e601acfda445cb35385cf4241fce85c6e1ea702b157c39f79f8787a"
2023-01-15 06:55:10 +00:00
2023-01-01 00:01:07 +00:00
[[package]]
name = "fastrand"
2023-03-05 18:05:11 +00:00
version = "1.9.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2023-01-01 00:01:07 +00:00
dependencies = [
"instant",
]
[[package]]
name = "fastrand"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
[[package]]
name = "ff"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
dependencies = [
"rand_core",
"subtle",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "ff"
2023-05-28 21:21:59 +00:00
version = "0.13.0"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
2023-01-08 07:57:22 +00:00
dependencies = [
"rand_core",
"subtle",
]
2023-01-29 19:01:54 +00:00
[[package]]
name = "filetime"
2023-05-28 21:21:59 +00:00
version = "0.2.21"
2023-01-29 19:01:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2023-01-29 19:01:54 +00:00
dependencies = [
"cfg-if",
"libc",
2023-05-28 21:21:59 +00:00
"redox_syscall 0.2.16",
"windows-sys 0.48.0",
2023-01-29 19:01:54 +00:00
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "flate2"
2023-05-28 21:21:59 +00:00
version = "1.0.26"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2023-01-01 00:01:07 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "flume"
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"pin-project",
2023-05-28 21:21:59 +00:00
"spin 0.9.8",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
2023-05-28 21:21:59 +00:00
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2023-01-01 00:01:07 +00:00
[[package]]
name = "futures"
2023-05-28 21:21:59 +00:00
version = "0.3.28"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2023-01-01 00:01:07 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-05-28 21:21:59 +00:00
version = "0.3.28"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2023-01-01 00:01:07 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-05-28 21:21:59 +00:00
version = "0.3.28"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2023-01-01 00:01:07 +00:00
[[package]]
name = "futures-executor"
2023-05-28 21:21:59 +00:00
version = "0.3.28"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2023-01-01 00:01:07 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-intrusive"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
dependencies = [
"futures-core",
"lock_api",
"parking_lot",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "futures-io"
2023-05-28 21:21:59 +00:00
version = "0.3.28"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2023-01-01 00:01:07 +00:00
[[package]]
name = "futures-macro"
2023-05-28 21:21:59 +00:00
version = "0.3.28"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "futures-sink"
2023-05-28 21:21:59 +00:00
version = "0.3.28"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2023-01-01 00:01:07 +00:00
[[package]]
name = "futures-task"
2023-05-28 21:21:59 +00:00
version = "0.3.28"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2023-01-01 00:01:07 +00:00
[[package]]
name = "futures-util"
2023-05-28 21:21:59 +00:00
version = "0.3.28"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2023-01-01 00:01:07 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
2023-05-28 21:21:59 +00:00
version = "0.14.7"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2023-01-01 00:01:07 +00:00
dependencies = [
"typenum",
"version_check",
2023-05-28 21:21:59 +00:00
"zeroize",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "getrandom"
version = "0.2.11"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
2023-01-01 00:01:07 +00:00
dependencies = [
"cfg-if",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
name = "group"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
dependencies = [
"ff 0.12.1",
"rand_core",
"subtle",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "group"
2023-05-28 21:21:59 +00:00
version = "0.13.0"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
2023-01-08 07:57:22 +00:00
dependencies = [
"ff 0.13.0",
2023-01-08 07:57:22 +00:00
"rand_core",
"subtle",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "h2"
2023-05-28 21:21:59 +00:00
version = "0.3.19"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
2023-01-01 00:01:07 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2023-03-05 18:05:11 +00:00
version = "0.12.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"ahash 0.7.6",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "hashbrown"
2023-03-05 18:05:11 +00:00
version = "0.13.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"ahash 0.8.3",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "hashlink"
2023-05-28 21:21:59 +00:00
version = "0.8.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "0761a1b9491c4f2e3d66aa0f62d0fba0af9a0e2852e4d48ea506632a4b56e6aa"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-05-28 21:21:59 +00:00
"hashbrown 0.13.2",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "hdrhistogram"
version = "7.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8"
dependencies = [
"base64 0.13.1",
"byteorder",
"flate2",
"nom",
"num-traits",
]
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
2023-03-05 18:05:11 +00:00
version = "0.4.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2023-01-01 00:01:07 +00:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2023-03-05 18:05:11 +00:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2023-01-01 00:01:07 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hkdf"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
dependencies = [
"hmac",
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "hmac-sha1-compact"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05e2440a0078e20c3b68ca01234cea4219f23e64b0c0bdb1200c5550d54239bb"
[[package]]
name = "hmac-sha256"
version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc736091aacb31ddaa4cd5f6988b3c21e99913ac846b41f32538c5fae5d71bfe"
dependencies = [
"digest",
]
[[package]]
name = "hmac-sha512"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520c9c3f6040661669bc5c91e551b605a520c8e0a63a766a91a65adef734d151"
dependencies = [
"digest",
]
2023-05-28 21:21:59 +00:00
[[package]]
name = "home"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
dependencies = [
"windows-sys 0.48.0",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "http"
2023-03-05 18:05:11 +00:00
version = "0.2.9"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2023-01-01 00:01:07 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "http-range-header"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "humantime-serde"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
dependencies = [
"humantime",
"serde",
]
[[package]]
name = "hyper"
2023-05-28 21:21:59 +00:00
version = "0.14.26"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
2023-01-01 00:01:07 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
2023-05-28 21:21:59 +00:00
[[package]]
name = "hyper-rustls"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7"
dependencies = [
"http",
"hyper",
"log",
"rustls 0.21.8",
"rustls-native-certs",
2023-05-28 21:21:59 +00:00
"tokio",
"tokio-rustls 0.24.0",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
"hyper",
"pin-project-lite",
"tokio",
"tokio-io-timeout",
]
[[package]]
name = "iana-time-zone"
2023-05-28 21:21:59 +00:00
version = "0.1.56"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
2023-01-01 00:01:07 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-05-28 21:21:59 +00:00
"windows",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "iana-time-zone-haiku"
2023-05-28 21:21:59 +00:00
version = "0.1.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-05-28 21:21:59 +00:00
"cc",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2023-05-28 21:21:59 +00:00
version = "1.9.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2023-01-01 00:01:07 +00:00
dependencies = [
"autocfg",
"hashbrown 0.12.3",
"serde",
]
[[package]]
name = "indicatif"
2023-03-05 18:05:11 +00:00
version = "0.17.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729"
2023-01-01 00:01:07 +00:00
dependencies = [
"console",
"number_prefix",
2023-05-28 21:21:59 +00:00
"portable-atomic 0.3.20",
2023-01-01 00:01:07 +00:00
"unicode-width",
]
2023-01-29 19:01:54 +00:00
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
"bitflags",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "io-lifetimes"
2023-05-28 21:21:59 +00:00
version = "1.0.11"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-05-28 21:21:59 +00:00
"hermit-abi 0.3.1",
2023-01-01 00:01:07 +00:00
"libc",
2023-05-28 21:21:59 +00:00
"windows-sys 0.48.0",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "ipnet"
2023-05-28 21:21:59 +00:00
version = "2.7.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
2023-01-01 00:01:07 +00:00
[[package]]
name = "is-terminal"
2023-05-28 21:21:59 +00:00
version = "0.4.7"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"hermit-abi 0.3.1",
2023-01-01 00:01:07 +00:00
"io-lifetimes",
"rustix",
2023-05-28 21:21:59 +00:00
"windows-sys 0.48.0",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
[[package]]
name = "js-sys"
2023-05-28 21:21:59 +00:00
version = "0.3.63"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
2023-01-01 00:01:07 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
2023-01-08 07:57:22 +00:00
name = "jwt-simple"
2023-05-28 21:21:59 +00:00
version = "0.11.5"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "0537086995d782ba2fb6c120a88f0d66c5ee5f1208a3559826d4cf2264b170da"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-01-08 07:57:22 +00:00
"anyhow",
"binstring",
"coarsetime",
"ct-codecs",
"ed25519-compact",
"hmac-sha1-compact",
"hmac-sha256",
"hmac-sha512",
"k256",
"p256 0.13.2",
2023-01-08 07:57:22 +00:00
"p384",
"rand",
"rsa",
2023-01-01 00:01:07 +00:00
"serde",
"serde_json",
2023-05-28 21:21:59 +00:00
"spki 0.6.0",
2023-01-08 07:57:22 +00:00
"thiserror",
"zeroize",
]
[[package]]
name = "k256"
2023-05-28 21:21:59 +00:00
version = "0.13.1"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc"
2023-01-08 07:57:22 +00:00
dependencies = [
"cfg-if",
"ecdsa 0.16.7",
"elliptic-curve 0.13.5",
2023-03-05 18:05:11 +00:00
"once_cell",
2023-01-08 07:57:22 +00:00
"sha2",
2023-05-28 21:21:59 +00:00
"signature 2.1.0",
2023-01-01 00:01:07 +00:00
]
2023-01-29 19:01:54 +00:00
[[package]]
name = "kqueue"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
dependencies = [
"bitflags",
"libc",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2023-01-08 07:57:22 +00:00
dependencies = [
"spin 0.5.2",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "libc"
version = "0.2.150"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
2023-01-01 00:01:07 +00:00
2023-01-08 07:57:22 +00:00
[[package]]
name = "libm"
2023-05-28 21:21:59 +00:00
version = "0.2.7"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
2023-01-08 07:57:22 +00:00
2023-01-01 00:01:07 +00:00
[[package]]
name = "libsqlite3-sys"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "link-cplusplus"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
[[package]]
name = "linux-raw-sys"
2023-05-28 21:21:59 +00:00
version = "0.3.8"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2023-01-01 00:01:07 +00:00
[[package]]
name = "lock_api"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2023-05-28 21:21:59 +00:00
version = "0.4.18"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
2023-01-01 00:01:07 +00:00
[[package]]
name = "lzma-sys"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
[[package]]
name = "matchit"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
[[package]]
name = "maybe-owned"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
[[package]]
name = "md-5"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
dependencies = [
"digest",
]
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "mime"
2023-05-28 21:21:59 +00:00
version = "0.3.17"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2023-01-01 00:01:07 +00:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
2023-05-28 21:21:59 +00:00
version = "0.7.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2023-01-01 00:01:07 +00:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-03-05 18:05:11 +00:00
version = "0.8.6"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
2023-01-01 00:01:07 +00:00
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
2023-03-05 18:05:11 +00:00
"windows-sys 0.45.0",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "nix-base32"
version = "0.1.2-alpha.0"
source = "git+https://github.com/zhaofengli/nix-base32.git?rev=b850c6e9273d1c39bd93abb704a53345f5be92eb#b850c6e9273d1c39bd93abb704a53345f5be92eb"
[[package]]
name = "nom"
2023-03-05 18:05:11 +00:00
version = "7.1.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2023-01-01 00:01:07 +00:00
dependencies = [
"memchr",
"minimal-lexical",
]
2023-01-29 19:01:54 +00:00
[[package]]
name = "notify"
2023-05-28 21:21:59 +00:00
version = "6.0.0"
2023-01-29 19:01:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "4d9ba6c734de18ca27c8cef5cd7058aa4ac9f63596131e4c7e41e579319032a2"
2023-01-29 19:01:54 +00:00
dependencies = [
"bitflags",
"filetime",
"inotify",
"kqueue",
"libc",
"mio",
"walkdir",
2023-05-28 21:21:59 +00:00
"windows-sys 0.45.0",
2023-01-29 19:01:54 +00:00
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "num-bigint-dig"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2399c9463abc5f909349d8aa9ba080e0b88b3ce2885389b60b993f39b1a56905"
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand",
"smallvec",
"zeroize",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
2023-01-08 07:57:22 +00:00
"libm",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "num_cpus"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
dependencies = [
"hermit-abi 0.2.6",
"libc",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "once_cell"
version = "1.18.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2023-01-01 00:01:07 +00:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "os_str_bytes"
2023-05-28 21:21:59 +00:00
version = "6.5.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
2023-01-01 00:01:07 +00:00
[[package]]
name = "ouroboros"
2023-03-05 18:05:11 +00:00
version = "0.15.6"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
2023-01-01 00:01:07 +00:00
dependencies = [
"aliasable",
"ouroboros_macro",
]
[[package]]
name = "ouroboros_macro"
2023-03-05 18:05:11 +00:00
version = "0.15.6"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
2023-01-01 00:01:07 +00:00
dependencies = [
"Inflector",
"proc-macro-error",
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "outref"
2023-03-05 18:05:11 +00:00
version = "0.5.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
2023-01-01 00:01:07 +00:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "p256"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
dependencies = [
"ecdsa 0.14.8",
"elliptic-curve 0.12.3",
"sha2",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "p256"
2023-05-28 21:21:59 +00:00
version = "0.13.2"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2023-01-08 07:57:22 +00:00
dependencies = [
"ecdsa 0.16.7",
"elliptic-curve 0.13.5",
2023-03-05 18:05:11 +00:00
"primeorder",
2023-01-08 07:57:22 +00:00
"sha2",
]
[[package]]
name = "p384"
2023-05-28 21:21:59 +00:00
version = "0.13.0"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
2023-01-08 07:57:22 +00:00
dependencies = [
"ecdsa 0.16.7",
"elliptic-curve 0.13.5",
2023-03-05 18:05:11 +00:00
"primeorder",
2023-01-08 07:57:22 +00:00
"sha2",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "parking_lot_core"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
dependencies = [
"cfg-if",
"instant",
"libc",
2023-05-28 21:21:59 +00:00
"redox_syscall 0.2.16",
2023-01-01 00:01:07 +00:00
"smallvec",
"winapi",
]
[[package]]
name = "paste"
2023-05-28 21:21:59 +00:00
version = "1.0.12"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
2023-01-01 00:01:07 +00:00
[[package]]
2023-01-08 07:57:22 +00:00
name = "pem-rfc7468"
version = "0.6.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-08 07:57:22 +00:00
checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-01-08 07:57:22 +00:00
"base64ct",
2023-01-01 00:01:07 +00:00
]
2023-05-28 21:21:59 +00:00
[[package]]
name = "pem-rfc7468"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
"base64ct",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "percent-encoding"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "pin-project"
2023-05-28 21:21:59 +00:00
version = "1.1.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
2023-01-01 00:01:07 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-05-28 21:21:59 +00:00
version = "1.1.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2023-01-08 07:57:22 +00:00
[[package]]
name = "pkcs1"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719"
dependencies = [
2023-05-28 21:21:59 +00:00
"der 0.6.1",
"pkcs8 0.9.0",
"spki 0.6.0",
2023-01-08 07:57:22 +00:00
"zeroize",
]
[[package]]
name = "pkcs8"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
dependencies = [
2023-05-28 21:21:59 +00:00
"der 0.6.1",
"spki 0.6.0",
]
[[package]]
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
"der 0.7.6",
"spki 0.7.2",
2023-01-08 07:57:22 +00:00
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "pkg-config"
2023-05-28 21:21:59 +00:00
version = "0.3.27"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2023-01-01 00:01:07 +00:00
[[package]]
name = "portable-atomic"
2023-05-28 21:21:59 +00:00
version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e30165d31df606f5726b090ec7592c308a0eaf61721ff64c9a3018e344a8753e"
dependencies = [
"portable-atomic 1.3.2",
]
[[package]]
name = "portable-atomic"
version = "1.3.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "dc59d1bcc64fc5d021d67521f818db868368028108d37f0e98d74e33f68297b5"
2023-01-01 00:01:07 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2023-03-05 18:05:11 +00:00
[[package]]
name = "primeorder"
2023-05-28 21:21:59 +00:00
version = "0.13.1"
2023-03-05 18:05:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "cf8d3875361e28f7753baefef104386e7aa47642c93023356d97fdef4003bfb5"
2023-03-05 18:05:11 +00:00
dependencies = [
"elliptic-curve 0.13.5",
2023-03-05 18:05:11 +00:00
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
2023-03-05 18:05:11 +00:00
"toml 0.5.11",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
2023-05-28 21:21:59 +00:00
version = "1.0.59"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
2023-01-01 00:01:07 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "prost"
2023-05-28 21:21:59 +00:00
version = "0.11.9"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
2023-01-01 00:01:07 +00:00
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-derive"
2023-05-28 21:21:59 +00:00
version = "0.11.9"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
2023-01-01 00:01:07 +00:00
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "prost-types"
2023-05-28 21:21:59 +00:00
version = "0.11.9"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
2023-01-01 00:01:07 +00:00
dependencies = [
"prost",
]
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "quote"
2023-05-28 21:21:59 +00:00
version = "1.0.28"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
]
2023-05-28 21:21:59 +00:00
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2023-01-01 00:01:07 +00:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
2023-05-28 21:21:59 +00:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
2023-05-28 21:21:59 +00:00
"redox_syscall 0.2.16",
2023-01-01 00:01:07 +00:00
"thiserror",
]
[[package]]
name = "regex"
2023-05-28 21:21:59 +00:00
version = "1.8.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
2023-01-01 00:01:07 +00:00
dependencies = [
"aho-corasick",
"memchr",
2023-05-28 21:21:59 +00:00
"regex-syntax 0.7.2",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-05-28 21:21:59 +00:00
"regex-syntax 0.6.29",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "regex-syntax"
2023-05-28 21:21:59 +00:00
version = "0.6.29"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2023-01-01 00:01:07 +00:00
2023-05-28 21:21:59 +00:00
[[package]]
name = "regex-syntax"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
2023-01-01 00:01:07 +00:00
[[package]]
name = "rend"
2023-03-05 18:05:11 +00:00
version = "0.4.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
2023-01-01 00:01:07 +00:00
dependencies = [
"bytecheck",
]
[[package]]
name = "reqwest"
2023-05-28 21:21:59 +00:00
version = "0.11.18"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-05-28 21:21:59 +00:00
"base64 0.21.2",
2023-01-01 00:01:07 +00:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-rustls",
2023-01-01 00:01:07 +00:00
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls 0.21.8",
2023-01-22 10:22:18 +00:00
"rustls-native-certs",
2023-01-01 00:01:07 +00:00
"rustls-pemfile",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2023-05-28 21:21:59 +00:00
"tokio-rustls 0.24.0",
2023-01-01 00:01:07 +00:00
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
2023-03-05 18:05:11 +00:00
"wasm-streams",
2023-01-01 00:01:07 +00:00
"web-sys",
"webpki-roots",
"winreg",
]
[[package]]
name = "rfc6979"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
dependencies = [
"crypto-bigint 0.4.9",
"hmac",
"zeroize",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "rfc6979"
2023-05-28 21:21:59 +00:00
version = "0.4.0"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2023-01-08 07:57:22 +00:00
dependencies = [
"hmac",
2023-05-28 21:21:59 +00:00
"subtle",
2023-01-08 07:57:22 +00:00
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
"untrusted 0.7.1",
2023-01-01 00:01:07 +00:00
"web-sys",
"winapi",
]
[[package]]
name = "ring"
version = "0.17.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"
dependencies = [
"cc",
"getrandom",
"libc",
"spin 0.9.8",
"untrusted 0.9.0",
"windows-sys 0.48.0",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "rkyv"
2023-05-28 21:21:59 +00:00
version = "0.7.42"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-05-28 21:21:59 +00:00
"bitvec",
2023-01-01 00:01:07 +00:00
"bytecheck",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
2023-05-28 21:21:59 +00:00
"tinyvec",
"uuid",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "rkyv_derive"
2023-05-28 21:21:59 +00:00
version = "0.7.42"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "rsa"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "094052d5470cbcef561cb848a7209968c9f12dfa6d668f4bca048ac5de51099c"
dependencies = [
"byteorder",
"digest",
"num-bigint-dig",
"num-integer",
"num-iter",
"num-traits",
"pkcs1",
2023-05-28 21:21:59 +00:00
"pkcs8 0.9.0",
2023-01-08 07:57:22 +00:00
"rand_core",
2023-03-05 18:05:11 +00:00
"signature 1.6.4",
2023-01-08 07:57:22 +00:00
"smallvec",
"subtle",
"zeroize",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "rust_decimal"
2023-05-28 21:21:59 +00:00
version = "1.29.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "26bd36b60561ee1fb5ec2817f198b6fd09fa571c897a5e86d1487cfc2b096dfc"
2023-01-01 00:01:07 +00:00
dependencies = [
"arrayvec",
"borsh",
"bytecheck",
"byteorder",
"bytes",
"num-traits",
"rand",
"rkyv",
"serde",
"serde_json",
]
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
[[package]]
name = "rustix"
2023-05-28 21:21:59 +00:00
version = "0.37.19"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
2023-01-01 00:01:07 +00:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
2023-05-28 21:21:59 +00:00
"windows-sys 0.48.0",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "rustls"
2023-03-05 18:05:11 +00:00
version = "0.20.8"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
2023-01-01 00:01:07 +00:00
dependencies = [
"log",
"ring 0.16.20",
2023-01-01 00:01:07 +00:00
"sct",
"webpki",
]
2023-05-28 21:21:59 +00:00
[[package]]
name = "rustls"
version = "0.21.8"
2023-05-28 21:21:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"
2023-05-28 21:21:59 +00:00
dependencies = [
"log",
"ring 0.17.5",
2023-05-28 21:21:59 +00:00
"rustls-webpki",
"sct",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "rustls-native-certs"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
dependencies = [
"openssl-probe",
"rustls-pemfile",
"schannel",
"security-framework",
]
[[package]]
name = "rustls-pemfile"
2023-03-05 18:05:11 +00:00
version = "1.0.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-05-28 21:21:59 +00:00
"base64 0.21.2",
]
[[package]]
name = "rustls-webpki"
version = "0.101.7"
2023-05-28 21:21:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
2023-05-28 21:21:59 +00:00
dependencies = [
"ring 0.17.5",
"untrusted 0.9.0",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "rustversion"
2023-05-28 21:21:59 +00:00
version = "1.0.12"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
2023-01-01 00:01:07 +00:00
[[package]]
name = "ryu"
2023-03-05 18:05:11 +00:00
version = "1.0.13"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2023-01-01 00:01:07 +00:00
2023-01-29 19:01:54 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "schannel"
2023-03-05 18:05:11 +00:00
version = "0.1.21"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"windows-sys 0.42.0",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scratch"
2023-05-28 21:21:59 +00:00
version = "1.0.5"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
2023-01-01 00:01:07 +00:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring 0.16.20",
"untrusted 0.7.1",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "sea-orm"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fade86e8d41fd1a4721f84cb834f4ca2783f973cc30e6212b7fafc134f169214"
2023-01-01 00:01:07 +00:00
dependencies = [
"async-stream",
"async-trait",
"bigdecimal",
2023-01-01 00:01:07 +00:00
"chrono",
"futures",
"log",
"ouroboros",
"rust_decimal",
"sea-orm-macros",
"sea-query",
"sea-query-binder",
"sea-strum",
"serde",
"serde_json",
"sqlx",
"thiserror",
2023-05-28 21:21:59 +00:00
"time 0.3.21",
2023-01-01 00:01:07 +00:00
"tracing",
"url",
"uuid",
]
[[package]]
name = "sea-orm-cli"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efbf34a2caf70c2e3be9bb1e674e9540f6dfd7c8f40f6f05daf3b9740e476005"
2023-01-01 00:01:07 +00:00
dependencies = [
"chrono",
2023-05-28 21:21:59 +00:00
"clap 3.2.25",
2023-01-01 00:01:07 +00:00
"dotenvy",
"regex",
"sea-schema",
"tracing",
"tracing-subscriber",
"url",
]
[[package]]
name = "sea-orm-macros"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28936f26d62234ff0be16f80115dbdeb3237fe9c25cf18fbcd1e3b3592360f20"
2023-01-01 00:01:07 +00:00
dependencies = [
"bae",
"heck 0.3.3",
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "sea-orm-migration"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "278d3adfd0832b6ffc17d3cfbc574d3695a5c1b38814e0bc8ac238d33f3d87cf"
2023-01-01 00:01:07 +00:00
dependencies = [
"async-trait",
2023-05-28 21:21:59 +00:00
"clap 3.2.25",
2023-01-01 00:01:07 +00:00
"dotenvy",
"futures",
2023-01-01 00:01:07 +00:00
"sea-orm",
"sea-orm-cli",
"sea-schema",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "sea-query"
version = "0.28.5"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbab99b8cd878ab7786157b7eb8df96333a6807cc6e45e8888c85b51534b401a"
2023-01-01 00:01:07 +00:00
dependencies = [
"bigdecimal",
2023-01-01 00:01:07 +00:00
"chrono",
"rust_decimal",
"sea-query-derive",
"serde_json",
2023-05-28 21:21:59 +00:00
"time 0.3.21",
2023-01-01 00:01:07 +00:00
"uuid",
]
[[package]]
name = "sea-query-binder"
version = "0.3.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cea85029985b40dfbf18318d85fe985c04db7c1b4e5e8e0a0a0cdff5f1e30f9"
2023-01-01 00:01:07 +00:00
dependencies = [
"bigdecimal",
2023-01-01 00:01:07 +00:00
"chrono",
"rust_decimal",
"sea-query",
"serde_json",
"sqlx",
2023-05-28 21:21:59 +00:00
"time 0.3.21",
2023-01-01 00:01:07 +00:00
"uuid",
]
[[package]]
name = "sea-query-derive"
version = "0.3.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63f62030c60f3a691f5fe251713b4e220b306e50a71e1d6f9cce1f24bb781978"
2023-01-01 00:01:07 +00:00
dependencies = [
"heck 0.4.1",
2023-01-01 00:01:07 +00:00
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
"thiserror",
]
[[package]]
name = "sea-schema"
version = "0.11.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeb2940bb5a10bc6cd05b450ce6cd3993e27fddd7eface2becb97fc5af3a040e"
2023-01-01 00:01:07 +00:00
dependencies = [
"futures",
"sea-query",
"sea-schema-derive",
]
[[package]]
name = "sea-schema-derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56821b7076f5096b8f726e2791ad255a99c82498e08ec477a65a96c461ff1927"
dependencies = [
"heck 0.3.3",
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "sea-strum"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391d06a6007842cfe79ac6f7f53911b76dfd69fc9a6769f1cf6569d12ce20e1b"
dependencies = [
"sea-strum_macros",
]
[[package]]
name = "sea-strum_macros"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69b4397b825df6ccf1e98bcdabef3bbcfc47ff5853983467850eeab878384f21"
dependencies = [
"heck 0.3.3",
"proc-macro2",
"quote",
"rustversion",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
[[package]]
name = "sec1"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
dependencies = [
"base16ct 0.1.1",
"der 0.6.1",
"generic-array",
"pkcs8 0.9.0",
"subtle",
"zeroize",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "sec1"
2023-05-28 21:21:59 +00:00
version = "0.7.2"
2023-01-08 07:57:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e"
2023-01-08 07:57:22 +00:00
dependencies = [
"base16ct 0.2.0",
2023-05-28 21:21:59 +00:00
"der 0.7.6",
2023-01-08 07:57:22 +00:00
"generic-array",
2023-05-28 21:21:59 +00:00
"pkcs8 0.10.2",
2023-01-08 07:57:22 +00:00
"subtle",
"zeroize",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "security-framework"
2023-05-28 21:21:59 +00:00
version = "2.9.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
2023-01-01 00:01:07 +00:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-05-28 21:21:59 +00:00
version = "2.9.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
2023-01-01 00:01:07 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
2023-05-28 21:21:59 +00:00
version = "1.0.17"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2023-01-01 00:01:07 +00:00
[[package]]
name = "serde"
2023-05-28 21:21:59 +00:00
version = "1.0.163"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
2023-01-01 00:01:07 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-05-28 21:21:59 +00:00
version = "1.0.163"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "serde_json"
2023-05-28 21:21:59 +00:00
version = "1.0.96"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2023-01-01 00:01:07 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_path_to_error"
2023-05-28 21:21:59 +00:00
version = "0.1.11"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0"
2023-01-01 00:01:07 +00:00
dependencies = [
"serde",
]
2023-03-05 18:05:11 +00:00
[[package]]
name = "serde_spanned"
2023-05-28 21:21:59 +00:00
version = "0.6.2"
2023-03-05 18:05:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
2023-03-05 18:05:11 +00:00
dependencies = [
"serde",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_with"
2023-05-28 21:21:59 +00:00
version = "3.0.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "9f02d8aa6e3c385bf084924f660ce2a3a6bd333ba55b35e8590b321f35d88513"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-05-28 21:21:59 +00:00
"base64 0.21.2",
2023-01-01 00:01:07 +00:00
"chrono",
"hex",
"indexmap",
"serde",
"serde_json",
"serde_with_macros",
2023-05-28 21:21:59 +00:00
"time 0.3.21",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "serde_with_macros"
2023-05-28 21:21:59 +00:00
version = "3.0.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "edc7d5d3932fb12ce722ee5e64dd38c504efba37567f0c402f6ca728c3b8b070"
2023-01-01 00:01:07 +00:00
dependencies = [
"darling",
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "serde_yaml"
2023-05-28 21:21:59 +00:00
version = "0.9.21"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c"
2023-01-01 00:01:07 +00:00
dependencies = [
"indexmap",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
[[package]]
name = "sha1"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
"sha2-asm",
]
[[package]]
name = "sha2-asm"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf27176fb5d15398e3a479c652c20459d9dac830dedd1fa55b42a77dbcdbfcea"
dependencies = [
"cc",
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
2023-03-05 18:05:11 +00:00
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2023-01-01 00:01:07 +00:00
[[package]]
name = "signal-hook-registry"
2023-03-05 18:05:11 +00:00
version = "1.4.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2023-01-01 00:01:07 +00:00
dependencies = [
"libc",
]
[[package]]
2023-01-08 07:57:22 +00:00
name = "signature"
version = "1.6.4"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-08 07:57:22 +00:00
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-01-08 07:57:22 +00:00
"digest",
"rand_core",
2023-01-01 00:01:07 +00:00
]
2023-03-05 18:05:11 +00:00
[[package]]
name = "signature"
2023-05-28 21:21:59 +00:00
version = "2.1.0"
2023-03-05 18:05:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
2023-03-05 18:05:11 +00:00
dependencies = [
"digest",
"rand_core",
]
[[package]]
name = "simdutf8"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
2023-01-01 00:01:07 +00:00
[[package]]
name = "slab"
2023-03-05 18:05:11 +00:00
version = "0.4.8"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2023-01-01 00:01:07 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "socket2"
2023-03-05 18:05:11 +00:00
version = "0.4.9"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2023-01-01 00:01:07 +00:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
2023-05-28 21:21:59 +00:00
version = "0.9.8"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2023-01-01 00:01:07 +00:00
dependencies = [
"lock_api",
]
2023-01-08 07:57:22 +00:00
[[package]]
name = "spki"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
dependencies = [
"base64ct",
2023-05-28 21:21:59 +00:00
"der 0.6.1",
]
[[package]]
name = "spki"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
dependencies = [
"base64ct",
"der 0.7.6",
2023-01-08 07:57:22 +00:00
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "sqlformat"
2023-03-05 18:05:11 +00:00
version = "0.2.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
2023-01-01 00:01:07 +00:00
dependencies = [
"itertools",
"nom",
"unicode_categories",
]
[[package]]
name = "sqlx"
2023-05-28 21:21:59 +00:00
version = "0.6.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
2023-01-01 00:01:07 +00:00
dependencies = [
"sqlx-core",
"sqlx-macros",
]
[[package]]
name = "sqlx-core"
2023-05-28 21:21:59 +00:00
version = "0.6.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"ahash 0.7.6",
2023-01-01 00:01:07 +00:00
"atoi",
"base64 0.13.1",
"bigdecimal",
2023-01-01 00:01:07 +00:00
"bitflags",
"byteorder",
"bytes",
"chrono",
"crossbeam-queue",
"dirs",
"dotenvy",
"either",
"event-listener",
"flume",
"futures-channel",
"futures-core",
"futures-executor",
"futures-intrusive",
"futures-util",
"hashlink",
"hex",
"hkdf",
"hmac",
"indexmap",
"itoa",
"libc",
"libsqlite3-sys",
"log",
"md-5",
"memchr",
"num-bigint",
"once_cell",
"paste",
"percent-encoding",
"rand",
"rust_decimal",
2023-05-28 21:21:59 +00:00
"rustls 0.20.8",
2023-01-01 00:01:07 +00:00
"rustls-pemfile",
"serde",
"serde_json",
"sha1",
"sha2",
"smallvec",
"sqlformat",
"sqlx-rt",
"stringprep",
"thiserror",
2023-05-28 21:21:59 +00:00
"time 0.3.21",
2023-01-01 00:01:07 +00:00
"tokio-stream",
"url",
"uuid",
"webpki-roots",
"whoami",
]
[[package]]
name = "sqlx-macros"
2023-05-28 21:21:59 +00:00
version = "0.6.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
2023-01-01 00:01:07 +00:00
dependencies = [
"dotenvy",
"either",
2023-03-05 18:05:11 +00:00
"heck 0.4.1",
2023-01-01 00:01:07 +00:00
"once_cell",
"proc-macro2",
"quote",
"serde_json",
"sqlx-core",
"sqlx-rt",
2023-05-28 21:21:59 +00:00
"syn 1.0.109",
2023-01-01 00:01:07 +00:00
"url",
]
[[package]]
name = "sqlx-rt"
2023-05-28 21:21:59 +00:00
version = "0.6.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
2023-01-01 00:01:07 +00:00
dependencies = [
"once_cell",
"tokio",
2023-05-28 21:21:59 +00:00
"tokio-rustls 0.23.4",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "stringprep"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subtle"
2023-05-28 21:21:59 +00:00
version = "2.5.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2023-01-01 00:01:07 +00:00
[[package]]
name = "syn"
2023-03-05 18:05:11 +00:00
version = "1.0.109"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-05-28 21:21:59 +00:00
[[package]]
name = "syn"
2023-05-28 21:21:59 +00:00
version = "2.0.18"
2023-05-28 21:21:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
2023-05-28 21:21:59 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "sync_wrapper"
2023-03-05 18:05:11 +00:00
version = "0.1.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2023-01-01 00:01:07 +00:00
2023-05-28 21:21:59 +00:00
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2023-01-01 00:01:07 +00:00
[[package]]
name = "tempfile"
2023-05-28 21:21:59 +00:00
version = "3.5.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
2023-01-01 00:01:07 +00:00
dependencies = [
"cfg-if",
"fastrand 1.9.0",
2023-05-28 21:21:59 +00:00
"redox_syscall 0.3.5",
2023-03-05 18:05:11 +00:00
"rustix",
2023-05-28 21:21:59 +00:00
"windows-sys 0.45.0",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "termcolor"
2023-03-05 18:05:11 +00:00
version = "1.2.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2023-01-01 00:01:07 +00:00
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
[[package]]
name = "thiserror"
2023-05-28 21:21:59 +00:00
version = "1.0.40"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2023-01-01 00:01:07 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-05-28 21:21:59 +00:00
version = "1.0.40"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "thread_local"
2023-03-05 18:05:11 +00:00
version = "1.1.7"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-03-05 18:05:11 +00:00
"cfg-if",
2023-01-01 00:01:07 +00:00
"once_cell",
]
[[package]]
name = "time"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
]
[[package]]
name = "time"
2023-05-28 21:21:59 +00:00
version = "0.3.21"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
2023-01-01 00:01:07 +00:00
dependencies = [
"itoa",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-05-28 21:21:59 +00:00
version = "0.1.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
2023-01-01 00:01:07 +00:00
[[package]]
name = "time-macros"
2023-05-28 21:21:59 +00:00
version = "0.2.9"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
2023-01-01 00:01:07 +00:00
dependencies = [
"time-core",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-03-05 18:05:11 +00:00
version = "0.1.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2023-01-01 00:01:07 +00:00
[[package]]
name = "tokio"
2023-05-28 21:21:59 +00:00
version = "1.28.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
2023-01-01 00:01:07 +00:00
dependencies = [
"autocfg",
"bytes",
"libc",
"mio",
"num_cpus",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
"tracing",
2023-05-28 21:21:59 +00:00
"windows-sys 0.48.0",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "tokio-io-timeout"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
dependencies = [
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-macros"
2023-05-28 21:21:59 +00:00
version = "2.1.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "tokio-rustls"
version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
2023-05-28 21:21:59 +00:00
"rustls 0.20.8",
2023-01-01 00:01:07 +00:00
"tokio",
"webpki",
]
2023-05-28 21:21:59 +00:00
[[package]]
name = "tokio-rustls"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5"
dependencies = [
"rustls 0.21.8",
2023-05-28 21:21:59 +00:00
"tokio",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "tokio-stream"
2023-05-28 21:21:59 +00:00
version = "0.1.14"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2023-01-01 00:01:07 +00:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-test"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3"
dependencies = [
"async-stream",
"bytes",
"futures-core",
"tokio",
"tokio-stream",
]
[[package]]
name = "tokio-util"
2023-05-28 21:21:59 +00:00
version = "0.7.8"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2023-01-01 00:01:07 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
name = "toml"
2023-03-05 18:05:11 +00:00
version = "0.5.11"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2023-01-01 00:01:07 +00:00
dependencies = [
"serde",
]
2023-03-05 18:05:11 +00:00
[[package]]
name = "toml"
2023-05-28 21:21:59 +00:00
version = "0.7.4"
2023-03-05 18:05:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
2023-03-05 18:05:11 +00:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
2023-05-28 21:21:59 +00:00
version = "0.6.2"
2023-03-05 18:05:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
2023-03-05 18:05:11 +00:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2023-05-28 21:21:59 +00:00
version = "0.19.10"
2023-03-05 18:05:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
2023-03-05 18:05:11 +00:00
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "tonic"
2023-05-28 21:21:59 +00:00
version = "0.9.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
2023-01-01 00:01:07 +00:00
dependencies = [
"async-trait",
"axum",
2023-05-28 21:21:59 +00:00
"base64 0.21.2",
2023-01-01 00:01:07 +00:00
"bytes",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
"tokio",
"tokio-stream",
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"indexmap",
"pin-project",
"pin-project-lite",
"rand",
"slab",
"tokio",
"tokio-util",
"tower-layer",
"tower-service",
"tracing",
]
2023-03-05 18:05:11 +00:00
[[package]]
name = "tower-http"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d1d42a9b3f3ec46ba828e8d376aec14592ea199f70a06a548587ecd1c4ab658"
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-range-header",
"pin-project-lite",
"tower-layer",
"tower-service",
2023-03-05 18:05:11 +00:00
"tracing",
2023-03-05 18:05:11 +00:00
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-05-28 21:21:59 +00:00
version = "0.1.24"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "tracing-core"
2023-05-28 21:21:59 +00:00
version = "0.1.31"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2023-01-01 00:01:07 +00:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
dependencies = [
"tracing",
"tracing-subscriber",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-serde"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
dependencies = [
"serde",
"tracing-core",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "tracing-subscriber"
2023-05-28 21:21:59 +00:00
version = "0.3.17"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2023-01-01 00:01:07 +00:00
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"serde",
"serde_json",
2023-01-01 00:01:07 +00:00
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
"tracing-serde",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "try-lock"
2023-03-05 18:05:11 +00:00
version = "0.2.4"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2023-01-01 00:01:07 +00:00
[[package]]
name = "typenum"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "unicode-bidi"
2023-05-28 21:21:59 +00:00
version = "0.3.13"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2023-01-01 00:01:07 +00:00
[[package]]
name = "unicode-ident"
2023-05-28 21:21:59 +00:00
version = "1.0.9"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2023-01-01 00:01:07 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2023-03-05 18:05:11 +00:00
version = "1.10.1"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2023-01-01 00:01:07 +00:00
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "unsafe-libyaml"
2023-05-28 21:21:59 +00:00
version = "0.2.8"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6"
2023-01-01 00:01:07 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2023-01-01 00:01:07 +00:00
[[package]]
name = "url"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "urlencoding"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
2023-05-28 21:21:59 +00:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2023-01-01 00:01:07 +00:00
[[package]]
name = "uuid"
2023-05-28 21:21:59 +00:00
version = "1.3.3"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
2023-01-01 00:01:07 +00:00
dependencies = [
"getrandom",
"serde",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2023-03-05 18:05:11 +00:00
[[package]]
name = "vsimd"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
2023-01-29 19:01:54 +00:00
[[package]]
name = "walkdir"
2023-05-28 21:21:59 +00:00
version = "2.3.3"
2023-01-29 19:01:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2023-01-29 19:01:54 +00:00
dependencies = [
"same-file",
"winapi-util",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2023-05-28 21:21:59 +00:00
version = "0.2.86"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
2023-01-01 00:01:07 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-05-28 21:21:59 +00:00
version = "0.2.86"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
2023-01-01 00:01:07 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-05-28 21:21:59 +00:00
version = "0.4.36"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
2023-01-01 00:01:07 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-05-28 21:21:59 +00:00
version = "0.2.86"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
2023-01-01 00:01:07 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-05-28 21:21:59 +00:00
version = "0.2.86"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
2023-01-01 00:01:07 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-28 21:21:59 +00:00
"syn 2.0.18",
2023-01-01 00:01:07 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-05-28 21:21:59 +00:00
version = "0.2.86"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
2023-03-05 18:05:11 +00:00
[[package]]
name = "wasm-streams"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078"
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "web-sys"
2023-05-28 21:21:59 +00:00
version = "0.3.63"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
2023-01-01 00:01:07 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring 0.16.20",
"untrusted 0.7.1",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "webpki-roots"
version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
dependencies = [
"webpki",
]
[[package]]
name = "whoami"
2023-05-28 21:21:59 +00:00
version = "1.4.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68"
2023-01-01 00:01:07 +00:00
dependencies = [
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wildmatch"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee583bdc5ff1cf9db20e9db5bb3ff4c3089a8f6b8b31aff265c9aba85812db86"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-05-28 21:21:59 +00:00
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
"windows-targets 0.48.0",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
2023-05-28 21:21:59 +00:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
2023-01-01 00:01:07 +00:00
]
[[package]]
2023-03-05 18:05:11 +00:00
name = "windows-sys"
version = "0.45.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 18:05:11 +00:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
2023-05-28 21:21:59 +00:00
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.0",
2023-03-05 18:05:11 +00:00
]
2023-01-01 00:01:07 +00:00
[[package]]
2023-03-05 18:05:11 +00:00
name = "windows-targets"
2023-05-28 21:21:59 +00:00
version = "0.42.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2023-03-05 18:05:11 +00:00
dependencies = [
2023-05-28 21:21:59 +00:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
2023-03-05 18:05:11 +00:00
]
2023-01-01 00:01:07 +00:00
2023-05-28 21:21:59 +00:00
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2023-01-01 00:01:07 +00:00
[[package]]
2023-03-05 18:05:11 +00:00
name = "windows_aarch64_gnullvm"
2023-05-28 21:21:59 +00:00
version = "0.48.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2023-01-01 00:01:07 +00:00
[[package]]
2023-03-05 18:05:11 +00:00
name = "windows_aarch64_msvc"
2023-05-28 21:21:59 +00:00
version = "0.42.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2023-01-01 00:01:07 +00:00
[[package]]
name = "windows_i686_gnu"
2023-05-28 21:21:59 +00:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2023-01-01 00:01:07 +00:00
[[package]]
name = "windows_i686_msvc"
2023-05-28 21:21:59 +00:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-01-01 00:01:07 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-05-28 21:21:59 +00:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-01-01 00:01:07 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-05-28 21:21:59 +00:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-01-01 00:01:07 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-05-28 21:21:59 +00:00
version = "0.48.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2023-01-01 00:01:07 +00:00
2023-03-05 18:05:11 +00:00
[[package]]
name = "winnow"
2023-05-28 21:21:59 +00:00
version = "0.4.6"
2023-03-05 18:05:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
2023-03-05 18:05:11 +00:00
dependencies = [
"memchr",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
2023-05-28 21:21:59 +00:00
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
2023-01-01 00:01:07 +00:00
[[package]]
name = "xdg"
2023-05-28 21:21:59 +00:00
version = "2.5.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "688597db5a750e9cad4511cb94729a078e274308099a0382b5b8203bbc767fee"
2023-01-01 00:01:07 +00:00
dependencies = [
2023-05-28 21:21:59 +00:00
"home",
2023-01-01 00:01:07 +00:00
]
[[package]]
name = "xmlparser"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
[[package]]
name = "xz2"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
dependencies = [
"lzma-sys",
]
[[package]]
name = "zeroize"
2023-05-28 21:21:59 +00:00
version = "1.6.0"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
2023-01-01 00:01:07 +00:00
[[package]]
name = "zstd"
2023-05-28 21:21:59 +00:00
version = "0.12.3+zstd.1.5.2"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
2023-01-01 00:01:07 +00:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2023-05-28 21:21:59 +00:00
version = "6.0.5+zstd.1.5.4"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b"
2023-01-01 00:01:07 +00:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2023-05-28 21:21:59 +00:00
version = "2.0.8+zstd.1.5.5"
2023-01-01 00:01:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 21:21:59 +00:00
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
2023-01-01 00:01:07 +00:00
dependencies = [
"cc",
"libc",
2023-03-05 18:05:11 +00:00
"pkg-config",
2023-01-01 00:01:07 +00:00
]