piped-proxy/Cargo.lock

2580 lines
63 KiB
Plaintext
Raw Normal View History

2022-11-02 16:39:52 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "actix-codec"
2024-02-05 01:33:11 +00:00
version = "0.5.2"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 01:33:11 +00:00
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
2022-11-02 16:39:52 +00:00
dependencies = [
2024-02-05 01:33:11 +00:00
"bitflags 2.4.2",
2022-11-02 16:39:52 +00:00
"bytes",
"futures-core",
"futures-sink",
"memchr",
"pin-project-lite",
"tokio",
"tokio-util",
2023-05-15 03:12:58 +00:00
"tracing",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "actix-http"
version = "3.6.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d223b13fd481fc0d1f83bb12659ae774d9e3601814c68a0bc539731698cca743"
2022-11-02 16:39:52 +00:00
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
"ahash",
2023-03-25 15:25:51 +00:00
"base64",
2024-01-22 01:45:48 +00:00
"bitflags 2.4.2",
2022-11-02 16:39:52 +00:00
"brotli",
"bytes",
"bytestring",
"derive_more",
"encoding_rs",
"flate2",
"futures-core",
"h2",
"http",
"httparse",
"httpdate",
"itoa",
"language-tags",
"local-channel",
"mime",
"percent-encoding",
"pin-project-lite",
"rand",
"sha1",
"smallvec",
2023-01-21 20:22:04 +00:00
"tokio",
"tokio-util",
2022-11-02 16:39:52 +00:00
"tracing",
"zstd",
]
[[package]]
name = "actix-macros"
2023-07-24 00:38:23 +00:00
version = "0.2.4"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 00:38:23 +00:00
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
2022-11-02 16:39:52 +00:00
dependencies = [
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "actix-router"
2023-12-25 01:15:48 +00:00
version = "0.5.2"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-25 01:15:48 +00:00
checksum = "d22475596539443685426b6bdadb926ad0ecaefdfc5fb05e5e3441f15463c511"
2022-11-02 16:39:52 +00:00
dependencies = [
"bytestring",
"http",
"regex",
"serde",
"tracing",
]
[[package]]
name = "actix-rt"
2023-08-28 01:17:43 +00:00
version = "2.9.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 01:17:43 +00:00
checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d"
2022-11-02 16:39:52 +00:00
dependencies = [
"futures-core",
"tokio",
]
[[package]]
name = "actix-server"
2023-08-28 01:17:43 +00:00
version = "2.3.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 01:17:43 +00:00
checksum = "3eb13e7eef0423ea6eab0e59f6c72e7cb46d33691ad56a726b3cd07ddec2c2d4"
2022-11-02 16:39:52 +00:00
dependencies = [
"actix-rt",
"actix-service",
"actix-utils",
"futures-core",
"futures-util",
"mio",
2023-12-18 21:28:10 +00:00
"socket2",
2022-11-02 16:39:52 +00:00
"tokio",
"tracing",
]
[[package]]
name = "actix-service"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
dependencies = [
"futures-core",
"paste",
"pin-project-lite",
]
[[package]]
name = "actix-utils"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
dependencies = [
"local-waker",
"pin-project-lite",
]
[[package]]
name = "actix-web"
version = "4.5.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a6556ddebb638c2358714d853257ed226ece6023ef9364f23f0c70737ea984"
2022-11-02 16:39:52 +00:00
dependencies = [
"actix-codec",
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-utils",
"actix-web-codegen",
"ahash",
2022-11-02 16:39:52 +00:00
"bytes",
"bytestring",
"cfg-if",
"cookie",
"derive_more",
"encoding_rs",
"futures-core",
"futures-util",
"itoa",
"language-tags",
"log",
"mime",
"once_cell",
"pin-project-lite",
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"smallvec",
2023-12-18 21:28:10 +00:00
"socket2",
2022-11-02 16:39:52 +00:00
"time",
"url",
]
[[package]]
name = "actix-web-codegen"
2023-09-04 01:15:15 +00:00
version = "4.2.2"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 01:15:15 +00:00
checksum = "eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5"
2022-11-02 16:39:52 +00:00
dependencies = [
"actix-router",
"proc-macro2",
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
2022-11-02 16:39:52 +00:00
]
2023-06-27 22:27:39 +00:00
[[package]]
name = "addr2line"
2023-08-28 01:17:43 +00:00
version = "0.21.0"
2023-06-27 22:27:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 01:17:43 +00:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2023-06-27 22:27:39 +00:00
dependencies = [
"gimli",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-03-25 15:25:51 +00:00
[[package]]
name = "ahash"
2024-03-04 00:26:19 +00:00
version = "0.8.11"
2023-03-25 15:25:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2023-03-25 15:25:51 +00:00
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
2023-10-30 02:00:30 +00:00
"zerocopy",
2023-03-25 15:25:51 +00:00
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "aho-corasick"
2023-10-16 01:56:11 +00:00
version = "1.1.2"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 01:56:11 +00:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2022-11-02 16:39:52 +00:00
dependencies = [
"memchr",
]
2024-03-11 01:32:45 +00:00
[[package]]
name = "aligned-vec"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
2022-11-02 16:39:52 +00:00
[[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",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "anyhow"
2024-03-18 02:09:36 +00:00
version = "1.0.81"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 02:09:36 +00:00
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
2023-07-12 15:44:11 +00:00
[[package]]
name = "arbitrary"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
2023-07-12 15:44:11 +00:00
[[package]]
name = "arg_enum_proc_macro"
2023-09-18 02:14:20 +00:00
version = "0.3.4"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 02:14:20 +00:00
checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
2023-07-12 15:44:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
2023-07-12 15:44:11 +00:00
]
[[package]]
name = "arrayref"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
2023-07-12 15:44:11 +00:00
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2022-11-02 16:39:52 +00:00
[[package]]
name = "async-compression"
2024-01-22 01:45:48 +00:00
version = "0.4.6"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-22 01:45:48 +00:00
checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c"
2022-11-02 16:39:52 +00:00
dependencies = [
"brotli",
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2023-07-12 15:44:11 +00:00
[[package]]
name = "av1-grain"
2024-01-08 01:57:31 +00:00
version = "0.2.3"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 01:57:31 +00:00
checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
2023-07-12 15:44:11 +00:00
dependencies = [
"anyhow",
"arrayvec",
"log",
"nom",
"num-rational",
"v_frame",
]
[[package]]
name = "avif-serialize"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
dependencies = [
"arrayvec",
]
2023-06-27 22:27:39 +00:00
[[package]]
name = "backtrace"
2023-08-28 01:17:43 +00:00
version = "0.3.69"
2023-06-27 22:27:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 01:17:43 +00:00
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
2023-06-27 22:27:39 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
2023-07-03 01:28:53 +00:00
"miniz_oxide",
2023-06-27 22:27:39 +00:00
"object",
"rustc-demangle",
]
2023-01-19 22:54:15 +00:00
[[package]]
name = "base64"
2024-01-15 00:09:03 +00:00
version = "0.21.7"
2023-01-19 22:54:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 00:09:03 +00:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-01-19 22:54:15 +00:00
2022-11-02 16:39:52 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-07-12 15:44:11 +00:00
[[package]]
name = "bitflags"
2024-01-22 01:45:48 +00:00
version = "2.4.2"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-22 01:45:48 +00:00
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
2023-07-12 15:44:11 +00:00
[[package]]
name = "bitstream-io"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06c9989a51171e2e81038ab168b6ae22886fe9ded214430dbb4f41c28cf176da"
[[package]]
name = "blake3"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "block-buffer"
2023-03-25 15:25:51 +00:00
version = "0.10.4"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 15:25:51 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-11-02 16:39:52 +00:00
dependencies = [
"generic-array",
]
[[package]]
name = "brotli"
2024-03-18 02:09:36 +00:00
version = "3.5.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 02:09:36 +00:00
checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
2022-11-02 16:39:52 +00:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2023-10-30 02:00:30 +00:00
version = "2.5.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 02:00:30 +00:00
checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
2022-11-02 16:39:52 +00:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "built"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d17f4d6e4dc36d1a02fbedc2753a096848e7c1b0772f7654eab8e2c927dd53"
2022-11-02 16:39:52 +00:00
[[package]]
name = "bumpalo"
2024-03-11 01:32:45 +00:00
version = "3.15.4"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:32:45 +00:00
checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
2022-11-02 16:39:52 +00:00
[[package]]
name = "bytemuck"
2024-03-18 02:09:36 +00:00
version = "1.15.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 02:09:36 +00:00
checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15"
2022-11-02 16:39:52 +00:00
[[package]]
name = "byteorder"
2023-10-09 00:59:24 +00:00
version = "1.5.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 00:59:24 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-11-02 16:39:52 +00:00
[[package]]
name = "bytes"
version = "1.6.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2022-11-02 16:39:52 +00:00
[[package]]
name = "bytestring"
2023-10-30 02:00:30 +00:00
version = "1.3.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 02:00:30 +00:00
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
2022-11-02 16:39:52 +00:00
dependencies = [
"bytes",
]
[[package]]
name = "cc"
2024-03-11 01:32:45 +00:00
version = "1.0.90"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:32:45 +00:00
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
2022-11-02 16:39:52 +00:00
dependencies = [
2024-03-11 01:32:45 +00:00
"jobserver",
2023-08-07 01:23:07 +00:00
"libc",
2022-11-02 16:39:52 +00:00
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "cfg-expr"
2024-02-12 00:34:37 +00:00
version = "0.15.7"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 00:34:37 +00:00
checksum = "fa50868b64a9a6fda9d593ce778849ea8715cd2a3d2cc17ffdb4a2f2f2f1961d"
2023-07-12 15:44:11 +00:00
dependencies = [
"smallvec",
"target-lexicon",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "constant_time_eq"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
2022-11-02 16:39:52 +00:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "cookie"
2023-03-25 15:25:51 +00:00
version = "0.16.2"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 15:25:51 +00:00
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
2022-11-02 16:39:52 +00:00
dependencies = [
"percent-encoding",
"time",
"version_check",
]
[[package]]
name = "core-foundation"
2023-12-04 01:31:45 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-04 01:31:45 +00:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-12-04 01:31:45 +00:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-04 01:31:45 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2022-11-02 16:39:52 +00:00
[[package]]
name = "cpufeatures"
2024-01-08 01:57:31 +00:00
version = "0.2.12"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 01:57:31 +00:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2022-11-02 16:39:52 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2024-02-19 01:53:51 +00:00
version = "1.4.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-19 01:53:51 +00:00
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-deque"
2024-01-15 00:09:03 +00:00
version = "0.8.5"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 00:09:03 +00:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2022-11-02 16:39:52 +00:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-01-15 00:09:03 +00:00
version = "0.9.18"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 00:09:03 +00:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2022-11-02 16:39:52 +00:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-01-15 00:09:03 +00:00
version = "0.8.19"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 00:09:03 +00:00
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
2022-11-02 16:39:52 +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",
]
2023-07-31 01:00:10 +00:00
[[package]]
name = "deranged"
2024-01-01 00:24:53 +00:00
version = "0.3.11"
2023-07-31 01:00:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 00:24:53 +00:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-10-16 01:56:11 +00:00
dependencies = [
"powerfmt",
]
2023-07-31 01:00:10 +00:00
2022-11-02 16:39:52 +00:00
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"convert_case",
"proc-macro2",
"quote",
"rustc_version",
2023-03-27 22:57:32 +00:00
"syn 1.0.109",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "digest"
2023-05-22 03:29:23 +00:00
version = "0.10.7"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 03:29:23 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-11-02 16:39:52 +00:00
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "either"
2024-02-12 00:34:37 +00:00
version = "1.10.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 00:34:37 +00:00
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
2022-11-02 16:39:52 +00:00
[[package]]
name = "encoding_rs"
2023-08-28 01:17:43 +00:00
version = "0.8.33"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 01:17:43 +00:00
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2023-12-04 01:31:45 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-04 01:31:45 +00:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
dependencies = [
"libc",
2023-12-04 01:31:45 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "fastrand"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2022-11-02 16:39:52 +00:00
[[package]]
name = "flate2"
2023-10-16 01:56:11 +00:00
version = "1.0.28"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 01:56:11 +00:00
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
2022-11-02 16:39:52 +00:00
dependencies = [
"crc32fast",
2023-07-03 01:28:53 +00:00
"miniz_oxide",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2022-11-02 16:39:52 +00:00
[[package]]
name = "form_urlencoded"
2023-11-27 02:09:33 +00:00
version = "1.2.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 02:09:33 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2022-11-02 16:39:52 +00:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures-channel"
2023-12-25 01:15:48 +00:00
version = "0.3.30"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-25 01:15:48 +00:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2022-11-02 16:39:52 +00:00
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
version = "0.3.30"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2022-11-02 16:39:52 +00:00
2023-01-19 22:54:15 +00:00
[[package]]
name = "futures-io"
version = "0.3.30"
2023-01-19 22:54:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2023-01-19 22:54:15 +00:00
[[package]]
name = "futures-macro"
version = "0.3.30"
2023-01-19 22:54:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2023-01-19 22:54:15 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
2023-01-19 22:54:15 +00:00
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "futures-sink"
version = "0.3.30"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2022-11-02 16:39:52 +00:00
[[package]]
name = "futures-task"
version = "0.3.30"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2022-11-02 16:39:52 +00:00
[[package]]
name = "futures-util"
version = "0.3.30"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2022-11-02 16:39:52 +00:00
dependencies = [
"futures-core",
2023-01-19 22:54:15 +00:00
"futures-io",
"futures-macro",
"futures-sink",
2022-11-02 16:39:52 +00:00
"futures-task",
2023-01-19 22:54:15 +00:00
"memchr",
2022-11-02 16:39:52 +00:00
"pin-project-lite",
"pin-utils",
2023-01-19 22:54:15 +00:00
"slab",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "generic-array"
2023-05-08 02:46:25 +00:00
version = "0.14.7"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 02:46:25 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-11-02 16:39:52 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2024-01-15 00:09:03 +00:00
version = "0.2.12"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 00:09:03 +00:00
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2023-06-27 22:27:39 +00:00
[[package]]
name = "gimli"
2023-11-27 02:09:33 +00:00
version = "0.28.1"
2023-06-27 22:27:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 02:09:33 +00:00
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2023-06-27 22:27:39 +00:00
2023-07-11 01:09:14 +00:00
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-11-02 16:39:52 +00:00
[[package]]
name = "h2"
2024-03-18 02:09:36 +00:00
version = "0.3.25"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 02:09:36 +00:00
checksum = "4fbd2820c5e49886948654ab546d0688ff24530286bdcf8fca3cefb16d4618eb"
2022-11-02 16:39:52 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2023-11-20 02:03:23 +00:00
"indexmap",
2022-11-02 16:39:52 +00:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "hashbrown"
2023-11-27 02:09:33 +00:00
version = "0.14.3"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 02:09:33 +00:00
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2023-07-12 15:44:11 +00:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-11-02 16:39:52 +00:00
[[package]]
name = "hermit-abi"
2024-03-04 00:26:19 +00:00
version = "0.3.9"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2022-11-02 16:39:52 +00:00
[[package]]
name = "http"
2024-03-11 01:32:45 +00:00
version = "0.2.12"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:32:45 +00:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2022-11-02 16:39:52 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2023-12-11 01:08:47 +00:00
version = "0.4.6"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 01:08:47 +00:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2022-11-02 16:39:52 +00:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
2023-08-14 00:39:58 +00:00
version = "1.0.3"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-14 00:39:58 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2022-11-02 16:39:52 +00:00
[[package]]
name = "hyper"
2023-12-18 21:28:10 +00:00
version = "0.14.28"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-18 21:28:10 +00:00
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
2022-11-02 16:39:52 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2023-12-18 21:28:10 +00:00
"socket2",
2022-11-02 16:39:52 +00:00
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
2023-10-30 02:00:30 +00:00
version = "0.24.2"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 02:00:30 +00:00
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2022-11-02 16:39:52 +00:00
dependencies = [
2023-07-11 01:09:14 +00:00
"futures-util",
2022-11-02 16:39:52 +00:00
"http",
"hyper",
"rustls",
"tokio",
"tokio-rustls",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "idna"
2023-11-27 02:09:33 +00:00
version = "0.5.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 02:09:33 +00:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2022-11-02 16:39:52 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "image"
2024-03-11 08:59:47 +00:00
version = "0.25.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 08:59:47 +00:00
checksum = "a9b4f005360d32e9325029b38ba47ebd7a56f3316df09249368939562d518645"
2022-11-02 16:39:52 +00:00
dependencies = [
"bytemuck",
"byteorder",
2024-03-11 08:59:47 +00:00
"image-webp",
2022-11-02 16:39:52 +00:00
"num-traits",
2024-03-11 08:59:47 +00:00
"rayon",
"zune-core",
"zune-jpeg",
]
[[package]]
name = "image-webp"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba6107a25f04af48ceeb4093eebc9b405ee5a1813a0bab5ecf1805d3eabb3337"
dependencies = [
"byteorder",
"thiserror",
2022-11-02 16:39:52 +00:00
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "imgref"
2024-01-22 01:45:48 +00:00
version = "1.10.1"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-22 01:45:48 +00:00
checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
2023-07-12 15:44:11 +00:00
[[package]]
name = "indexmap"
2024-03-04 00:26:19 +00:00
version = "2.2.5"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
2023-07-12 15:44:11 +00:00
dependencies = [
"equivalent",
2023-11-20 02:03:23 +00:00
"hashbrown",
2023-07-12 15:44:11 +00:00
]
[[package]]
name = "interpolate_name"
2023-09-18 02:14:20 +00:00
version = "0.2.4"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 02:14:20 +00:00
checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
2023-07-12 15:44:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
2023-07-12 15:44:11 +00:00
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "ipnet"
2023-10-23 02:04:57 +00:00
version = "2.9.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-23 02:04:57 +00:00
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2022-11-02 16:39:52 +00:00
[[package]]
name = "itertools"
2024-02-05 01:33:11 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 01:33:11 +00:00
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "itoa"
2023-12-11 01:08:47 +00:00
version = "1.0.10"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 01:08:47 +00:00
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
2022-11-02 16:39:52 +00:00
2024-03-11 01:32:45 +00:00
[[package]]
name = "jobserver"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
dependencies = [
"libc",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "js-sys"
2024-03-11 01:32:45 +00:00
version = "0.3.69"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:32:45 +00:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2022-11-02 16:39:52 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "language-tags"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2023-09-27 20:24:20 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2022-11-02 16:39:52 +00:00
[[package]]
name = "libc"
2024-02-05 01:33:11 +00:00
version = "0.2.153"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 01:33:11 +00:00
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2022-11-02 16:39:52 +00:00
[[package]]
name = "libfuzzer-sys"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
dependencies = [
"arbitrary",
2023-07-12 15:44:11 +00:00
"cc",
"once_cell",
2023-07-12 15:44:11 +00:00
]
2023-05-23 03:03:52 +00:00
[[package]]
name = "libmimalloc-sys"
version = "0.1.35"
2023-05-23 03:03:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664"
2023-05-23 03:03:52 +00:00
dependencies = [
"cc",
"libc",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "libwebp-sys"
version = "0.9.5"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "829b6b604f31ed6d2bccbac841fe0788de93dbd87e4eb1ba2c4adfe8c012a838"
2022-11-02 16:39:52 +00:00
dependencies = [
"cc",
2023-07-11 01:09:14 +00:00
"glob",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "linux-raw-sys"
2024-01-22 01:45:48 +00:00
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-22 01:45:48 +00:00
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2022-11-02 16:39:52 +00:00
[[package]]
name = "local-channel"
2023-10-30 02:00:30 +00:00
version = "0.1.5"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 02:00:30 +00:00
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
2022-11-02 16:39:52 +00:00
dependencies = [
"futures-core",
"futures-sink",
"local-waker",
]
[[package]]
name = "local-waker"
2023-10-30 02:00:30 +00:00
version = "0.1.4"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 02:00:30 +00:00
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
2022-11-02 16:39:52 +00:00
[[package]]
name = "lock_api"
2023-10-23 02:04:57 +00:00
version = "0.4.11"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-23 02:04:57 +00:00
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2022-11-02 16:39:52 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-03-04 00:26:19 +00:00
version = "0.4.21"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2022-11-02 16:39:52 +00:00
2023-07-12 15:44:11 +00:00
[[package]]
name = "loop9"
2024-01-22 01:45:48 +00:00
version = "0.1.5"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-22 01:45:48 +00:00
checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
2023-07-12 15:44:11 +00:00
dependencies = [
"imgref",
]
[[package]]
name = "maybe-rayon"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
dependencies = [
"cfg-if",
"rayon",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "memchr"
2024-01-01 00:24:53 +00:00
version = "2.7.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 00:24:53 +00:00
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
2022-11-02 16:39:52 +00:00
2023-05-23 03:03:52 +00:00
[[package]]
name = "mimalloc"
version = "0.1.39"
2023-05-23 03:03:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c"
2023-05-23 03:03:52 +00:00
dependencies = [
"libmimalloc-sys",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "mime"
2023-03-25 15:25:51 +00:00
version = "0.3.17"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 15:25:51 +00:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-11-02 16:39:52 +00:00
2023-07-12 15:44:11 +00:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2023-05-08 02:46:25 +00:00
[[package]]
name = "miniz_oxide"
2024-02-05 01:33:11 +00:00
version = "0.7.2"
2023-05-08 02:46:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 01:33:11 +00:00
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
2023-05-08 02:46:25 +00:00
dependencies = [
"adler",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "mio"
2024-03-04 00:26:19 +00:00
version = "0.8.11"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2022-11-02 16:39:52 +00:00
dependencies = [
"libc",
"log",
"wasi",
2023-12-04 01:31:45 +00:00
"windows-sys 0.48.0",
2023-07-12 15:44:11 +00:00
]
[[package]]
name = "nasm-rs"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe4d98d0065f4b1daf164b3eafb11974c94662e5e2396cf03f32d0bb5c17da51"
dependencies = [
"rayon",
]
[[package]]
name = "native-tls"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "new_debug_unreachable"
2024-03-18 02:09:36 +00:00
version = "1.0.6"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 02:09:36 +00:00
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2023-07-12 15:44:11 +00:00
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "noop_proc_macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
[[package]]
name = "num-bigint"
2023-08-28 01:17:43 +00:00
version = "0.4.4"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 01:17:43 +00:00
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
2023-07-12 15:44:11 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2024-02-05 01:33:11 +00:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2022-11-02 16:39:52 +00:00
[[package]]
2023-07-12 15:44:11 +00:00
name = "num-derive"
2024-02-12 00:34:37 +00:00
version = "0.4.2"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 00:34:37 +00:00
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
2022-11-02 16:39:52 +00:00
dependencies = [
2023-07-12 15:44:11 +00:00
"proc-macro2",
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "num-integer"
2024-02-12 00:34:37 +00:00
version = "0.1.46"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 00:34:37 +00:00
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2022-11-02 16:39:52 +00:00
dependencies = [
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
"autocfg",
2023-07-12 15:44:11 +00:00
"num-bigint",
2022-11-02 16:39:52 +00:00
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2024-02-12 00:34:37 +00:00
version = "0.2.18"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 00:34:37 +00:00
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
2022-11-02 16:39:52 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-07-03 01:28:53 +00:00
version = "1.16.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 01:28:53 +00:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-11-02 16:39:52 +00:00
dependencies = [
"hermit-abi",
"libc",
]
2023-06-27 22:27:39 +00:00
[[package]]
name = "object"
2023-12-25 01:15:48 +00:00
version = "0.32.2"
2023-06-27 22:27:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-25 01:15:48 +00:00
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
2023-06-27 22:27:39 +00:00
dependencies = [
"memchr",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "once_cell"
version = "1.19.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-11-02 16:39:52 +00:00
[[package]]
name = "openssl"
2024-02-26 01:45:25 +00:00
version = "0.10.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-26 01:45:25 +00:00
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
dependencies = [
2024-01-22 01:45:48 +00:00
"bitflags 2.4.2",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
2024-02-26 01:45:25 +00:00
version = "0.9.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-26 01:45:25 +00:00
checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-10-23 02:04:57 +00:00
version = "0.9.9"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-23 02:04:57 +00:00
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
"libc",
2023-10-30 02:00:30 +00:00
"redox_syscall",
2022-11-02 16:39:52 +00:00
"smallvec",
2023-12-04 01:31:45 +00:00
"windows-targets 0.48.5",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "paste"
2023-07-17 02:03:59 +00:00
version = "1.0.14"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-17 02:03:59 +00:00
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2022-11-02 16:39:52 +00:00
[[package]]
name = "percent-encoding"
2023-11-27 02:09:33 +00:00
version = "2.3.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 02:09:33 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2022-11-02 16:39:52 +00:00
[[package]]
name = "pin-project-lite"
2023-08-28 01:17:43 +00:00
version = "0.2.13"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 01:17:43 +00:00
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2022-11-02 16:39:52 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "piped-proxy"
version = "0.1.0"
dependencies = [
"actix-web",
"blake3",
"bytes",
"futures-util",
2022-11-02 16:39:52 +00:00
"image",
2023-07-11 01:09:14 +00:00
"libwebp-sys",
2023-05-23 03:03:52 +00:00
"mimalloc",
2023-03-25 15:25:51 +00:00
"once_cell",
2022-11-02 16:39:52 +00:00
"qstring",
2023-07-12 15:44:11 +00:00
"ravif",
2022-11-02 16:39:52 +00:00
"regex",
"reqwest",
2023-07-12 15:44:11 +00:00
"rgb",
2022-11-02 16:39:52 +00:00
"tokio",
]
2023-03-25 15:25:51 +00:00
[[package]]
name = "pkg-config"
2024-02-19 01:53:51 +00:00
version = "0.3.30"
2023-03-25 15:25:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-19 01:53:51 +00:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2023-03-25 15:25:51 +00:00
2023-10-16 01:56:11 +00:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2022-11-02 16:39:52 +00:00
[[package]]
name = "ppv-lite86"
2023-03-25 15:25:51 +00:00
version = "0.2.17"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 15:25:51 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-11-02 16:39:52 +00:00
[[package]]
name = "proc-macro2"
2024-03-18 02:09:36 +00:00
version = "1.0.79"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 02:09:36 +00:00
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
2022-11-02 16:39:52 +00:00
dependencies = [
"unicode-ident",
]
2024-01-01 00:24:53 +00:00
[[package]]
name = "profiling"
2024-02-19 01:53:51 +00:00
version = "1.0.15"
2024-01-01 00:24:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-19 01:53:51 +00:00
checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
2024-01-01 00:24:53 +00:00
dependencies = [
"profiling-procmacros",
]
[[package]]
name = "profiling-procmacros"
2024-02-19 01:53:51 +00:00
version = "1.0.15"
2024-01-01 00:24:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-19 01:53:51 +00:00
checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
2024-01-01 00:24:53 +00:00
dependencies = [
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
2024-01-01 00:24:53 +00:00
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "qstring"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
dependencies = [
"percent-encoding",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "quick-error"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
2022-11-02 16:39:52 +00:00
[[package]]
name = "quote"
2024-01-08 01:57:31 +00:00
version = "1.0.35"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-08 01:57:31 +00:00
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2022-11-02 16:39:52 +00:00
dependencies = [
"proc-macro2",
]
[[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 = "rav1e"
2024-01-15 00:09:03 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-15 00:09:03 +00:00
checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
dependencies = [
"arbitrary",
"arg_enum_proc_macro",
"arrayvec",
"av1-grain",
"bitstream-io",
"built",
"cc",
"cfg-if",
"interpolate_name",
"itertools",
"libc",
"libfuzzer-sys",
"log",
"maybe-rayon",
"nasm-rs",
"new_debug_unreachable",
"noop_proc_macro",
"num-derive",
"num-traits",
"once_cell",
"paste",
"profiling",
"rand",
"rand_chacha",
"simd_helpers",
"system-deps",
"thiserror",
"v_frame",
"wasm-bindgen",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "ravif"
version = "0.11.5"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc13288f5ab39e6d7c9d501759712e6969fcc9734220846fc9ed26cae2cc4234"
2023-07-12 15:44:11 +00:00
dependencies = [
"avif-serialize",
"imgref",
"loop9",
"quick-error",
"rav1e",
2023-07-12 15:44:11 +00:00
"rayon",
"rgb",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "rayon"
2024-03-04 00:26:19 +00:00
version = "1.9.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
2022-11-02 16:39:52 +00:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2024-01-22 01:45:48 +00:00
version = "1.12.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-22 01:45:48 +00:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2022-11-02 16:39:52 +00:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2023-10-23 02:04:57 +00:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "regex"
version = "1.10.4"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
2023-07-05 14:53:50 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-03-11 01:32:45 +00:00
version = "0.4.6"
2023-07-05 14:53:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:32:45 +00:00
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2022-11-02 16:39:52 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.2"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2022-11-02 16:39:52 +00:00
[[package]]
name = "reqwest"
version = "0.11.27"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
2022-11-02 16:39:52 +00:00
dependencies = [
"async-compression",
2023-03-25 15:25:51 +00:00
"base64",
2022-11-02 16:39:52 +00:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-rustls",
"hyper-tls",
2022-11-02 16:39:52 +00:00
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
2022-11-02 16:39:52 +00:00
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls",
"rustls-pemfile",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"system-configuration",
2022-11-02 16:39:52 +00:00
"tokio",
"tokio-native-tls",
2022-11-02 16:39:52 +00:00
"tokio-rustls",
2023-08-21 21:56:18 +00:00
"tokio-socks",
2022-11-02 16:39:52 +00:00
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
2023-01-19 22:54:15 +00:00
"wasm-streams",
2022-11-02 16:39:52 +00:00
"web-sys",
"webpki-roots",
"winreg",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "rgb"
version = "0.8.37"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8"
2023-07-12 15:44:11 +00:00
dependencies = [
"bytemuck",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "ring"
2024-02-19 01:53:51 +00:00
version = "0.17.8"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-19 01:53:51 +00:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2022-11-02 16:39:52 +00:00
dependencies = [
"cc",
2024-02-19 01:53:51 +00:00
"cfg-if",
2023-10-30 02:00:30 +00:00
"getrandom",
2022-11-02 16:39:52 +00:00
"libc",
"spin",
2022-11-02 16:39:52 +00:00
"untrusted",
2024-02-19 01:53:51 +00:00
"windows-sys 0.52.0",
2022-11-02 16:39:52 +00:00
]
2023-06-27 22:27:39 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-11-02 16:39:52 +00:00
[[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"
2024-02-05 01:33:11 +00:00
version = "0.38.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 01:33:11 +00:00
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
dependencies = [
2024-01-22 01:45:48 +00:00
"bitflags 2.4.2",
"errno",
"libc",
"linux-raw-sys",
2023-12-04 01:31:45 +00:00
"windows-sys 0.52.0",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "rustls"
2023-12-11 01:08:47 +00:00
version = "0.21.10"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 01:08:47 +00:00
checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
2022-11-02 16:39:52 +00:00
dependencies = [
"log",
"ring",
2023-05-16 23:06:41 +00:00
"rustls-webpki",
2022-11-02 16:39:52 +00:00
"sct",
]
[[package]]
name = "rustls-pemfile"
2023-11-13 00:12:01 +00:00
version = "1.0.4"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 00:12:01 +00:00
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2022-11-02 16:39:52 +00:00
dependencies = [
2023-03-25 15:25:51 +00:00
"base64",
2022-11-02 16:39:52 +00:00
]
2023-05-16 23:06:41 +00:00
[[package]]
name = "rustls-webpki"
2023-10-30 02:00:30 +00:00
version = "0.101.7"
2023-05-16 23:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 02:00:30 +00:00
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
2023-05-16 23:06:41 +00:00
dependencies = [
"ring",
"untrusted",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "ryu"
2024-02-26 01:45:25 +00:00
version = "1.0.17"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-26 01:45:25 +00:00
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
2022-11-02 16:39:52 +00:00
[[package]]
name = "schannel"
2024-01-01 00:24:53 +00:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 00:24:53 +00:00
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
dependencies = [
2024-01-01 00:24:53 +00:00
"windows-sys 0.52.0",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "scopeguard"
2023-07-24 00:38:23 +00:00
version = "1.2.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 00:38:23 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-11-02 16:39:52 +00:00
[[package]]
name = "sct"
2023-10-30 02:00:30 +00:00
version = "0.7.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 02:00:30 +00:00
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
2022-11-02 16:39:52 +00:00
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "security-framework"
version = "2.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
dependencies = [
"core-foundation-sys",
"libc",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "semver"
2024-02-26 01:45:25 +00:00
version = "1.0.22"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-26 01:45:25 +00:00
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
2022-11-02 16:39:52 +00:00
[[package]]
name = "serde"
2024-02-26 01:45:25 +00:00
version = "1.0.197"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-26 01:45:25 +00:00
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
2023-07-12 15:44:11 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-02-26 01:45:25 +00:00
version = "1.0.197"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-26 01:45:25 +00:00
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
2023-07-12 15:44:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
2023-07-12 15:44:11 +00:00
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "serde_json"
2024-02-26 01:45:25 +00:00
version = "1.0.114"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-26 01:45:25 +00:00
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
2022-11-02 16:39:52 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "serde_spanned"
2023-12-25 01:15:48 +00:00
version = "0.6.5"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-25 01:15:48 +00:00
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
2023-07-12 15:44:11 +00:00
dependencies = [
"serde",
]
2022-11-02 16:39:52 +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 = "sha1"
2023-09-25 02:03:06 +00:00
version = "0.10.6"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 02:03:06 +00:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "signal-hook-registry"
2023-03-25 15:25:51 +00:00
version = "1.4.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 15:25:51 +00:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2022-11-02 16:39:52 +00:00
dependencies = [
"libc",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "simd_helpers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
dependencies = [
"quote",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "slab"
2023-08-28 01:17:43 +00:00
version = "0.4.9"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 01:17:43 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-11-02 16:39:52 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-01-22 01:45:48 +00:00
version = "1.13.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-22 01:45:48 +00:00
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
2022-11-02 16:39:52 +00:00
[[package]]
name = "socket2"
2024-02-26 01:45:25 +00:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-26 01:45:25 +00:00
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
dependencies = [
"libc",
2024-02-26 01:45:25 +00:00
"windows-sys 0.52.0",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "spin"
2023-10-30 02:00:30 +00:00
version = "0.9.8"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 02:00:30 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-11-02 16:39:52 +00:00
[[package]]
name = "syn"
2023-03-25 15:25:51 +00:00
version = "1.0.109"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 15:25:51 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-11-02 16:39:52 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-03-27 22:57:32 +00:00
[[package]]
name = "syn"
2024-03-18 02:09:36 +00:00
version = "2.0.53"
2023-03-27 22:57:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 02:09:36 +00:00
checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032"
2023-03-27 22:57:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "system-deps"
2024-03-18 02:09:36 +00:00
version = "6.2.1"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 02:09:36 +00:00
checksum = "e8e9199467bcbc77c6a13cc6e32a6af21721ab8c96aa0261856c4fda5a4433f0"
2023-07-12 15:44:11 +00:00
dependencies = [
"cfg-expr",
"heck",
"pkg-config",
"toml",
2023-07-12 15:44:11 +00:00
"version-compare",
]
[[package]]
name = "target-lexicon"
2024-02-26 01:45:25 +00:00
version = "0.12.14"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-26 01:45:25 +00:00
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
2023-07-12 15:44:11 +00:00
[[package]]
name = "tempfile"
2024-03-04 00:26:19 +00:00
version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
"cfg-if",
"fastrand",
"rustix",
2024-01-01 00:24:53 +00:00
"windows-sys 0.52.0",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "thiserror"
2024-03-18 02:09:36 +00:00
version = "1.0.58"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 02:09:36 +00:00
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
2023-07-12 15:44:11 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-03-18 02:09:36 +00:00
version = "1.0.58"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 02:09:36 +00:00
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
2023-07-12 15:44:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
2023-07-12 15:44:11 +00:00
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "time"
2024-02-05 01:33:11 +00:00
version = "0.3.34"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 01:33:11 +00:00
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
2022-11-02 16:39:52 +00:00
dependencies = [
2023-07-31 01:00:10 +00:00
"deranged",
2022-11-02 16:39:52 +00:00
"itoa",
2024-02-05 01:33:11 +00:00
"num-conv",
2023-10-16 01:56:11 +00:00
"powerfmt",
2022-11-02 16:39:52 +00:00
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-09-25 02:03:06 +00:00
version = "0.1.2"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 02:03:06 +00:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2022-11-02 16:39:52 +00:00
[[package]]
name = "time-macros"
2024-02-05 01:33:11 +00:00
version = "0.2.17"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 01:33:11 +00:00
checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
2022-11-02 16:39:52 +00:00
dependencies = [
2024-02-05 01:33:11 +00:00
"num-conv",
2022-11-02 16:39:52 +00:00
"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-25 15:25:51 +00:00
version = "0.1.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 15:25:51 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-11-02 16:39:52 +00:00
[[package]]
name = "tokio"
version = "1.36.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
2022-11-02 16:39:52 +00:00
dependencies = [
2023-06-27 22:27:39 +00:00
"backtrace",
2022-11-02 16:39:52 +00:00
"bytes",
"libc",
"mio",
"num_cpus",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2023-12-18 21:28:10 +00:00
"socket2",
2022-11-02 16:39:52 +00:00
"tokio-macros",
2023-12-04 01:31:45 +00:00
"windows-sys 0.48.0",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "tokio-macros"
version = "2.2.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2022-11-02 16:39:52 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "tokio-rustls"
2023-06-12 01:49:30 +00:00
version = "0.24.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-12 01:49:30 +00:00
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
2022-11-02 16:39:52 +00:00
dependencies = [
"rustls",
"tokio",
]
2023-08-21 21:56:18 +00:00
[[package]]
name = "tokio-socks"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0"
dependencies = [
"either",
"futures-util",
"thiserror",
"tokio",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "tokio-util"
2023-10-30 02:00:30 +00:00
version = "0.7.10"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 02:00:30 +00:00
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
2022-11-02 16:39:52 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "toml"
2024-03-18 02:09:36 +00:00
version = "0.8.11"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 02:09:36 +00:00
checksum = "af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e"
2023-07-12 15:44:11 +00:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
2023-10-30 02:00:30 +00:00
version = "0.6.5"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 02:00:30 +00:00
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2023-07-12 15:44:11 +00:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-03-18 02:09:36 +00:00
version = "0.22.7"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 02:09:36 +00:00
checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992"
2023-07-12 15:44:11 +00:00
dependencies = [
2023-11-20 02:03:23 +00:00
"indexmap",
2023-07-12 15:44:11 +00:00
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
2023-10-23 02:04:57 +00:00
version = "0.1.40"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-23 02:04:57 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2022-11-02 16:39:52 +00:00
dependencies = [
"log",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2023-10-16 01:56:11 +00:00
version = "0.1.32"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 01:56:11 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2022-11-02 16:39:52 +00:00
dependencies = [
"once_cell",
]
[[package]]
name = "try-lock"
2023-12-11 01:08:47 +00:00
version = "0.2.5"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 01:08:47 +00:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2022-11-02 16:39:52 +00:00
[[package]]
name = "typenum"
2023-09-18 02:14:20 +00:00
version = "1.17.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 02:14:20 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2022-11-02 16:39:52 +00:00
[[package]]
name = "unicode-bidi"
2024-01-22 01:45:48 +00:00
version = "0.3.15"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-22 01:45:48 +00:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2022-11-02 16:39:52 +00:00
[[package]]
name = "unicode-ident"
2023-09-18 02:14:20 +00:00
version = "1.0.12"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 02:14:20 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-11-02 16:39:52 +00:00
[[package]]
name = "unicode-normalization"
2024-02-26 01:45:25 +00:00
version = "0.1.23"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-26 01:45:25 +00:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2022-11-02 16:39:52 +00:00
dependencies = [
"tinyvec",
]
[[package]]
name = "untrusted"
2023-10-30 02:00:30 +00:00
version = "0.9.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 02:00:30 +00:00
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2022-11-02 16:39:52 +00:00
[[package]]
name = "url"
2023-11-27 02:09:33 +00:00
version = "2.5.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 02:09:33 +00:00
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2022-11-02 16:39:52 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "v_frame"
2024-03-11 01:32:45 +00:00
version = "0.3.8"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:32:45 +00:00
checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
2023-07-12 15:44:11 +00:00
dependencies = [
2024-03-11 01:32:45 +00:00
"aligned-vec",
2023-07-12 15:44:11 +00:00
"num-traits",
2024-03-11 01:32:45 +00:00
"wasm-bindgen",
2023-07-12 15:44:11 +00:00
]
2023-09-27 20:24:20 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2023-07-12 15:44:11 +00:00
[[package]]
name = "version-compare"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2022-11-02 16:39:52 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "want"
2023-06-19 02:20:18 +00:00
version = "0.3.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 02:20:18 +00:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-11-02 16:39:52 +00:00
dependencies = [
"try-lock",
]
[[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"
2024-03-11 01:32:45 +00:00
version = "0.2.92"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:32:45 +00:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-03-11 01:32:45 +00:00
version = "0.2.92"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:32:45 +00:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2022-11-02 16:39:52 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
2022-11-02 16:39:52 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-03-11 01:32:45 +00:00
version = "0.4.42"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:32:45 +00:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-03-11 01:32:45 +00:00
version = "0.2.92"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:32:45 +00:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2022-11-02 16:39:52 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-03-11 01:32:45 +00:00
version = "0.2.92"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:32:45 +00:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2022-11-02 16:39:52 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
2022-11-02 16:39:52 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-03-11 01:32:45 +00:00
version = "0.2.92"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:32:45 +00:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2022-11-02 16:39:52 +00:00
2023-01-19 22:54:15 +00:00
[[package]]
name = "wasm-streams"
version = "0.4.0"
2023-01-19 22:54:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
2023-01-19 22:54:15 +00:00
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "web-sys"
2024-03-11 01:32:45 +00:00
version = "0.3.69"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-11 01:32:45 +00:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2022-11-02 16:39:52 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
2024-02-05 01:33:11 +00:00
version = "0.25.4"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 01:33:11 +00:00
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
2022-11-02 16:39:52 +00:00
2023-04-25 19:56:27 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-12-04 01:31:45 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-03-04 00:26:19 +00:00
"windows-targets 0.52.4",
2023-04-25 19:56:27 +00:00
]
[[package]]
name = "windows-targets"
2023-08-21 01:58:16 +00:00
version = "0.48.5"
2023-04-25 19:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-25 19:56:27 +00:00
dependencies = [
2023-12-04 01:31:45 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
2024-03-04 00:26:19 +00:00
version = "0.52.4"
2023-12-04 01:31:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
2023-12-04 01:31:45 +00:00
dependencies = [
2024-03-04 00:26:19 +00:00
"windows_aarch64_gnullvm 0.52.4",
"windows_aarch64_msvc 0.52.4",
"windows_i686_gnu 0.52.4",
"windows_i686_msvc 0.52.4",
"windows_x86_64_gnu 0.52.4",
"windows_x86_64_gnullvm 0.52.4",
"windows_x86_64_msvc 0.52.4",
2023-03-02 00:21:08 +00:00
]
2023-04-25 19:56:27 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-21 01:58:16 +00:00
version = "0.48.5"
2023-04-25 19:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-25 19:56:27 +00:00
2023-12-04 01:31:45 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-03-04 00:26:19 +00:00
version = "0.52.4"
2023-12-04 01:31:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
2023-12-04 01:31:45 +00:00
2023-04-25 19:56:27 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-21 01:58:16 +00:00
version = "0.48.5"
2023-04-25 19:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-25 19:56:27 +00:00
2023-12-04 01:31:45 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-03-04 00:26:19 +00:00
version = "0.52.4"
2023-12-04 01:31:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
2023-12-04 01:31:45 +00:00
2023-04-25 19:56:27 +00:00
[[package]]
name = "windows_i686_gnu"
2023-08-21 01:58:16 +00:00
version = "0.48.5"
2023-04-25 19:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-25 19:56:27 +00:00
2023-12-04 01:31:45 +00:00
[[package]]
name = "windows_i686_gnu"
2024-03-04 00:26:19 +00:00
version = "0.52.4"
2023-12-04 01:31:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
2023-12-04 01:31:45 +00:00
2023-04-25 19:56:27 +00:00
[[package]]
name = "windows_i686_msvc"
2023-08-21 01:58:16 +00:00
version = "0.48.5"
2023-04-25 19:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-25 19:56:27 +00:00
2023-12-04 01:31:45 +00:00
[[package]]
name = "windows_i686_msvc"
2024-03-04 00:26:19 +00:00
version = "0.52.4"
2023-12-04 01:31:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
2023-12-04 01:31:45 +00:00
2023-04-25 19:56:27 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-21 01:58:16 +00:00
version = "0.48.5"
2023-04-25 19:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-25 19:56:27 +00:00
2023-12-04 01:31:45 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-03-04 00:26:19 +00:00
version = "0.52.4"
2023-12-04 01:31:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
2023-12-04 01:31:45 +00:00
2023-04-25 19:56:27 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-21 01:58:16 +00:00
version = "0.48.5"
2023-04-25 19:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-25 19:56:27 +00:00
2023-12-04 01:31:45 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-03-04 00:26:19 +00:00
version = "0.52.4"
2023-12-04 01:31:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
2023-12-04 01:31:45 +00:00
2023-04-25 19:56:27 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-21 01:58:16 +00:00
version = "0.48.5"
2023-04-25 19:56:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-25 19:56:27 +00:00
2023-12-04 01:31:45 +00:00
[[package]]
name = "windows_x86_64_msvc"
2024-03-04 00:26:19 +00:00
version = "0.52.4"
2023-12-04 01:31:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
2023-12-04 01:31:45 +00:00
2023-07-12 15:44:11 +00:00
[[package]]
name = "winnow"
2024-03-04 00:26:19 +00:00
version = "0.6.5"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 00:26:19 +00:00
checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"
2023-07-12 15:44:11 +00:00
dependencies = [
"memchr",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "winreg"
version = "0.50.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
2023-12-04 01:31:45 +00:00
"windows-sys 0.48.0",
2022-11-02 16:39:52 +00:00
]
2023-10-30 02:00:30 +00:00
[[package]]
name = "zerocopy"
2023-12-25 01:15:48 +00:00
version = "0.7.32"
2023-10-30 02:00:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-25 01:15:48 +00:00
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
2023-10-30 02:00:30 +00:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2023-12-25 01:15:48 +00:00
version = "0.7.32"
2023-10-30 02:00:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-25 01:15:48 +00:00
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
2023-10-30 02:00:30 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-03-18 02:09:36 +00:00
"syn 2.0.53",
2023-10-30 02:00:30 +00:00
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "zstd"
version = "0.13.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110"
2022-11-02 16:39:52 +00:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "7.0.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e"
2022-11-02 16:39:52 +00:00
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2023-10-16 01:56:11 +00:00
version = "2.0.9+zstd.1.5.5"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 01:56:11 +00:00
checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
2022-11-02 16:39:52 +00:00
dependencies = [
"cc",
2023-03-25 15:25:51 +00:00
"pkg-config",
]
2024-03-11 08:59:47 +00:00
[[package]]
name = "zune-core"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
[[package]]
name = "zune-jpeg"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
dependencies = [
"zune-core",
]