|
|
|
@@ -148,6 +148,28 @@ version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "aws-lc-rs"
|
|
|
|
|
|
|
|
version = "1.16.3"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "0ec6fb3fe69024a75fa7e1bfb48aa6cf59706a101658ea01bfd33b2b248a038f"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"aws-lc-sys",
|
|
|
|
|
|
|
|
"zeroize",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "aws-lc-sys"
|
|
|
|
|
|
|
|
version = "0.40.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "f50037ee5e1e41e7b8f9d161680a725bd1626cb6f8c7e901f91f942850852fe7"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cc",
|
|
|
|
|
|
|
|
"cmake",
|
|
|
|
|
|
|
|
"dunce",
|
|
|
|
|
|
|
|
"fs_extra",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
|
|
|
name = "axum"
|
|
|
|
version = "0.8.8"
|
|
|
|
version = "0.8.8"
|
|
|
|
@@ -327,6 +349,12 @@ version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "cfg_aliases"
|
|
|
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "chacha20"
|
|
|
|
name = "chacha20"
|
|
|
|
version = "0.10.0"
|
|
|
|
version = "0.10.0"
|
|
|
|
@@ -362,12 +390,31 @@ dependencies = [
|
|
|
|
"phf",
|
|
|
|
"phf",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "cmake"
|
|
|
|
|
|
|
|
version = "0.1.58"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cc",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.4"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
|
|
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "combine"
|
|
|
|
|
|
|
|
version = "4.6.7"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bytes",
|
|
|
|
|
|
|
|
"memchr",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "compression-codecs"
|
|
|
|
name = "compression-codecs"
|
|
|
|
version = "0.4.37"
|
|
|
|
version = "0.4.37"
|
|
|
|
@@ -403,6 +450,26 @@ version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "core-foundation"
|
|
|
|
|
|
|
|
version = "0.9.4"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "core-foundation"
|
|
|
|
|
|
|
|
version = "0.10.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.7"
|
|
|
|
version = "0.8.7"
|
|
|
|
@@ -516,6 +583,12 @@ version = "0.15.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "dunce"
|
|
|
|
|
|
|
|
version = "1.0.5"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
name = "either"
|
|
|
|
version = "1.15.0"
|
|
|
|
version = "1.15.0"
|
|
|
|
@@ -525,6 +598,15 @@ dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "encoding_rs"
|
|
|
|
|
|
|
|
version = "0.8.35"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "env_filter"
|
|
|
|
name = "env_filter"
|
|
|
|
version = "1.0.0"
|
|
|
|
version = "1.0.0"
|
|
|
|
@@ -613,6 +695,12 @@ dependencies = [
|
|
|
|
"spin",
|
|
|
|
"spin",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "fnv"
|
|
|
|
|
|
|
|
version = "1.0.7"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "foldhash"
|
|
|
|
name = "foldhash"
|
|
|
|
version = "0.1.5"
|
|
|
|
version = "0.1.5"
|
|
|
|
@@ -628,6 +716,12 @@ dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "fs_extra"
|
|
|
|
|
|
|
|
version = "1.3.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.32"
|
|
|
|
version = "0.3.32"
|
|
|
|
@@ -716,8 +810,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
|
|
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"js-sys",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
"wasi",
|
|
|
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -727,9 +823,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"js-sys",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"r-efi",
|
|
|
|
"r-efi",
|
|
|
|
"wasip2",
|
|
|
|
"wasip2",
|
|
|
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -746,6 +844,25 @@ dependencies = [
|
|
|
|
"wasip3",
|
|
|
|
"wasip3",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "h2"
|
|
|
|
|
|
|
|
version = "0.4.13"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"atomic-waker",
|
|
|
|
|
|
|
|
"bytes",
|
|
|
|
|
|
|
|
"fnv",
|
|
|
|
|
|
|
|
"futures-core",
|
|
|
|
|
|
|
|
"futures-sink",
|
|
|
|
|
|
|
|
"http",
|
|
|
|
|
|
|
|
"indexmap",
|
|
|
|
|
|
|
|
"slab",
|
|
|
|
|
|
|
|
"tokio",
|
|
|
|
|
|
|
|
"tokio-util",
|
|
|
|
|
|
|
|
"tracing",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.15.5"
|
|
|
|
version = "0.15.5"
|
|
|
|
@@ -882,6 +999,7 @@ dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httparse",
|
|
|
|
@@ -891,6 +1009,22 @@ dependencies = [
|
|
|
|
"pin-utils",
|
|
|
|
"pin-utils",
|
|
|
|
"smallvec",
|
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
|
|
|
|
|
"want",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "hyper-rustls"
|
|
|
|
|
|
|
|
version = "0.27.9"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"http",
|
|
|
|
|
|
|
|
"hyper",
|
|
|
|
|
|
|
|
"hyper-util",
|
|
|
|
|
|
|
|
"rustls",
|
|
|
|
|
|
|
|
"tokio",
|
|
|
|
|
|
|
|
"tokio-rustls",
|
|
|
|
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -899,13 +1033,23 @@ version = "0.1.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
|
|
|
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
|
|
|
|
"futures-channel",
|
|
|
|
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper",
|
|
|
|
|
|
|
|
"ipnet",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
|
|
|
|
"socket2",
|
|
|
|
|
|
|
|
"system-configuration",
|
|
|
|
"tokio",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tower-service",
|
|
|
|
|
|
|
|
"tracing",
|
|
|
|
|
|
|
|
"windows-registry",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
@@ -1053,6 +1197,12 @@ dependencies = [
|
|
|
|
"serde_core",
|
|
|
|
"serde_core",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "ipnet"
|
|
|
|
|
|
|
|
version = "2.12.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "iri-string"
|
|
|
|
name = "iri-string"
|
|
|
|
version = "0.7.10"
|
|
|
|
version = "0.7.10"
|
|
|
|
@@ -1099,6 +1249,55 @@ dependencies = [
|
|
|
|
"syn",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "jni"
|
|
|
|
|
|
|
|
version = "0.22.4"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"combine",
|
|
|
|
|
|
|
|
"jni-macros",
|
|
|
|
|
|
|
|
"jni-sys",
|
|
|
|
|
|
|
|
"log",
|
|
|
|
|
|
|
|
"simd_cesu8",
|
|
|
|
|
|
|
|
"thiserror",
|
|
|
|
|
|
|
|
"walkdir",
|
|
|
|
|
|
|
|
"windows-link",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "jni-macros"
|
|
|
|
|
|
|
|
version = "0.22.4"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"rustc_version",
|
|
|
|
|
|
|
|
"simd_cesu8",
|
|
|
|
|
|
|
|
"syn",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "jni-sys"
|
|
|
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"jni-sys-macros",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "jni-sys-macros"
|
|
|
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"quote",
|
|
|
|
|
|
|
|
"syn",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.34"
|
|
|
|
version = "0.1.34"
|
|
|
|
@@ -1189,6 +1388,12 @@ version = "0.4.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "lru-slab"
|
|
|
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.8.4"
|
|
|
|
version = "0.8.4"
|
|
|
|
@@ -1289,6 +1494,7 @@ dependencies = [
|
|
|
|
"maud",
|
|
|
|
"maud",
|
|
|
|
"rand 0.10.0",
|
|
|
|
"rand 0.10.0",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rand 0.8.5",
|
|
|
|
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
|
"sha2",
|
|
|
|
"sha2",
|
|
|
|
@@ -1359,6 +1565,12 @@ version = "1.70.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
|
|
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "openssl-probe"
|
|
|
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
name = "parking"
|
|
|
|
version = "2.2.1"
|
|
|
|
version = "2.2.1"
|
|
|
|
@@ -1541,6 +1753,62 @@ dependencies = [
|
|
|
|
"version_check",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "quinn"
|
|
|
|
|
|
|
|
version = "0.11.9"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bytes",
|
|
|
|
|
|
|
|
"cfg_aliases",
|
|
|
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
|
|
|
"quinn-proto",
|
|
|
|
|
|
|
|
"quinn-udp",
|
|
|
|
|
|
|
|
"rustc-hash",
|
|
|
|
|
|
|
|
"rustls",
|
|
|
|
|
|
|
|
"socket2",
|
|
|
|
|
|
|
|
"thiserror",
|
|
|
|
|
|
|
|
"tokio",
|
|
|
|
|
|
|
|
"tracing",
|
|
|
|
|
|
|
|
"web-time",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "quinn-proto"
|
|
|
|
|
|
|
|
version = "0.11.14"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"aws-lc-rs",
|
|
|
|
|
|
|
|
"bytes",
|
|
|
|
|
|
|
|
"getrandom 0.3.4",
|
|
|
|
|
|
|
|
"lru-slab",
|
|
|
|
|
|
|
|
"rand 0.9.4",
|
|
|
|
|
|
|
|
"ring",
|
|
|
|
|
|
|
|
"rustc-hash",
|
|
|
|
|
|
|
|
"rustls",
|
|
|
|
|
|
|
|
"rustls-pki-types",
|
|
|
|
|
|
|
|
"slab",
|
|
|
|
|
|
|
|
"thiserror",
|
|
|
|
|
|
|
|
"tinyvec",
|
|
|
|
|
|
|
|
"tracing",
|
|
|
|
|
|
|
|
"web-time",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "quinn-udp"
|
|
|
|
|
|
|
|
version = "0.5.14"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cfg_aliases",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"once_cell",
|
|
|
|
|
|
|
|
"socket2",
|
|
|
|
|
|
|
|
"tracing",
|
|
|
|
|
|
|
|
"windows-sys 0.60.2",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.44"
|
|
|
|
version = "1.0.44"
|
|
|
|
@@ -1563,10 +1831,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rand"
|
|
|
|
|
|
|
|
version = "0.9.4"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"rand_chacha 0.9.0",
|
|
|
|
|
|
|
|
"rand_core 0.9.5",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
name = "rand"
|
|
|
|
version = "0.10.0"
|
|
|
|
version = "0.10.0"
|
|
|
|
@@ -1588,6 +1866,16 @@ dependencies = [
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rand_chacha"
|
|
|
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"ppv-lite86",
|
|
|
|
|
|
|
|
"rand_core 0.9.5",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
version = "0.6.4"
|
|
|
|
@@ -1597,6 +1885,15 @@ dependencies = [
|
|
|
|
"getrandom 0.2.17",
|
|
|
|
"getrandom 0.2.17",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rand_core"
|
|
|
|
|
|
|
|
version = "0.9.5"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"getrandom 0.3.4",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.10.0"
|
|
|
|
version = "0.10.0"
|
|
|
|
@@ -1650,6 +1947,46 @@ version = "0.8.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
|
|
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "reqwest"
|
|
|
|
|
|
|
|
version = "0.13.3"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"base64",
|
|
|
|
|
|
|
|
"bytes",
|
|
|
|
|
|
|
|
"encoding_rs",
|
|
|
|
|
|
|
|
"futures-core",
|
|
|
|
|
|
|
|
"h2",
|
|
|
|
|
|
|
|
"http",
|
|
|
|
|
|
|
|
"http-body",
|
|
|
|
|
|
|
|
"http-body-util",
|
|
|
|
|
|
|
|
"hyper",
|
|
|
|
|
|
|
|
"hyper-rustls",
|
|
|
|
|
|
|
|
"hyper-util",
|
|
|
|
|
|
|
|
"js-sys",
|
|
|
|
|
|
|
|
"log",
|
|
|
|
|
|
|
|
"mime",
|
|
|
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
|
|
|
"quinn",
|
|
|
|
|
|
|
|
"rustls",
|
|
|
|
|
|
|
|
"rustls-pki-types",
|
|
|
|
|
|
|
|
"rustls-platform-verifier",
|
|
|
|
|
|
|
|
"serde",
|
|
|
|
|
|
|
|
"serde_json",
|
|
|
|
|
|
|
|
"sync_wrapper",
|
|
|
|
|
|
|
|
"tokio",
|
|
|
|
|
|
|
|
"tokio-rustls",
|
|
|
|
|
|
|
|
"tower",
|
|
|
|
|
|
|
|
"tower-http",
|
|
|
|
|
|
|
|
"tower-service",
|
|
|
|
|
|
|
|
"url",
|
|
|
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
|
|
|
|
"web-sys",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
name = "ring"
|
|
|
|
version = "0.17.14"
|
|
|
|
version = "0.17.14"
|
|
|
|
@@ -1684,12 +2021,28 @@ dependencies = [
|
|
|
|
"zeroize",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rustc-hash"
|
|
|
|
|
|
|
|
version = "2.1.2"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rustc_version"
|
|
|
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"semver",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.23.37"
|
|
|
|
version = "0.23.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
|
|
|
|
checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"aws-lc-rs",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"ring",
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-pki-types",
|
|
|
|
@@ -1698,21 +2051,62 @@ dependencies = [
|
|
|
|
"zeroize",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
|
|
|
|
version = "0.8.3"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"openssl-probe",
|
|
|
|
|
|
|
|
"rustls-pki-types",
|
|
|
|
|
|
|
|
"schannel",
|
|
|
|
|
|
|
|
"security-framework",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
|
|
|
name = "rustls-pki-types"
|
|
|
|
version = "1.14.0"
|
|
|
|
version = "1.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
|
|
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"web-time",
|
|
|
|
"zeroize",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rustls-platform-verifier"
|
|
|
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"core-foundation 0.10.1",
|
|
|
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
|
|
|
"jni",
|
|
|
|
|
|
|
|
"log",
|
|
|
|
|
|
|
|
"once_cell",
|
|
|
|
|
|
|
|
"rustls",
|
|
|
|
|
|
|
|
"rustls-native-certs",
|
|
|
|
|
|
|
|
"rustls-platform-verifier-android",
|
|
|
|
|
|
|
|
"rustls-webpki",
|
|
|
|
|
|
|
|
"security-framework",
|
|
|
|
|
|
|
|
"security-framework-sys",
|
|
|
|
|
|
|
|
"webpki-root-certs",
|
|
|
|
|
|
|
|
"windows-sys 0.61.2",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rustls-platform-verifier-android"
|
|
|
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.103.10"
|
|
|
|
version = "0.103.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
|
|
|
|
checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"aws-lc-rs",
|
|
|
|
"ring",
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"untrusted",
|
|
|
|
"untrusted",
|
|
|
|
@@ -1730,12 +2124,53 @@ version = "1.0.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
|
|
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "same-file"
|
|
|
|
|
|
|
|
version = "1.0.6"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"winapi-util",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "schannel"
|
|
|
|
|
|
|
|
version = "0.1.29"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-sys 0.61.2",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "security-framework"
|
|
|
|
|
|
|
|
version = "3.7.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bitflags",
|
|
|
|
|
|
|
|
"core-foundation 0.10.1",
|
|
|
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
"security-framework-sys",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "security-framework-sys"
|
|
|
|
|
|
|
|
version = "2.17.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
name = "semver"
|
|
|
|
version = "1.0.27"
|
|
|
|
version = "1.0.27"
|
|
|
|
@@ -1875,6 +2310,22 @@ version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
|
|
|
|
checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "simd_cesu8"
|
|
|
|
|
|
|
|
version = "1.1.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"rustc_version",
|
|
|
|
|
|
|
|
"simdutf8",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "simdutf8"
|
|
|
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
name = "siphasher"
|
|
|
|
version = "1.0.2"
|
|
|
|
version = "1.0.2"
|
|
|
|
@@ -2183,6 +2634,9 @@ name = "sync_wrapper"
|
|
|
|
version = "1.0.2"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"futures-core",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
name = "synstructure"
|
|
|
|
@@ -2195,6 +2649,27 @@ dependencies = [
|
|
|
|
"syn",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "system-configuration"
|
|
|
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"bitflags",
|
|
|
|
|
|
|
|
"core-foundation 0.9.4",
|
|
|
|
|
|
|
|
"system-configuration-sys",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
|
|
|
"libc",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
name = "thiserror"
|
|
|
|
version = "2.0.18"
|
|
|
|
version = "2.0.18"
|
|
|
|
@@ -2268,6 +2743,16 @@ dependencies = [
|
|
|
|
"syn",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "tokio-rustls"
|
|
|
|
|
|
|
|
version = "0.26.4"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"rustls",
|
|
|
|
|
|
|
|
"tokio",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
|
|
|
name = "tokio-stream"
|
|
|
|
version = "0.1.18"
|
|
|
|
version = "0.1.18"
|
|
|
|
@@ -2387,6 +2872,12 @@ dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "try-lock"
|
|
|
|
|
|
|
|
version = "0.2.5"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.19.0"
|
|
|
|
version = "1.19.0"
|
|
|
|
@@ -2486,6 +2977,25 @@ version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "walkdir"
|
|
|
|
|
|
|
|
version = "2.5.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"same-file",
|
|
|
|
|
|
|
|
"winapi-util",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "want"
|
|
|
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"try-lock",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.1+wasi-snapshot-preview1"
|
|
|
|
version = "0.11.1+wasi-snapshot-preview1"
|
|
|
|
@@ -2529,6 +3039,20 @@ dependencies = [
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "wasm-bindgen-futures"
|
|
|
|
|
|
|
|
version = "0.4.59"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "d24699cd39db9966cf6e2ef10d2f72779c961ad905911f395ea201c3ec9f545d"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cfg-if",
|
|
|
|
|
|
|
|
"futures-util",
|
|
|
|
|
|
|
|
"js-sys",
|
|
|
|
|
|
|
|
"once_cell",
|
|
|
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
|
|
|
"web-sys",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.109"
|
|
|
|
version = "0.2.109"
|
|
|
|
@@ -2595,6 +3119,35 @@ dependencies = [
|
|
|
|
"semver",
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "web-sys"
|
|
|
|
|
|
|
|
version = "0.3.86"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "668fa5d00434e890a452ab060d24e3904d1be93f7bb01b70e5603baa2b8ab23b"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"js-sys",
|
|
|
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "web-time"
|
|
|
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"js-sys",
|
|
|
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "webpki-root-certs"
|
|
|
|
|
|
|
|
version = "1.0.7"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"rustls-pki-types",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.26.11"
|
|
|
|
version = "0.26.11"
|
|
|
|
@@ -2623,6 +3176,15 @@ dependencies = [
|
|
|
|
"wasite",
|
|
|
|
"wasite",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "winapi-util"
|
|
|
|
|
|
|
|
version = "0.1.11"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-sys 0.61.2",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.62.2"
|
|
|
|
version = "0.62.2"
|
|
|
|
@@ -2664,6 +3226,17 @@ version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "windows-registry"
|
|
|
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"windows-link",
|
|
|
|
|
|
|
|
"windows-result",
|
|
|
|
|
|
|
|
"windows-strings",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
|
|
|
name = "windows-result"
|
|
|
|
version = "0.4.1"
|
|
|
|
version = "0.4.1"
|
|
|
|
|