piped-proxy/Cargo.lock

2670 lines
65 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"
2023-05-15 03:12:58 +00:00
version = "0.5.1"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-15 03:12:58 +00:00
checksum = "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8"
2022-11-02 16:39:52 +00:00
dependencies = [
2023-07-12 15:44:11 +00:00
"bitflags 1.3.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.4.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92ef85799cba03f76e4f7c10f533e66d87c9a7e7055f3391f09000ad8351bc9"
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",
"bitflags 2.4.0",
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",
2023-09-18 03:31:20 +00:00
"syn 2.0.37",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "actix-router"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
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-09-18 02:14:20 +00:00
"socket2 0.5.4",
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.4.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4a5b5e29603ca8c94a77c65cf874718ceb60292c5a5c3e5f4ace041af462b9"
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-09-18 02:14:20 +00:00
"socket2 0.5.4",
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",
2023-09-18 03:31:20 +00:00
"syn 2.0.37",
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"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "aho-corasick"
2023-09-25 02:03:06 +00:00
version = "1.1.1"
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 = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
2022-11-02 16:39:52 +00:00
dependencies = [
"memchr",
]
[[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"
2023-08-21 01:58:16 +00:00
version = "1.0.75"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2023-07-12 15:44:11 +00:00
[[package]]
name = "arbitrary"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db55d72333851e17d572bec876e390cd3b11eb1ef53ae821dd9f3b653d2b4569"
[[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",
2023-09-18 03:31:20 +00:00
"syn 2.0.37",
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"
dependencies = [
"serde",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "async-compression"
2023-09-18 02:14:20 +00:00
version = "0.4.3"
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 = "bb42b2197bf15ccb092b62c74515dbd8b86d0effd934795f6687c93b6e679a2c"
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"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f6ca6f0c18c02c2fbfc119df551b8aeb8a385f6d5980f1475ba0255f1e97f1e"
dependencies = [
"anyhow",
"arrayvec",
"itertools",
"log",
"nom",
"num-rational",
"serde",
"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"
2023-09-11 00:17:00 +00:00
version = "0.21.4"
2023-01-19 22:54:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-11 00:17:00 +00:00
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
2023-01-19 22:54:15 +00:00
2022-11-02 16:39:52 +00:00
[[package]]
name = "bit_field"
2023-03-25 15:25:51 +00:00
version = "0.10.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 = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
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"
2023-08-14 00:39:58 +00:00
version = "2.4.0"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-14 00:39:58 +00:00
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
2023-07-12 15:44:11 +00:00
[[package]]
name = "bitstream-io"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82704769cb85a22df2c54d6bdd6a158b7931d256cf3248a07d6ecbe9d58b31d7"
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"
version = "3.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2023-03-25 15:25:51 +00:00
version = "2.3.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 = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
2022-11-02 16:39:52 +00:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "built"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b9c056b9ed43aee5e064b683aa1ec783e19c6acec7559e3ae931b7490472fbe"
dependencies = [
"cargo-lock",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "bumpalo"
2023-09-18 02:14:20 +00:00
version = "3.14.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 = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2022-11-02 16:39:52 +00:00
[[package]]
name = "bytemuck"
2023-09-11 00:17:00 +00:00
version = "1.14.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-11 00:17:00 +00:00
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
2022-11-02 16:39:52 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2023-09-11 00:17:00 +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-09-11 00:17:00 +00:00
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2022-11-02 16:39:52 +00:00
[[package]]
name = "bytestring"
2023-03-25 15:25:51 +00:00
version = "1.3.0"
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 = "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae"
2022-11-02 16:39:52 +00:00
dependencies = [
"bytes",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "cargo-lock"
version = "8.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996"
dependencies = [
"semver",
"serde",
"toml 0.5.11",
"url",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "cc"
2023-08-21 01:58:16 +00:00
version = "1.0.83"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
2022-11-02 16:39:52 +00:00
dependencies = [
"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"
2023-09-11 00:17:00 +00:00
version = "0.15.5"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-11 00:17:00 +00:00
checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"
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 = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[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"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2022-11-02 16:39:52 +00:00
[[package]]
name = "cpufeatures"
2023-07-11 01:09:14 +00:00
version = "0.2.9"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 01:09:14 +00:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2022-11-02 16:39:52 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-deque"
2023-03-25 15:25:51 +00:00
version = "0.8.3"
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 = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-06-19 02:20:18 +00:00
version = "0.9.15"
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 = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2022-11-02 16:39:52 +00:00
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-06-19 02:20:18 +00:00
version = "0.8.16"
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 = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[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"
2023-08-21 01:58:16 +00:00
version = "0.3.8"
2023-07-31 01:00:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
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"
2023-07-24 00:38:23 +00:00
version = "1.9.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 = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
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"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "exr"
2023-09-25 02:03:06 +00:00
version = "1.71.0"
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 = "832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8"
2022-11-02 16:39:52 +00:00
dependencies = [
"bit_field",
"flume",
"half",
"lebe",
2023-07-03 01:28:53 +00:00
"miniz_oxide",
2023-03-25 15:25:51 +00:00
"rayon-core",
2022-11-02 16:39:52 +00:00
"smallvec",
2023-03-25 15:25:51 +00:00
"zune-inflate",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "fastrand"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2023-05-08 02:46:25 +00:00
[[package]]
name = "fdeflate"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
dependencies = [
"simd-adler32",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "flate2"
2023-08-21 01:58:16 +00:00
version = "1.0.27"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
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 = "flume"
2023-09-25 02:03:06 +00:00
version = "0.11.0"
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 = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
2022-11-02 16:39:52 +00:00
dependencies = [
2023-05-08 02:46:25 +00:00
"spin 0.9.8",
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-06-12 01:49:30 +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-06-12 01:49:30 +00:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2022-11-02 16:39:52 +00:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures-channel"
2023-05-08 02:46:25 +00:00
version = "0.3.28"
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 = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2022-11-02 16:39:52 +00:00
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
2023-05-08 02:46:25 +00:00
version = "0.3.28"
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 = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-11-02 16:39:52 +00:00
2023-01-19 22:54:15 +00:00
[[package]]
name = "futures-io"
2023-05-08 02:46:25 +00:00
version = "0.3.28"
2023-01-19 22:54:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 02:46:25 +00:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2023-01-19 22:54:15 +00:00
[[package]]
name = "futures-macro"
2023-05-08 02:46:25 +00:00
version = "0.3.28"
2023-01-19 22:54:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 02:46:25 +00:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2023-01-19 22:54:15 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-18 03:31:20 +00:00
"syn 2.0.37",
2023-01-19 22:54:15 +00:00
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "futures-sink"
2023-05-08 02:46:25 +00:00
version = "0.3.28"
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 = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2022-11-02 16:39:52 +00:00
[[package]]
name = "futures-task"
2023-05-08 02:46:25 +00:00
version = "0.3.28"
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 = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-11-02 16:39:52 +00:00
[[package]]
name = "futures-util"
2023-05-08 02:46:25 +00:00
version = "0.3.28"
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 = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
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"
2023-06-12 01:49:30 +00:00
version = "0.2.10"
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 = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gif"
2023-03-25 02:48:24 +00:00
version = "0.12.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 02:48:24 +00:00
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
2022-11-02 16:39:52 +00:00
dependencies = [
"color_quant",
"weezl",
]
2023-06-27 22:27:39 +00:00
[[package]]
name = "gimli"
2023-08-28 01:17:43 +00:00
version = "0.28.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 = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
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"
2023-08-21 21:56:18 +00:00
version = "0.3.21"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 21:56:18 +00:00
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
2022-11-02 16:39:52 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2023-07-12 15:44:11 +00:00
"indexmap 1.9.3",
2022-11-02 16:39:52 +00:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "half"
2023-07-03 01:28:53 +00:00
version = "2.2.1"
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 = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
2022-11-02 16:39:52 +00:00
dependencies = [
"crunchy",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-07-12 15:44:11 +00:00
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
[[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"
2023-09-25 02:03:06 +00:00
version = "0.3.3"
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 = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2022-11-02 16:39:52 +00:00
[[package]]
name = "http"
2023-03-25 15:25:51 +00:00
version = "0.2.9"
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 = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2022-11-02 16:39:52 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "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-07-03 01:28:53 +00:00
version = "0.14.27"
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 = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
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",
"socket2 0.4.9",
2022-11-02 16:39:52 +00:00
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
2023-07-11 01:09:14 +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-07-11 01:09:14 +00:00
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
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-06-12 01:49:30 +00:00
version = "0.4.0"
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 = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2022-11-02 16:39:52 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "image"
version = "0.24.7"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
2022-11-02 16:39:52 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"exr",
"gif",
"jpeg-decoder",
"num-rational",
"num-traits",
"png",
2023-03-25 02:48:24 +00:00
"qoi",
2022-11-02 16:39:52 +00:00
"tiff",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "imgref"
version = "1.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2cf49df1085dcfb171460e4592597b84abe50d900fb83efb6e41b20fefd6c2c"
2022-11-02 16:39:52 +00:00
[[package]]
name = "indexmap"
2023-03-25 15:25:51 +00:00
version = "1.9.3"
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 = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-11-02 16:39:52 +00:00
dependencies = [
"autocfg",
2023-07-12 15:44:11 +00:00
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
version = "2.0.1"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e"
2023-07-12 15:44:11 +00:00
dependencies = [
"equivalent",
"hashbrown 0.14.0",
]
[[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",
2023-09-18 03:31:20 +00:00
"syn 2.0.37",
2023-07-12 15:44:11 +00:00
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "ipnet"
2023-07-03 01:28:53 +00:00
version = "2.8.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 = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
2022-11-02 16:39:52 +00:00
2023-07-12 15:44:11 +00:00
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "itoa"
2023-07-17 02:03:59 +00:00
version = "1.0.9"
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 = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2022-11-02 16:39:52 +00:00
[[package]]
name = "jobserver"
2023-03-25 15:25:51 +00:00
version = "0.1.26"
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 = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
2022-11-02 16:39:52 +00:00
dependencies = [
"libc",
]
[[package]]
name = "jpeg-decoder"
2022-11-11 20:42:44 +00:00
version = "0.3.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-11 20:42:44 +00:00
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
2022-11-02 16:39:52 +00:00
dependencies = [
"rayon",
]
[[package]]
name = "js-sys"
2023-06-19 02:20:18 +00:00
version = "0.3.64"
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 = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
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 = "lebe"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
[[package]]
name = "libc"
2023-09-18 02:14:20 +00:00
version = "0.2.148"
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 = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
2022-11-02 16:39:52 +00:00
2023-07-12 15:44:11 +00:00
[[package]]
name = "libfuzzer-sys"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcf184a4b6b274f82a5df6b357da6055d3e82272327bba281c28bbba6f1664ef"
dependencies = [
"arbitrary",
"cc",
]
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.4"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e0df0a0f9444d52aee6335cd724d21a2ee3285f646291799a72be518ec8ee3c"
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"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
2022-11-02 16:39:52 +00:00
[[package]]
name = "local-channel"
2023-09-18 02:14:20 +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-09-18 02:14:20 +00:00
checksum = "e0a493488de5f18c8ffcba89eebb8532ffc562dc400490eb65b84893fae0b178"
2022-11-02 16:39:52 +00:00
dependencies = [
"futures-core",
"futures-sink",
"local-waker",
]
[[package]]
name = "local-waker"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
[[package]]
name = "lock_api"
2023-06-12 01:49:30 +00:00
version = "0.4.10"
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 = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2022-11-02 16:39:52 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2023-08-14 00:39:58 +00:00
version = "0.4.20"
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 = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2022-11-02 16:39:52 +00:00
2023-07-12 15:44:11 +00:00
[[package]]
name = "loop9"
2023-09-25 02:03:06 +00:00
version = "0.1.4"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 02:03:06 +00:00
checksum = "81a837f917de41d61ab531ba255d1913208d02325cab0d6a66a706e0dbaa699d"
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"
version = "2.6.3"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
2022-11-02 16:39:52 +00:00
[[package]]
name = "memoffset"
2023-06-19 02:20:18 +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-06-19 02:20:18 +00:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2022-11-02 16:39:52 +00:00
dependencies = [
"autocfg",
]
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"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
"simd-adler32",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "mio"
2023-06-05 02:27:20 +00:00
version = "0.8.8"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-05 02:27:20 +00:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2022-11-02 16:39:52 +00:00
dependencies = [
"libc",
"log",
"wasi",
"windows-sys",
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"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
[[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",
]
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2022-11-02 16:39:52 +00:00
]
[[package]]
2023-07-12 15:44:11 +00:00
name = "num-derive"
version = "0.4.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-12 15:44:11 +00:00
checksum = "9e6a0fd4f737c707bd9086cc16c925f294943eb62eb71499e9fd4cf71f8b9f4e"
2022-11-02 16:39:52 +00:00
dependencies = [
2023-07-12 15:44:11 +00:00
"proc-macro2",
"quote",
2023-09-18 03:31:20 +00:00
"syn 2.0.37",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[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"
2023-07-24 00:38:23 +00:00
version = "0.2.16"
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 = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
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-09-04 01:15:15 +00:00
version = "0.32.1"
2023-06-27 22:27:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 01:15:15 +00:00
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
2023-06-27 22:27:39 +00:00
dependencies = [
"memchr",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "once_cell"
2023-06-04 14:04:18 +00:00
version = "1.18.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 14:04:18 +00:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2022-11-02 16:39:52 +00:00
[[package]]
name = "openssl"
version = "0.10.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
dependencies = [
"bitflags 2.4.0",
"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",
"syn 2.0.37",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
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-06-12 01:49: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-06-12 01:49:30 +00:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-targets",
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-06-12 01:49:30 +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-06-12 01:49:30 +00:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
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",
"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"
2023-05-08 02:46:25 +00:00
version = "0.3.27"
2023-03-25 15:25:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 02:46:25 +00:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2023-03-25 15:25:51 +00:00
2022-11-02 16:39:52 +00:00
[[package]]
name = "png"
2023-08-21 01:58:16 +00:00
version = "0.17.10"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
2022-11-02 16:39:52 +00:00
dependencies = [
2023-07-12 15:44:11 +00:00
"bitflags 1.3.2",
2022-11-02 16:39:52 +00:00
"crc32fast",
2023-05-08 02:46:25 +00:00
"fdeflate",
2022-11-02 16:39:52 +00:00
"flate2",
2023-07-03 01:28:53 +00:00
"miniz_oxide",
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"
2023-09-18 02:14:20 +00:00
version = "1.0.67"
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 = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
2022-11-02 16:39:52 +00:00
dependencies = [
"unicode-ident",
]
2023-03-25 02:48:24 +00:00
[[package]]
name = "qoi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
dependencies = [
"bytemuck",
]
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"
2023-08-21 01:58:16 +00:00
version = "1.0.33"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 01:58:16 +00:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
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",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "rav1e"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16c383692a5e7abd9f6d1eddb1a5e0269f859392387883361bb09e5555852ec1"
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 0.3.3",
"num-traits",
"once_cell",
"paste",
"rand",
"rand_chacha",
"rust_hawktracer",
"rustc_version",
"simd_helpers",
"system-deps",
"thiserror",
"v_frame",
"wasm-bindgen",
]
[[package]]
name = "ravif"
version = "0.11.3"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "badc69028460108fa7e32d4aec2b0c980710d7a31a896864002c8c1fc61516ee"
2023-07-12 15:44:11 +00:00
dependencies = [
"avif-serialize",
"imgref",
"loop9",
"quick-error",
"rav1e",
"rayon",
"rgb",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "rayon"
2023-09-25 02:03:06 +00:00
version = "1.8.0"
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 = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
2022-11-02 16:39:52 +00:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-09-25 02:03:06 +00:00
version = "1.12.0"
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 = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
2022-11-02 16:39:52 +00:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
[[package]]
name = "redox_syscall"
2023-06-12 01:49:30 +00:00
version = "0.3.5"
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 = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2022-11-02 16:39:52 +00:00
dependencies = [
2023-07-12 15:44:11 +00:00
"bitflags 1.3.2",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "regex"
version = "1.9.5"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
2023-07-05 14:53:50 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.3.8"
2023-07-05 14:53:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
2022-11-02 16:39:52 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.7.5"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
2022-11-02 16:39:52 +00:00
[[package]]
name = "reqwest"
version = "0.11.20"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
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",
"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.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
dependencies = [
"bytemuck",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
"untrusted",
"web-sys",
"winapi",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "rust_hawktracer"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3480a29b927f66c6e06527be7f49ef4d291a01d694ec1fe85b0de71d6b02ac1"
dependencies = [
"rust_hawktracer_normal_macro",
"rust_hawktracer_proc_macro",
]
[[package]]
name = "rust_hawktracer_normal_macro"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a570059949e1dcdc6f35228fa389f54c2c84dfe0c94c05022baacd56eacd2e9"
[[package]]
name = "rust_hawktracer_proc_macro"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb626abdbed5e93f031baae60d72032f56bc964e11ac2ff65f2ba3ed98d6d3e1"
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"
version = "0.38.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
dependencies = [
"bitflags 2.4.0",
"errno",
"libc",
"linux-raw-sys",
"windows-sys",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "rustls"
2023-09-04 01:15:15 +00:00
version = "0.21.7"
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 = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
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-07-03 01:28:53 +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-07-03 01:28:53 +00:00
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
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-09-25 02:03:06 +00:00
version = "0.101.6"
2023-05-16 23:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 02:03:06 +00:00
checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
2023-05-16 23:06:41 +00:00
dependencies = [
"ring",
"untrusted",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "ryu"
2023-07-17 02:03:59 +00:00
version = "1.0.15"
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 = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2022-11-02 16:39:52 +00:00
[[package]]
name = "schannel"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
dependencies = [
"windows-sys",
]
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"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
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"
2023-09-25 02:03:06 +00:00
version = "1.0.19"
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 = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
2023-07-12 15:44:11 +00:00
dependencies = [
"serde",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "serde"
2023-08-28 01:17:43 +00:00
version = "1.0.188"
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 = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
2023-07-12 15:44:11 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-08-28 01:17:43 +00:00
version = "1.0.188"
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 = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
2023-07-12 15:44:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-18 03:31:20 +00:00
"syn 2.0.37",
2023-07-12 15:44:11 +00:00
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "serde_json"
2023-09-18 02:14:20 +00:00
version = "1.0.107"
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 = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
2022-11-02 16:39:52 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "serde_spanned"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
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-03-25 15:25:51 +00:00
[[package]]
name = "simd-adler32"
2023-07-31 01:00:10 +00:00
version = "0.3.7"
2023-03-25 15:25:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 01:00:10 +00:00
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2023-03-25 15:25:51 +00:00
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"
2023-09-25 02:03:06 +00:00
version = "1.11.1"
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 = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
2022-11-02 16:39:52 +00:00
[[package]]
name = "socket2"
2023-03-25 15:25:51 +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-03-25 15:25:51 +00:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2022-11-02 16:39:52 +00:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "socket2"
2023-09-18 02:14:20 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 02:14:20 +00:00
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
dependencies = [
"libc",
"windows-sys",
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
2023-05-08 02:46:25 +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-05-08 02:46:25 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-11-02 16:39:52 +00:00
dependencies = [
"lock_api",
]
[[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"
2023-09-18 03:31:20 +00:00
version = "2.0.37"
2023-03-27 22:57:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 03:31:20 +00:00
checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
2023-03-27 22:57:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "system-deps"
version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3"
dependencies = [
"cfg-expr",
"heck",
"pkg-config",
2023-09-11 00:17:00 +00:00
"toml 0.7.8",
2023-07-12 15:44:11 +00:00
"version-compare",
]
[[package]]
name = "target-lexicon"
2023-08-07 01:23:07 +00:00
version = "0.12.11"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 01:23:07 +00:00
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
2023-07-12 15:44:11 +00:00
[[package]]
name = "tempfile"
version = "3.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
dependencies = [
"cfg-if",
"fastrand",
"redox_syscall",
"rustix",
"windows-sys",
]
2023-07-12 15:44:11 +00:00
[[package]]
name = "thiserror"
version = "1.0.49"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
2023-07-12 15:44:11 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.49"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
2023-07-12 15:44:11 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-18 03:31:20 +00:00
"syn 2.0.37",
2023-07-12 15:44:11 +00:00
]
2022-11-02 16:39:52 +00:00
[[package]]
name = "tiff"
version = "0.9.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211"
2022-11-02 16:39:52 +00:00
dependencies = [
"flate2",
"jpeg-decoder",
"weezl",
]
[[package]]
name = "time"
2023-09-25 02:03:06 +00:00
version = "0.3.29"
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 = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
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",
"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"
2023-09-25 02:03:06 +00:00
version = "0.2.15"
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 = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
2022-11-02 16:39:52 +00:00
dependencies = [
"time-core",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-03-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.32.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
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-09-18 02:14:20 +00:00
"socket2 0.5.4",
2022-11-02 16:39:52 +00:00
"tokio-macros",
"windows-sys",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "tokio-macros"
2023-04-25 19:56:27 +00:00
version = "2.1.0"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-25 19:56:27 +00:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2022-11-02 16:39:52 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-18 03:31:20 +00:00
"syn 2.0.37",
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-09-25 02:03:06 +00:00
version = "0.7.9"
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 = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
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"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
[[package]]
name = "toml"
2023-09-11 00:17:00 +00:00
version = "0.7.8"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-11 00:17:00 +00:00
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
2023-07-12 15:44:11 +00:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2023-09-11 00:17:00 +00:00
version = "0.19.15"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-11 00:17:00 +00:00
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
2023-07-12 15:44:11 +00:00
dependencies = [
"indexmap 2.0.1",
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"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"log",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2023-05-15 03:12:58 +00:00
version = "0.1.31"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-15 03:12:58 +00:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2022-11-02 16:39:52 +00:00
dependencies = [
"once_cell",
]
[[package]]
name = "try-lock"
2023-03-25 15:25:51 +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-03-25 15:25:51 +00:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
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"
2023-03-25 15:25:51 +00:00
version = "0.3.13"
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 = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
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"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
2023-09-04 01:15:15 +00:00
version = "2.4.1"
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 = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
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"
2023-08-07 01:23:07 +00:00
version = "0.3.6"
2023-07-12 15:44:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-07 01:23:07 +00:00
checksum = "85db69f33d00031c1b07f7292e56317d5aa9475bdbd3d27ef18f3633438a697e"
2023-07-12 15:44:11 +00:00
dependencies = [
"cfg-if",
"noop_proc_macro",
"num-derive 0.4.0",
"num-traits",
"rust_hawktracer",
]
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"
2023-06-19 02:20:18 +00:00
version = "0.2.87"
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 = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-06-19 02:20:18 +00:00
version = "0.2.87"
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 = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2022-11-02 16:39:52 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-09-18 03:31:20 +00:00
"syn 2.0.37",
2022-11-02 16:39:52 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-06-19 02:20:18 +00:00
version = "0.4.37"
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 = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
2022-11-02 16:39:52 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-06-19 02:20:18 +00:00
version = "0.2.87"
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 = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2022-11-02 16:39:52 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-06-19 02:20:18 +00:00
version = "0.2.87"
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 = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2022-11-02 16:39:52 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-09-18 03:31:20 +00:00
"syn 2.0.37",
2022-11-02 16:39:52 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-06-19 02:20:18 +00:00
version = "0.2.87"
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 = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2022-11-02 16:39:52 +00:00
2023-01-19 22:54:15 +00:00
[[package]]
name = "wasm-streams"
version = "0.3.0"
2023-01-19 22:54:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
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"
2023-06-19 02:20:18 +00:00
version = "0.3.64"
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 = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2022-11-02 16:39:52 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
version = "0.25.2"
2022-11-02 16:39:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
2022-11-02 16:39:52 +00:00
[[package]]
name = "weezl"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
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 = [
"windows-targets",
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 = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
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
[[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
[[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
[[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
[[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
[[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
[[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-07-12 15:44:11 +00:00
[[package]]
name = "winnow"
2023-08-28 01:17:43 +00:00
version = "0.5.15"
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 = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
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",
"windows-sys",
2022-11-02 16:39:52 +00:00
]
[[package]]
name = "zstd"
2023-07-24 00:38:23 +00:00
version = "0.12.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 = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
2022-11-02 16:39:52 +00:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2023-07-24 00:38:23 +00:00
version = "6.0.6"
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 = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
2022-11-02 16:39:52 +00:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2023-05-08 02:46:25 +00:00
version = "2.0.8+zstd.1.5.5"
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 = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
2022-11-02 16:39:52 +00:00
dependencies = [
"cc",
"libc",
2023-03-25 15:25:51 +00:00
"pkg-config",
]
[[package]]
name = "zune-inflate"
2023-05-08 02:46:25 +00:00
version = "0.2.54"
2023-03-25 15:25:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-08 02:46:25 +00:00
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
2023-03-25 15:25:51 +00:00
dependencies = [
"simd-adler32",
2022-11-02 16:39:52 +00:00
]