|
@@ -77,6 +77,21 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[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 = "allocator-api2"
|
|
|
version = "0.2.21"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -168,6 +183,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
|
|
|
|
[[package]]
|
|
|
+name = "async-compression"
|
|
|
+version = "0.4.18"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
|
|
|
+dependencies = [
|
|
|
+ "brotli",
|
|
|
+ "flate2",
|
|
|
+ "futures-core",
|
|
|
+ "memchr",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tokio",
|
|
|
+ "zstd",
|
|
|
+ "zstd-safe",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "async-io"
|
|
|
version = "1.13.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -567,6 +598,27 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
+name = "brotli"
|
|
|
+version = "7.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
|
|
|
+dependencies = [
|
|
|
+ "alloc-no-stdlib",
|
|
|
+ "alloc-stdlib",
|
|
|
+ "brotli-decompressor",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "brotli-decompressor"
|
|
|
+version = "4.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
|
|
|
+dependencies = [
|
|
|
+ "alloc-no-stdlib",
|
|
|
+ "alloc-stdlib",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "bs58"
|
|
|
version = "0.5.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -670,6 +722,8 @@ version = "1.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc"
|
|
|
dependencies = [
|
|
|
+ "jobserver",
|
|
|
+ "libc",
|
|
|
"shlex",
|
|
|
]
|
|
|
|
|
@@ -2165,6 +2219,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
|
|
|
|
|
[[package]]
|
|
|
+name = "jobserver"
|
|
|
+version = "0.1.32"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
name = "js-sys"
|
|
|
version = "0.3.74"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -3259,6 +3322,7 @@ version = "0.12.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
|
|
|
dependencies = [
|
|
|
+ "async-compression",
|
|
|
"base64 0.22.1",
|
|
|
"bytes",
|
|
|
"futures-core",
|
|
@@ -3287,6 +3351,7 @@ dependencies = [
|
|
|
"tokio",
|
|
|
"tokio-rustls 0.25.0",
|
|
|
"tokio-socks",
|
|
|
+ "tokio-util",
|
|
|
"tower-service",
|
|
|
"url",
|
|
|
"wasm-bindgen",
|
|
@@ -4447,6 +4512,7 @@ version = "0.4.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
|
|
dependencies = [
|
|
|
+ "async-compression",
|
|
|
"bitflags 2.6.0",
|
|
|
"bytes",
|
|
|
"futures-core",
|
|
@@ -4455,6 +4521,8 @@ dependencies = [
|
|
|
"http-body 0.4.6",
|
|
|
"http-range-header",
|
|
|
"pin-project-lite",
|
|
|
+ "tokio",
|
|
|
+ "tokio-util",
|
|
|
"tower",
|
|
|
"tower-layer",
|
|
|
"tower-service",
|
|
@@ -5159,3 +5227,31 @@ dependencies = [
|
|
|
"crossbeam-utils",
|
|
|
"flate2",
|
|
|
]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zstd"
|
|
|
+version = "0.13.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
|
|
+dependencies = [
|
|
|
+ "zstd-safe",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zstd-safe"
|
|
|
+version = "7.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
|
|
+dependencies = [
|
|
|
+ "zstd-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zstd-sys"
|
|
|
+version = "2.0.13+zstd.1.5.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
|
|
+dependencies = [
|
|
|
+ "cc",
|
|
|
+ "pkg-config",
|
|
|
+]
|