2022-11-02 22:09:52 +05:30
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-12-03 23:11:27 +05:30
|
|
|
version = 4
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
2024-02-05 07:03:11 +05:30
|
|
|
version = "0.5.2"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 07:03:11 +05:30
|
|
|
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2024-12-14 18:24:30 +05:30
|
|
|
"bitflags",
|
2022-11-02 22:09:52 +05:30
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2023-05-15 08:42:58 +05:30
|
|
|
"tracing",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2024-08-12 07:25:54 +05:30
|
|
|
version = "3.9.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 07:25:54 +05:30
|
|
|
checksum = "d48f96fc3003717aeb9856ca3d02a8c7de502667ad76eeacd830b48d2e91fac4"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2023-08-29 10:37:02 +05:30
|
|
|
"ahash",
|
2024-12-14 18:24:30 +05:30
|
|
|
"base64",
|
|
|
|
"bitflags",
|
2024-10-07 07:05:04 +05:30
|
|
|
"brotli 6.0.0",
|
2022-11-02 22:09:52 +05:30
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"h2",
|
2024-12-14 18:24:30 +05:30
|
|
|
"http 0.2.12",
|
2022-11-02 22:09:52 +05:30
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
|
|
|
"local-channel",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
|
|
|
"sha1",
|
|
|
|
"smallvec",
|
2023-01-22 01:52:04 +05:30
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2022-11-02 22:09:52 +05:30
|
|
|
"tracing",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
2023-07-24 06:08:23 +05:30
|
|
|
version = "0.2.4"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:08:23 +05:30
|
|
|
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
2024-05-19 22:04:54 +05:30
|
|
|
version = "0.5.3"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 22:04:54 +05:30
|
|
|
checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
2024-05-19 22:04:54 +05:30
|
|
|
"cfg-if",
|
2024-12-14 18:24:30 +05:30
|
|
|
"http 0.2.12",
|
2022-11-02 22:09:52 +05:30
|
|
|
"regex",
|
2024-05-19 22:04:54 +05:30
|
|
|
"regex-lite",
|
2022-11-02 22:09:52 +05:30
|
|
|
"serde",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
2024-06-10 06:06:54 +05:30
|
|
|
version = "2.10.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-10 06:06:54 +05:30
|
|
|
checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2024-08-12 07:25:54 +05:30
|
|
|
version = "2.5.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 07:25:54 +05:30
|
|
|
checksum = "7ca2549781d8dd6d75c40cf6b6051260a2cc2f3c62343d761a969a0640646894"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-08-12 07:25:54 +05:30
|
|
|
"mio",
|
2023-12-19 02:58:10 +05:30
|
|
|
"socket2",
|
2022-11-02 22:09:52 +05:30
|
|
|
"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"
|
2024-08-10 10:54:12 +05:30
|
|
|
version = "4.9.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 10:54:12 +05:30
|
|
|
checksum = "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-http",
|
|
|
|
"actix-macros",
|
|
|
|
"actix-router",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web-codegen",
|
2023-08-29 10:37:02 +05:30
|
|
|
"ahash",
|
2022-11-02 22:09:52 +05:30
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"cfg-if",
|
|
|
|
"cookie",
|
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-08-10 10:54:12 +05:30
|
|
|
"impl-more",
|
2022-11-02 22:09:52 +05:30
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"regex",
|
2024-05-19 22:04:54 +05:30
|
|
|
"regex-lite",
|
2022-11-02 22:09:52 +05:30
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"smallvec",
|
2023-12-19 02:58:10 +05:30
|
|
|
"socket2",
|
2022-11-02 22:09:52 +05:30
|
|
|
"time",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-codegen"
|
2024-06-09 06:03:02 +05:30
|
|
|
version = "4.3.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 06:03:02 +05:30
|
|
|
checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"actix-router",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
2023-06-28 03:57:39 +05:30
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-10-07 07:05:04 +05:30
|
|
|
version = "0.24.2"
|
2023-06-28 03:57:39 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 07:05:04 +05:30
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2023-06-28 03:57:39 +05:30
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2024-08-26 06:09:20 +05:30
|
|
|
[[package]]
|
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
|
|
2023-03-25 20:55:51 +05:30
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-03-04 05:56:19 +05:30
|
|
|
version = "0.8.11"
|
2023-03-25 20:55:51 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-04 05:56:19 +05:30
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2023-03-25 20:55:51 +05:30
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-10-30 07:30:30 +05:30
|
|
|
"zerocopy",
|
2023-03-25 20:55:51 +05:30
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-03-25 06:35:49 +05:30
|
|
|
version = "1.1.3"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-25 06:35:49 +05:30
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-03-11 07:02:45 +05:30
|
|
|
[[package]]
|
|
|
|
name = "aligned-vec"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[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 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-12-23 07:50:36 +05:30
|
|
|
version = "1.0.95"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 07:50:36 +05:30
|
|
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
2023-07-12 21:14:11 +05:30
|
|
|
|
2024-01-09 01:30:07 +05:30
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
2024-11-11 06:42:27 +05:30
|
|
|
version = "1.4.1"
|
2024-01-09 01:30:07 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-11 06:42:27 +05:30
|
|
|
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
2024-01-09 01:30:07 +05:30
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "arg_enum_proc_macro"
|
2023-09-18 07:44:20 +05:30
|
|
|
version = "0.3.4"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 07:44:20 +05:30
|
|
|
checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2023-07-12 21:14:11 +05:30
|
|
|
]
|
|
|
|
|
2023-11-17 20:34:42 +05:30
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2024-09-16 06:43:31 +05:30
|
|
|
version = "0.3.9"
|
2023-11-17 20:34:42 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-16 06:43:31 +05:30
|
|
|
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
2023-11-17 20:34:42 +05:30
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2024-08-19 06:53:43 +05:30
|
|
|
version = "0.7.6"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-19 06:53:43 +05:30
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
2023-07-12 21:14:11 +05:30
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2024-11-25 07:04:58 +05:30
|
|
|
version = "0.4.18"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-25 07:04:58 +05:30
|
|
|
checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2024-10-07 07:05:04 +05:30
|
|
|
"brotli 7.0.0",
|
2022-11-02 22:09:52 +05:30
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-09-30 05:35:45 +05:30
|
|
|
version = "1.4.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-30 05:35:45 +05:30
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "av1-grain"
|
2024-01-08 07:27:31 +05:30
|
|
|
version = "0.2.3"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 07:27:31 +05:30
|
|
|
checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"arrayvec",
|
|
|
|
"log",
|
|
|
|
"nom",
|
|
|
|
"num-rational",
|
|
|
|
"v_frame",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "avif-serialize"
|
2024-10-18 02:18:48 +05:30
|
|
|
version = "0.8.2"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 02:18:48 +05:30
|
|
|
checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
]
|
|
|
|
|
2023-06-28 03:57:39 +05:30
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-09-09 06:19:29 +05:30
|
|
|
version = "0.3.74"
|
2023-06-28 03:57:39 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-09 06:19:29 +05:30
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2023-06-28 03:57:39 +05:30
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-09-09 06:19:29 +05:30
|
|
|
"miniz_oxide",
|
2023-06-28 03:57:39 +05:30
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2024-12-14 18:24:30 +05:30
|
|
|
"windows-targets",
|
2023-06-28 03:57:39 +05:30
|
|
|
]
|
|
|
|
|
2024-05-19 22:04:54 +05:30
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-01 07:41:31 +05:30
|
|
|
version = "2.6.0"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-01 07:41:31 +05:30
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-07-12 21:14:11 +05:30
|
|
|
|
2024-01-09 01:30:07 +05:30
|
|
|
[[package]]
|
|
|
|
name = "bitstream-io"
|
2024-11-11 06:42:27 +05:30
|
|
|
version = "2.6.0"
|
2024-01-09 01:30:07 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-11 06:42:27 +05:30
|
|
|
checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
|
2024-01-09 01:30:07 +05:30
|
|
|
|
2023-11-17 20:34:42 +05:30
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2024-11-27 09:47:17 +05:30
|
|
|
version = "1.5.5"
|
2023-11-17 20:34:42 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-27 09:47:17 +05:30
|
|
|
checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
|
2023-11-17 20:34:42 +05:30
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-25 20:55:51 +05:30
|
|
|
version = "0.10.4"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 20:55:51 +05:30
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2024-04-08 06:48:18 +05:30
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2024-05-13 05:32:37 +05:30
|
|
|
version = "6.0.0"
|
2024-04-08 06:48:18 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 05:32:37 +05:30
|
|
|
checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
|
2024-04-08 06:48:18 +05:30
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
2024-05-19 22:04:54 +05:30
|
|
|
"brotli-decompressor",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
2024-10-07 07:05:04 +05:30
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
|
|
|
version = "7.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
2024-04-08 06:48:18 +05:30
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2024-06-03 05:54:12 +05:30
|
|
|
version = "4.0.1"
|
2024-04-08 06:48:18 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-03 05:54:12 +05:30
|
|
|
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
|
2024-04-08 06:48:18 +05:30
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2024-01-09 01:30:07 +05:30
|
|
|
[[package]]
|
|
|
|
name = "built"
|
2024-10-21 05:39:42 +05:30
|
|
|
version = "0.7.5"
|
2024-01-09 01:30:07 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-21 05:39:42 +05:30
|
|
|
checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
|
2024-01-09 01:30:07 +05:30
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-15 05:43:22 +05:30
|
|
|
version = "3.16.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 05:43:22 +05:30
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-12-23 07:50:36 +05:30
|
|
|
version = "1.21.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 07:50:36 +05:30
|
|
|
checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
|
2024-08-05 07:13:04 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2024-04-22 05:32:46 +05:30
|
|
|
[[package]]
|
|
|
|
name = "byteorder-lite"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-11-28 18:47:48 +05:30
|
|
|
version = "1.9.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 18:47:48 +05:30
|
|
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
2024-11-25 07:04:58 +05:30
|
|
|
version = "1.4.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-25 07:04:58 +05:30
|
|
|
checksum = "e465647ae23b2823b0753f50decb2d5a86d2bb2cac04788fafd1f80e45378e5f"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2025-01-06 07:42:26 +05:30
|
|
|
version = "1.2.7"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-06 07:42:26 +05:30
|
|
|
checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2024-03-11 07:02:45 +05:30
|
|
|
"jobserver",
|
2023-08-07 06:53:07 +05:30
|
|
|
"libc",
|
2024-08-19 06:53:43 +05:30
|
|
|
"shlex",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
2024-04-15 05:43:22 +05:30
|
|
|
version = "0.15.8"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 05:43:22 +05:30
|
|
|
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-12-14 18:24:30 +05:30
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
|
2023-11-17 20:34:42 +05:30
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2024-09-02 07:15:55 +05:30
|
|
|
version = "0.3.1"
|
2023-11-17 20:34:42 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 07:15:55 +05:30
|
|
|
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
2023-11-17 20:34:42 +05:30
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[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 20:55:51 +05:30
|
|
|
version = "0.16.2"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 20:55:51 +05:30
|
|
|
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"time",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-09-28 02:10:47 +05:30
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2023-12-04 07:01:45 +05:30
|
|
|
version = "0.9.4"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-04 07:01:45 +05:30
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2023-09-28 02:10:47 +05:30
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-08-12 07:25:54 +05:30
|
|
|
version = "0.8.7"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 07:25:54 +05:30
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2023-09-28 02:10:47 +05:30
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-11-25 07:04:58 +05:30
|
|
|
version = "0.2.16"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-25 07:04:58 +05:30
|
|
|
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-05-27 06:14:33 +05:30
|
|
|
version = "1.4.2"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 06:14:33 +05:30
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-12-16 05:53:19 +05:30
|
|
|
version = "0.8.6"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-16 05:53:19 +05:30
|
|
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-01-15 05:39:03 +05:30
|
|
|
version = "0.9.18"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 05:39:03 +05:30
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-12-16 05:53:19 +05:30
|
|
|
version = "0.8.21"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-16 05:53:19 +05:30
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[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 06:30:10 +05:30
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-01-01 05:54:53 +05:30
|
|
|
version = "0.3.11"
|
2023-07-31 06:30:10 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-01 05:54:53 +05:30
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-10-16 07:26:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
2023-07-31 06:30:10 +05:30
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2024-06-17 06:40:13 +05:30
|
|
|
version = "0.99.18"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-17 06:40:13 +05:30
|
|
|
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-22 08:59:23 +05:30
|
|
|
version = "0.10.7"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 08:59:23 +05:30
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2024-11-11 06:42:27 +05:30
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-01 07:41:31 +05:30
|
|
|
version = "1.13.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-01 07:41:31 +05:30
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-10-28 06:53:34 +05:30
|
|
|
version = "0.8.35"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 06:53:34 +05:30
|
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-09-28 02:10:47 +05:30
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-12-02 06:48:23 +05:30
|
|
|
version = "0.3.10"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-02 06:48:23 +05:30
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
2023-09-28 02:10:47 +05:30
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-12-02 06:48:23 +05:30
|
|
|
"windows-sys 0.59.0",
|
2023-09-28 02:10:47 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-12-09 06:55:02 +05:30
|
|
|
version = "2.3.0"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-09 06:55:02 +05:30
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2023-09-28 02:10:47 +05:30
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-11-18 06:31:02 +05:30
|
|
|
version = "1.0.35"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-18 06:31:02 +05:30
|
|
|
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2024-09-09 06:19:29 +05:30
|
|
|
"miniz_oxide",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2023-09-28 02:10:47 +05:30
|
|
|
[[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 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-11-27 07:39:33 +05:30
|
|
|
version = "1.2.1"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-27 07:39:33 +05:30
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-10-07 07:05:04 +05:30
|
|
|
version = "0.3.31"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 07:05:04 +05:30
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-10-05 15:00:25 +05:30
|
|
|
version = "0.3.31"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 15:00:25 +05:30
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2023-01-20 04:24:15 +05:30
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-10-05 15:00:25 +05:30
|
|
|
version = "0.3.31"
|
2023-01-20 04:24:15 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 15:00:25 +05:30
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2023-01-20 04:24:15 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-10-05 15:00:25 +05:30
|
|
|
version = "0.3.31"
|
2023-01-20 04:24:15 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 15:00:25 +05:30
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2023-01-20 04:24:15 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2023-01-20 04:24:15 +05:30
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-10-05 15:00:25 +05:30
|
|
|
version = "0.3.31"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 15:00:25 +05:30
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-10-05 15:00:25 +05:30
|
|
|
version = "0.3.31"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 15:00:25 +05:30
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-10-05 15:00:25 +05:30
|
|
|
version = "0.3.31"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 15:00:25 +05:30
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2023-01-20 04:24:15 +05:30
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
2022-11-02 22:09:52 +05:30
|
|
|
"futures-task",
|
2023-01-20 04:24:15 +05:30
|
|
|
"memchr",
|
2022-11-02 22:09:52 +05:30
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
2023-01-20 04:24:15 +05:30
|
|
|
"slab",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-05-08 08:16:25 +05:30
|
|
|
version = "0.14.7"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 08:16:25 +05:30
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-13 05:32:37 +05:30
|
|
|
version = "0.2.15"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 05:32:37 +05:30
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-12-14 18:24:30 +05:30
|
|
|
"js-sys",
|
2022-11-02 22:09:52 +05:30
|
|
|
"libc",
|
|
|
|
"wasi",
|
2024-12-14 18:24:30 +05:30
|
|
|
"wasm-bindgen",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
2023-06-28 03:57:39 +05:30
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-10-07 07:05:04 +05:30
|
|
|
version = "0.31.1"
|
2023-06-28 03:57:39 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 07:05:04 +05:30
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2023-06-28 03:57:39 +05:30
|
|
|
|
2023-07-11 06:39:14 +05:30
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2024-12-30 07:56:21 +05:30
|
|
|
version = "0.3.2"
|
2023-07-11 06:39:14 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 07:56:21 +05:30
|
|
|
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
2023-07-11 06:39:14 +05:30
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-04-08 06:48:18 +05:30
|
|
|
version = "0.3.26"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 06:48:18 +05:30
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2024-12-14 18:24:30 +05:30
|
|
|
"http 0.2.12",
|
2023-11-20 07:33:23 +05:30
|
|
|
"indexmap",
|
2022-11-02 22:09:52 +05:30
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-11-25 07:04:58 +05:30
|
|
|
version = "0.15.2"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-25 07:04:58 +05:30
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
2023-07-12 21:14:11 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-03-25 06:35:49 +05:30
|
|
|
version = "0.5.0"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-25 06:35:49 +05:30
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2023-07-12 21:14:11 +05:30
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-03-11 07:02:45 +05:30
|
|
|
version = "0.2.12"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 07:02:45 +05:30
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2024-12-14 18:24:30 +05:30
|
|
|
[[package]]
|
|
|
|
name = "http"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-12-14 18:24:30 +05:30
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http 1.2.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
|
|
|
version = "0.1.2"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-12-14 18:24:30 +05:30
|
|
|
"futures-util",
|
|
|
|
"http 1.2.0",
|
|
|
|
"http-body",
|
2022-11-02 22:09:52 +05:30
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-10-07 07:05:04 +05:30
|
|
|
version = "1.9.5"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 07:05:04 +05:30
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-14 06:09:58 +05:30
|
|
|
version = "1.0.3"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 06:09:58 +05:30
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-12-23 07:50:36 +05:30
|
|
|
version = "1.5.2"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 07:50:36 +05:30
|
|
|
checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-12-14 18:24:30 +05:30
|
|
|
"http 1.2.0",
|
2022-11-02 22:09:52 +05:30
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-12-14 18:24:30 +05:30
|
|
|
"smallvec",
|
2022-11-02 22:09:52 +05:30
|
|
|
"tokio",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2024-12-23 07:50:36 +05:30
|
|
|
version = "0.27.5"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 07:50:36 +05:30
|
|
|
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2023-07-11 06:39:14 +05:30
|
|
|
"futures-util",
|
2024-12-14 18:24:30 +05:30
|
|
|
"http 1.2.0",
|
2022-11-02 22:09:52 +05:30
|
|
|
"hyper",
|
2024-12-14 18:24:30 +05:30
|
|
|
"hyper-util",
|
2022-11-02 22:09:52 +05:30
|
|
|
"rustls",
|
2024-12-14 18:24:30 +05:30
|
|
|
"rustls-pki-types",
|
2022-11-02 22:09:52 +05:30
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
2024-12-14 18:24:30 +05:30
|
|
|
"tower-service",
|
|
|
|
"webpki-roots",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
2023-09-28 02:10:47 +05:30
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2024-12-14 18:24:30 +05:30
|
|
|
version = "0.6.0"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
2023-09-28 02:10:47 +05:30
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-12-14 18:24:30 +05:30
|
|
|
"http-body-util",
|
2023-09-28 02:10:47 +05:30
|
|
|
"hyper",
|
2024-12-14 18:24:30 +05:30
|
|
|
"hyper-util",
|
2023-09-28 02:10:47 +05:30
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2024-12-14 18:24:30 +05:30
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.2.0",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2023-09-28 02:10:47 +05:30
|
|
|
]
|
|
|
|
|
2024-11-11 06:42:27 +05:30
|
|
|
[[package]]
|
|
|
|
name = "icu_collections"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-11-11 06:42:27 +05:30
|
|
|
version = "1.0.3"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-11 06:42:27 +05:30
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2024-11-11 06:42:27 +05:30
|
|
|
"idna_adapter",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna_adapter"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
|
|
dependencies = [
|
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2024-11-05 18:20:47 +05:30
|
|
|
version = "0.25.5"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-05 18:20:47 +05:30
|
|
|
checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
2024-07-22 01:46:39 +05:30
|
|
|
"byteorder-lite",
|
2024-03-11 14:29:47 +05:30
|
|
|
"image-webp",
|
2022-11-02 22:09:52 +05:30
|
|
|
"num-traits",
|
2024-11-05 18:20:47 +05:30
|
|
|
"ravif",
|
2024-03-11 14:29:47 +05:30
|
|
|
"rayon",
|
|
|
|
"zune-core",
|
|
|
|
"zune-jpeg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image-webp"
|
2024-10-17 00:19:50 +05:30
|
|
|
version = "0.2.0"
|
2024-03-11 14:29:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-17 00:19:50 +05:30
|
|
|
checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
|
2024-03-11 14:29:47 +05:30
|
|
|
dependencies = [
|
2024-04-22 05:32:46 +05:30
|
|
|
"byteorder-lite",
|
2024-07-22 07:57:46 +05:30
|
|
|
"quick-error",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "imgref"
|
2024-10-21 05:39:42 +05:30
|
|
|
version = "1.11.0"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-21 05:39:42 +05:30
|
|
|
checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
|
2023-07-12 21:14:11 +05:30
|
|
|
|
2024-08-10 10:54:12 +05:30
|
|
|
[[package]]
|
|
|
|
name = "impl-more"
|
2024-12-30 07:56:21 +05:30
|
|
|
version = "0.1.9"
|
2024-08-10 10:54:12 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 07:56:21 +05:30
|
|
|
checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2"
|
2024-08-10 10:54:12 +05:30
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-12-02 06:48:23 +05:30
|
|
|
version = "2.7.0"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-02 06:48:23 +05:30
|
|
|
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-11-20 07:33:23 +05:30
|
|
|
"hashbrown",
|
2023-07-12 21:14:11 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "interpolate_name"
|
2023-09-18 07:44:20 +05:30
|
|
|
version = "0.2.4"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 07:44:20 +05:30
|
|
|
checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2023-07-12 21:14:11 +05:30
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2024-10-07 07:05:04 +05:30
|
|
|
version = "2.10.1"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 07:05:04 +05:30
|
|
|
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2024-01-09 01:30:07 +05:30
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-02-05 07:03:11 +05:30
|
|
|
version = "0.12.1"
|
2024-01-09 01:30:07 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 07:03:11 +05:30
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2024-01-09 01:30:07 +05:30
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-12-02 06:48:23 +05:30
|
|
|
version = "1.0.14"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-02 06:48:23 +05:30
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2024-03-11 07:02:45 +05:30
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2024-07-29 06:30:08 +05:30
|
|
|
version = "0.1.32"
|
2024-03-11 07:02:45 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 06:30:08 +05:30
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
2024-03-11 07:02:45 +05:30
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-12-09 06:55:02 +05:30
|
|
|
version = "0.3.76"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-09 06:55:02 +05:30
|
|
|
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2024-12-02 06:48:23 +05:30
|
|
|
"once_cell",
|
2022-11-02 22:09:52 +05:30
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-12-23 07:50:36 +05:30
|
|
|
version = "0.2.169"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 07:50:36 +05:30
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2024-01-09 01:30:07 +05:30
|
|
|
[[package]]
|
|
|
|
name = "libfuzzer-sys"
|
2024-11-11 06:42:27 +05:30
|
|
|
version = "0.4.8"
|
2024-01-09 01:30:07 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-11 06:42:27 +05:30
|
|
|
checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
|
2024-01-09 01:30:07 +05:30
|
|
|
dependencies = [
|
2024-03-14 20:11:44 +05:30
|
|
|
"arbitrary",
|
2023-07-12 21:14:11 +05:30
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-05-23 08:33:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "libmimalloc-sys"
|
2024-06-23 21:32:14 +05:30
|
|
|
version = "0.1.39"
|
2023-05-23 08:33:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 21:32:14 +05:30
|
|
|
checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
|
2023-05-23 08:33:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "libwebp-sys"
|
2024-10-29 11:43:39 +05:30
|
|
|
version = "0.11.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-29 11:43:39 +05:30
|
|
|
checksum = "6f80c65814da7a8617fab435f2f3ebe368958f8a4bb7e26105fbbe08a285dafe"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2023-07-11 06:39:14 +05:30
|
|
|
"glob",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
2023-09-28 02:10:47 +05:30
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-05-27 06:14:33 +05:30
|
|
|
version = "0.4.14"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 06:14:33 +05:30
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-09-28 02:10:47 +05:30
|
|
|
|
2024-06-18 00:52:00 +05:30
|
|
|
[[package]]
|
|
|
|
name = "listenfd"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0500463acd96259d219abb05dc57e5a076ef04b2db9a2112846929b5f174c96"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"uuid",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-11-11 06:42:27 +05:30
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
2024-11-25 07:04:58 +05:30
|
|
|
version = "0.7.4"
|
2024-11-11 06:42:27 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-25 07:04:58 +05:30
|
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
2024-11-11 06:42:27 +05:30
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "local-channel"
|
2023-10-30 07:30:30 +05:30
|
|
|
version = "0.1.5"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 07:30:30 +05:30
|
|
|
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"local-waker",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-waker"
|
2023-10-30 07:30:30 +05:30
|
|
|
version = "0.1.4"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 07:30:30 +05:30
|
|
|
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-04-29 07:13:42 +05:30
|
|
|
version = "0.4.12"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-29 07:13:42 +05:30
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-01 07:41:31 +05:30
|
|
|
version = "0.4.22"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-01 07:41:31 +05:30
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "loop9"
|
2024-01-22 07:15:48 +05:30
|
|
|
version = "0.1.5"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-22 07:15:48 +05:30
|
|
|
checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
|
2023-07-12 21:14:11 +05:30
|
|
|
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 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-06-17 06:40:13 +05:30
|
|
|
version = "2.7.4"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-17 06:40:13 +05:30
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2023-05-23 08:33:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "mimalloc"
|
2024-06-23 21:32:14 +05:30
|
|
|
version = "0.1.43"
|
2023-05-23 08:33:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 21:32:14 +05:30
|
|
|
checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
|
2023-05-23 08:33:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"libmimalloc-sys",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-03-25 20:55:51 +05:30
|
|
|
version = "0.3.17"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 20:55:51 +05:30
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2024-08-26 06:09:20 +05:30
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-12-23 07:50:36 +05:30
|
|
|
version = "0.8.2"
|
2024-08-26 06:09:20 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 07:50:36 +05:30
|
|
|
checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
|
2024-08-26 06:09:20 +05:30
|
|
|
dependencies = [
|
|
|
|
"adler2",
|
|
|
|
]
|
|
|
|
|
2024-07-23 20:28:40 +05:30
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-12-02 06:48:23 +05:30
|
|
|
version = "1.0.3"
|
2024-07-23 20:28:40 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-02 06:48:23 +05:30
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2024-07-23 20:28:40 +05:30
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-08-12 07:25:54 +05:30
|
|
|
"log",
|
2024-07-23 20:28:40 +05:30
|
|
|
"wasi",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "nasm-rs"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe4d98d0065f4b1daf164b3eafb11974c94662e5e2396cf03f32d0bb5c17da51"
|
|
|
|
dependencies = [
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
2023-09-28 02:10:47 +05:30
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2024-06-03 05:54:12 +05:30
|
|
|
version = "0.2.12"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-03 05:54:12 +05:30
|
|
|
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
2023-09-28 02:10:47 +05:30
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
2024-03-18 07:39:36 +05:30
|
|
|
version = "1.0.6"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-18 07:39:36 +05:30
|
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
2023-07-12 21:14:11 +05:30
|
|
|
|
|
|
|
[[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"
|
2024-07-01 07:41:31 +05:30
|
|
|
version = "0.4.6"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-01 07:41:31 +05:30
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-02-05 07:03:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
2023-07-12 21:14:11 +05:30
|
|
|
name = "num-derive"
|
2024-02-12 06:04:37 +05:30
|
|
|
version = "0.4.2"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 06:04:37 +05:30
|
|
|
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2023-07-12 21:14:11 +05:30
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-02-12 06:04:37 +05:30
|
|
|
version = "0.1.46"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-12 06:04:37 +05:30
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2024-05-13 05:32:37 +05:30
|
|
|
version = "0.4.2"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 05:32:37 +05:30
|
|
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2023-07-12 21:14:11 +05:30
|
|
|
"num-bigint",
|
2022-11-02 22:09:52 +05:30
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-06 06:27:35 +05:30
|
|
|
version = "0.2.19"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-06 06:27:35 +05:30
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-06-28 03:57:39 +05:30
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-12-23 07:50:36 +05:30
|
|
|
version = "0.36.7"
|
2023-06-28 03:57:39 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 07:50:36 +05:30
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2023-06-28 03:57:39 +05:30
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-10-05 23:51:40 +05:30
|
|
|
version = "1.20.2"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-05 23:51:40 +05:30
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2023-09-28 02:10:47 +05:30
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2024-10-21 05:39:42 +05:30
|
|
|
version = "0.10.68"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-21 05:39:42 +05:30
|
|
|
checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
|
2023-09-28 02:10:47 +05:30
|
|
|
dependencies = [
|
2024-12-14 18:24:30 +05:30
|
|
|
"bitflags",
|
2023-09-28 02:10:47 +05:30
|
|
|
"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-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2023-09-28 02:10:47 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[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-10-21 05:39:42 +05:30
|
|
|
version = "0.9.104"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-21 05:39:42 +05:30
|
|
|
checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
|
2023-09-28 02:10:47 +05:30
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-05-27 06:14:33 +05:30
|
|
|
version = "0.12.3"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 06:14:33 +05:30
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-04-29 07:13:42 +05:30
|
|
|
version = "0.9.10"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-29 07:13:42 +05:30
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-10-30 07:30:30 +05:30
|
|
|
"redox_syscall",
|
2022-11-02 22:09:52 +05:30
|
|
|
"smallvec",
|
2024-12-14 18:24:30 +05:30
|
|
|
"windows-targets",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-05-13 05:32:37 +05:30
|
|
|
version = "1.0.15"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 05:32:37 +05:30
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-11-27 07:39:33 +05:30
|
|
|
version = "2.3.1"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-27 07:39:33 +05:30
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-10-28 06:53:34 +05:30
|
|
|
version = "0.2.15"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 06:53:34 +05:30
|
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[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",
|
2023-11-17 20:34:42 +05:30
|
|
|
"blake3",
|
2023-11-28 05:24:55 +05:30
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-12-14 18:24:30 +05:30
|
|
|
"http 1.2.0",
|
2022-11-02 22:09:52 +05:30
|
|
|
"image",
|
2023-07-11 06:39:14 +05:30
|
|
|
"libwebp-sys",
|
2024-06-18 00:52:00 +05:30
|
|
|
"listenfd",
|
2023-05-23 08:33:52 +05:30
|
|
|
"mimalloc",
|
2023-03-25 20:55:51 +05:30
|
|
|
"once_cell",
|
2022-11-02 22:09:52 +05:30
|
|
|
"qstring",
|
2023-07-12 21:14:11 +05:30
|
|
|
"ravif",
|
2022-11-02 22:09:52 +05:30
|
|
|
"regex",
|
|
|
|
"reqwest",
|
2023-07-12 21:14:11 +05:30
|
|
|
"rgb",
|
2022-11-02 22:09:52 +05:30
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-03-25 20:55:51 +05:30
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-09-30 05:35:45 +05:30
|
|
|
version = "0.3.31"
|
2023-03-25 20:55:51 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-30 05:35:45 +05:30
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
2023-03-25 20:55:51 +05:30
|
|
|
|
2023-10-16 07:26:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-08-05 07:13:04 +05:30
|
|
|
version = "0.2.20"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-05 07:13:04 +05:30
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-11-25 07:04:58 +05:30
|
|
|
version = "1.0.92"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-25 07:04:58 +05:30
|
|
|
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-01-01 05:54:53 +05:30
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
2024-10-21 05:39:42 +05:30
|
|
|
version = "1.0.16"
|
2024-01-01 05:54:53 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-21 05:39:42 +05:30
|
|
|
checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
|
2024-01-01 05:54:53 +05:30
|
|
|
dependencies = [
|
|
|
|
"profiling-procmacros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "profiling-procmacros"
|
2024-10-21 05:39:42 +05:30
|
|
|
version = "1.0.16"
|
2024-01-01 05:54:53 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-21 05:39:42 +05:30
|
|
|
checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
|
2024-01-01 05:54:53 +05:30
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2024-01-01 05:54:53 +05:30
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[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 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|
|
|
|
2024-12-14 18:24:30 +05:30
|
|
|
[[package]]
|
|
|
|
name = "quinn"
|
|
|
|
version = "0.11.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"pin-project-lite",
|
|
|
|
"quinn-proto",
|
|
|
|
"quinn-udp",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls",
|
|
|
|
"socket2",
|
2024-12-23 07:50:36 +05:30
|
|
|
"thiserror 2.0.9",
|
2024-12-14 18:24:30 +05:30
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-proto"
|
|
|
|
version = "0.11.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"getrandom",
|
|
|
|
"rand",
|
|
|
|
"ring",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"slab",
|
2024-12-23 07:50:36 +05:30
|
|
|
"thiserror 2.0.9",
|
2024-12-14 18:24:30 +05:30
|
|
|
"tinyvec",
|
|
|
|
"tracing",
|
|
|
|
"web-time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-udp"
|
2024-12-23 07:50:36 +05:30
|
|
|
version = "0.5.9"
|
2024-12-14 18:24:30 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 07:50:36 +05:30
|
|
|
checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
|
2024-12-14 18:24:30 +05:30
|
|
|
dependencies = [
|
|
|
|
"cfg_aliases",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"socket2",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-12-30 07:56:21 +05:30
|
|
|
version = "1.0.38"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 07:56:21 +05:30
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2022-11-02 22:09:52 +05:30
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-01-09 01:30:07 +05:30
|
|
|
[[package]]
|
|
|
|
name = "rav1e"
|
2024-01-15 05:39:03 +05:30
|
|
|
version = "0.7.1"
|
2024-01-09 01:30:07 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 05:39:03 +05:30
|
|
|
checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
|
2024-01-09 01:30:07 +05:30
|
|
|
dependencies = [
|
2024-03-14 20:11:44 +05:30
|
|
|
"arbitrary",
|
2024-01-09 01:30:07 +05:30
|
|
|
"arg_enum_proc_macro",
|
|
|
|
"arrayvec",
|
|
|
|
"av1-grain",
|
2024-03-14 20:11:44 +05:30
|
|
|
"bitstream-io",
|
|
|
|
"built",
|
2024-01-09 01:30:07 +05:30
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"interpolate_name",
|
2024-03-14 20:11:44 +05:30
|
|
|
"itertools",
|
2024-01-09 01:30:07 +05:30
|
|
|
"libc",
|
2024-03-14 20:11:44 +05:30
|
|
|
"libfuzzer-sys",
|
2024-01-09 01:30:07 +05:30
|
|
|
"log",
|
|
|
|
"maybe-rayon",
|
|
|
|
"nasm-rs",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
"noop_proc_macro",
|
2024-03-14 20:11:44 +05:30
|
|
|
"num-derive",
|
2024-01-09 01:30:07 +05:30
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"profiling",
|
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
|
|
|
"simd_helpers",
|
|
|
|
"system-deps",
|
2024-12-14 18:24:30 +05:30
|
|
|
"thiserror 1.0.69",
|
2024-01-09 01:30:07 +05:30
|
|
|
"v_frame",
|
2024-03-14 20:11:44 +05:30
|
|
|
"wasm-bindgen",
|
2024-01-09 01:30:07 +05:30
|
|
|
]
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "ravif"
|
2024-10-18 02:18:48 +05:30
|
|
|
version = "0.11.11"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 02:18:48 +05:30
|
|
|
checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"avif-serialize",
|
|
|
|
"imgref",
|
|
|
|
"loop9",
|
|
|
|
"quick-error",
|
2024-03-14 20:11:44 +05:30
|
|
|
"rav1e",
|
2023-07-12 21:14:11 +05:30
|
|
|
"rayon",
|
|
|
|
"rgb",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-03-25 06:35:49 +05:30
|
|
|
version = "1.10.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-25 06:35:49 +05:30
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-01-22 07:15:48 +05:30
|
|
|
version = "1.12.1"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-22 07:15:48 +05:30
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-10-23 07:34:57 +05:30
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-12-14 18:24:30 +05:30
|
|
|
version = "0.5.8"
|
2023-10-23 07:34:57 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
2023-10-23 07:34:57 +05:30
|
|
|
dependencies = [
|
2024-12-14 18:24:30 +05:30
|
|
|
"bitflags",
|
2023-10-23 07:34:57 +05:30
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-10-24 21:10:27 +05:30
|
|
|
version = "1.11.1"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-24 21:10:27 +05:30
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2023-07-05 20:23:50 +05:30
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-11-18 06:31:02 +05:30
|
|
|
version = "0.4.9"
|
2023-07-05 20:23:50 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-18 06:31:02 +05:30
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2024-05-19 22:04:54 +05:30
|
|
|
[[package]]
|
|
|
|
name = "regex-lite"
|
2024-06-10 06:06:54 +05:30
|
|
|
version = "0.1.6"
|
2024-05-19 22:04:54 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-10 06:06:54 +05:30
|
|
|
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
2024-05-19 22:04:54 +05:30
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-09-29 21:41:41 +05:30
|
|
|
version = "0.8.5"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-29 21:41:41 +05:30
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2025-01-01 01:11:05 +05:30
|
|
|
version = "0.12.12"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-01 01:11:05 +05:30
|
|
|
checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"async-compression",
|
2024-12-14 18:24:30 +05:30
|
|
|
"base64",
|
2022-11-02 22:09:52 +05:30
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-12-14 18:24:30 +05:30
|
|
|
"http 1.2.0",
|
2022-11-02 22:09:52 +05:30
|
|
|
"http-body",
|
2024-12-14 18:24:30 +05:30
|
|
|
"http-body-util",
|
2022-11-02 22:09:52 +05:30
|
|
|
"hyper",
|
|
|
|
"hyper-rustls",
|
2023-09-28 02:10:47 +05:30
|
|
|
"hyper-tls",
|
2024-12-14 18:24:30 +05:30
|
|
|
"hyper-util",
|
2022-11-02 22:09:52 +05:30
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
2023-09-28 02:10:47 +05:30
|
|
|
"native-tls",
|
2022-11-02 22:09:52 +05:30
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2024-12-14 18:24:30 +05:30
|
|
|
"quinn",
|
2022-11-02 22:09:52 +05:30
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
2024-12-14 18:24:30 +05:30
|
|
|
"rustls-pki-types",
|
2022-11-02 22:09:52 +05:30
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-01-31 23:58:04 +05:30
|
|
|
"sync_wrapper",
|
2022-11-02 22:09:52 +05:30
|
|
|
"tokio",
|
2023-09-28 02:10:47 +05:30
|
|
|
"tokio-native-tls",
|
2022-11-02 22:09:52 +05:30
|
|
|
"tokio-rustls",
|
2023-08-22 03:26:18 +05:30
|
|
|
"tokio-socks",
|
2022-11-02 22:09:52 +05:30
|
|
|
"tokio-util",
|
2024-12-27 00:06:33 +05:30
|
|
|
"tower",
|
2022-11-02 22:09:52 +05:30
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2023-01-20 04:24:15 +05:30
|
|
|
"wasm-streams",
|
2022-11-02 22:09:52 +05:30
|
|
|
"web-sys",
|
|
|
|
"webpki-roots",
|
2024-12-14 18:24:30 +05:30
|
|
|
"windows-registry",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "rgb"
|
2024-09-02 07:15:55 +05:30
|
|
|
version = "0.8.50"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 07:15:55 +05:30
|
|
|
checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-02-19 07:23:51 +05:30
|
|
|
version = "0.17.8"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 07:23:51 +05:30
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2024-02-19 07:23:51 +05:30
|
|
|
"cfg-if",
|
2023-10-30 07:30:30 +05:30
|
|
|
"getrandom",
|
2022-11-02 22:09:52 +05:30
|
|
|
"libc",
|
2023-09-28 03:14:45 +05:30
|
|
|
"spin",
|
2022-11-02 22:09:52 +05:30
|
|
|
"untrusted",
|
2024-02-19 07:23:51 +05:30
|
|
|
"windows-sys 0.52.0",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
2023-06-28 03:57:39 +05:30
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-05-13 05:32:37 +05:30
|
|
|
version = "0.1.24"
|
2023-06-28 03:57:39 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 05:32:37 +05:30
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-06-28 03:57:39 +05:30
|
|
|
|
2024-12-14 18:24:30 +05:30
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2024-09-02 07:15:55 +05:30
|
|
|
version = "0.4.1"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-02 07:15:55 +05:30
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-09-28 02:10:47 +05:30
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-12-09 06:55:02 +05:30
|
|
|
version = "0.38.42"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-09 06:55:02 +05:30
|
|
|
checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
|
2023-09-28 02:10:47 +05:30
|
|
|
dependencies = [
|
2024-12-14 18:24:30 +05:30
|
|
|
"bitflags",
|
2023-09-28 02:10:47 +05:30
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2024-12-09 06:55:02 +05:30
|
|
|
"windows-sys 0.59.0",
|
2023-09-28 02:10:47 +05:30
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-12-14 18:24:30 +05:30
|
|
|
version = "0.23.20"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2024-12-14 18:24:30 +05:30
|
|
|
"once_cell",
|
2022-11-02 22:09:52 +05:30
|
|
|
"ring",
|
2024-12-14 18:24:30 +05:30
|
|
|
"rustls-pki-types",
|
2023-05-17 04:36:41 +05:30
|
|
|
"rustls-webpki",
|
2024-12-14 18:24:30 +05:30
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-12-14 18:24:30 +05:30
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
|
|
|
version = "1.10.1"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2024-12-14 18:24:30 +05:30
|
|
|
"web-time",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
2023-05-17 04:36:41 +05:30
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-12-14 18:24:30 +05:30
|
|
|
version = "0.102.8"
|
2023-05-17 04:36:41 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2023-05-17 04:36:41 +05:30
|
|
|
dependencies = [
|
|
|
|
"ring",
|
2024-12-14 18:24:30 +05:30
|
|
|
"rustls-pki-types",
|
2023-05-17 04:36:41 +05:30
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-13 05:32:37 +05:30
|
|
|
version = "1.0.18"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-13 05:32:37 +05:30
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2023-09-28 02:10:47 +05:30
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2024-11-25 07:04:58 +05:30
|
|
|
version = "0.1.27"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-25 07:04:58 +05:30
|
|
|
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
2023-09-28 02:10:47 +05:30
|
|
|
dependencies = [
|
2024-09-09 06:19:29 +05:30
|
|
|
"windows-sys 0.59.0",
|
2023-09-28 02:10:47 +05:30
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-07-24 06:08:23 +05:30
|
|
|
version = "1.2.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:08:23 +05:30
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2023-09-28 02:10:47 +05:30
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2024-07-15 06:11:04 +05:30
|
|
|
version = "2.11.1"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-15 06:11:04 +05:30
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2023-09-28 02:10:47 +05:30
|
|
|
dependencies = [
|
2024-12-14 18:24:30 +05:30
|
|
|
"bitflags",
|
2023-09-28 02:10:47 +05:30
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2024-12-23 07:50:36 +05:30
|
|
|
version = "2.13.0"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 07:50:36 +05:30
|
|
|
checksum = "1863fd3768cd83c56a7f60faa4dc0d403f1b6df0a38c3c25f44b7894e45370d5"
|
2023-09-28 02:10:47 +05:30
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-12-14 18:24:30 +05:30
|
|
|
version = "1.0.24"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-12-30 07:56:21 +05:30
|
|
|
version = "1.0.217"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 07:56:21 +05:30
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-12-30 07:56:21 +05:30
|
|
|
version = "1.0.217"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 07:56:21 +05:30
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2023-07-12 21:14:11 +05:30
|
|
|
]
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-12-23 07:50:36 +05:30
|
|
|
version = "1.0.134"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 07:50:36 +05:30
|
|
|
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-07-29 06:30:08 +05:30
|
|
|
"memchr",
|
2022-11-02 22:09:52 +05:30
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-09-30 05:35:45 +05:30
|
|
|
version = "0.6.8"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-30 05:35:45 +05:30
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[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 07:33:06 +05:30
|
|
|
version = "0.10.6"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 07:33:06 +05:30
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2024-08-19 06:53:43 +05:30
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-04-22 05:32:46 +05:30
|
|
|
version = "1.4.2"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-22 05:32:46 +05:30
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[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 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-08-28 06:47:43 +05:30
|
|
|
version = "0.4.9"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 06:47:43 +05:30
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-03-25 06:35:49 +05:30
|
|
|
version = "1.13.2"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-25 06:35:49 +05:30
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2023-08-09 23:33:43 +05:30
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-12-02 06:48:23 +05:30
|
|
|
version = "0.5.8"
|
2023-08-09 23:33:43 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-02 06:48:23 +05:30
|
|
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2023-08-09 23:33:43 +05:30
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-02-26 07:15:25 +05:30
|
|
|
"windows-sys 0.52.0",
|
2023-08-09 23:33:43 +05:30
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-10-30 07:30:30 +05:30
|
|
|
version = "0.9.8"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 07:30:30 +05:30
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2024-11-11 06:42:27 +05:30
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2024-12-14 18:24:30 +05:30
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
|
|
2023-03-28 04:27:32 +05:30
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-01-06 07:42:26 +05:30
|
|
|
version = "2.0.95"
|
2023-03-28 04:27:32 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-06 07:42:26 +05:30
|
|
|
checksum = "46f71c0377baf4ef1cc3e3402ded576dccc315800fbc62dfc7fe04b009773b4a"
|
2023-03-28 04:27:32 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-01-31 23:58:04 +05:30
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2024-12-14 18:24:30 +05:30
|
|
|
version = "1.0.2"
|
2024-01-31 23:58:04 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
2024-01-31 23:58:04 +05:30
|
|
|
|
2024-11-11 06:42:27 +05:30
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
2024-03-25 06:35:49 +05:30
|
|
|
version = "6.2.2"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-25 06:35:49 +05:30
|
|
|
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"cfg-expr",
|
|
|
|
"heck",
|
|
|
|
"pkg-config",
|
2024-03-14 20:11:44 +05:30
|
|
|
"toml",
|
2023-07-12 21:14:11 +05:30
|
|
|
"version-compare",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2024-08-05 07:13:04 +05:30
|
|
|
version = "0.12.16"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-05 07:13:04 +05:30
|
|
|
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
2023-07-12 21:14:11 +05:30
|
|
|
|
2023-09-28 02:10:47 +05:30
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2025-01-06 07:42:26 +05:30
|
|
|
version = "3.15.0"
|
2023-09-28 02:10:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-06 07:42:26 +05:30
|
|
|
checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
|
2023-09-28 02:10:47 +05:30
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2025-01-06 07:42:26 +05:30
|
|
|
"getrandom",
|
2024-08-05 07:13:04 +05:30
|
|
|
"once_cell",
|
2023-09-28 02:10:47 +05:30
|
|
|
"rustix",
|
2024-08-12 07:25:54 +05:30
|
|
|
"windows-sys 0.59.0",
|
2023-09-28 02:10:47 +05:30
|
|
|
]
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-11-11 06:42:27 +05:30
|
|
|
version = "1.0.69"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-11 06:42:27 +05:30
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
2024-12-14 18:24:30 +05:30
|
|
|
"thiserror-impl 1.0.69",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-12-23 07:50:36 +05:30
|
|
|
version = "2.0.9"
|
2024-12-14 18:24:30 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 07:50:36 +05:30
|
|
|
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
|
2024-12-14 18:24:30 +05:30
|
|
|
dependencies = [
|
2024-12-23 07:50:36 +05:30
|
|
|
"thiserror-impl 2.0.9",
|
2023-07-12 21:14:11 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-11-11 06:42:27 +05:30
|
|
|
version = "1.0.69"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-11 06:42:27 +05:30
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2023-07-12 21:14:11 +05:30
|
|
|
]
|
|
|
|
|
2024-12-14 18:24:30 +05:30
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-12-23 07:50:36 +05:30
|
|
|
version = "2.0.9"
|
2024-12-14 18:24:30 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 07:50:36 +05:30
|
|
|
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
|
2024-12-14 18:24:30 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-12-09 06:55:02 +05:30
|
|
|
version = "0.3.37"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-09 06:55:02 +05:30
|
|
|
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2023-07-31 06:30:10 +05:30
|
|
|
"deranged",
|
2022-11-02 22:09:52 +05:30
|
|
|
"itoa",
|
2024-02-05 07:03:11 +05:30
|
|
|
"num-conv",
|
2023-10-16 07:26:11 +05:30
|
|
|
"powerfmt",
|
2022-11-02 22:09:52 +05:30
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-09-25 07:33:06 +05:30
|
|
|
version = "0.1.2"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 07:33:06 +05:30
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-12-09 06:55:02 +05:30
|
|
|
version = "0.2.19"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-09 06:55:02 +05:30
|
|
|
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2024-02-05 07:03:11 +05:30
|
|
|
"num-conv",
|
2022-11-02 22:09:52 +05:30
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-11 06:42:27 +05:30
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-11 06:42:27 +05:30
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2024-11-11 06:42:27 +05:30
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
2024-12-14 18:24:30 +05:30
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-12-23 07:50:36 +05:30
|
|
|
version = "1.8.1"
|
2024-12-14 18:24:30 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 07:50:36 +05:30
|
|
|
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
|
2024-12-14 18:24:30 +05:30
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-12-03 23:11:27 +05:30
|
|
|
version = "1.42.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-03 23:11:27 +05:30
|
|
|
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
2023-06-28 03:57:39 +05:30
|
|
|
"backtrace",
|
2022-11-02 22:09:52 +05:30
|
|
|
"bytes",
|
|
|
|
"libc",
|
2024-08-12 07:25:54 +05:30
|
|
|
"mio",
|
2022-11-02 22:09:52 +05:30
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2023-12-19 02:58:10 +05:30
|
|
|
"socket2",
|
2022-11-02 22:09:52 +05:30
|
|
|
"tokio-macros",
|
2024-07-23 20:28:40 +05:30
|
|
|
"windows-sys 0.52.0",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-07-23 20:28:40 +05:30
|
|
|
version = "2.4.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-23 20:28:40 +05:30
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2022-11-02 22:09:52 +05:30
|
|
|
]
|
|
|
|
|
2023-09-28 02:10:47 +05:30
|
|
|
[[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 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2024-12-14 18:24:30 +05:30
|
|
|
version = "0.26.1"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-08-22 03:26:18 +05:30
|
|
|
[[package]]
|
|
|
|
name = "tokio-socks"
|
2024-07-29 06:30:08 +05:30
|
|
|
version = "0.5.2"
|
2023-08-22 03:26:18 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 06:30:08 +05:30
|
|
|
checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
|
2023-08-22 03:26:18 +05:30
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"futures-util",
|
2024-12-14 18:24:30 +05:30
|
|
|
"thiserror 1.0.69",
|
2023-08-22 03:26:18 +05:30
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-12-09 06:55:02 +05:30
|
|
|
version = "0.7.13"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-09 06:55:02 +05:30
|
|
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-08-05 07:13:04 +05:30
|
|
|
version = "0.8.19"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-05 07:13:04 +05:30
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-08-05 07:13:04 +05:30
|
|
|
version = "0.6.8"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-05 07:13:04 +05:30
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-09-30 05:35:45 +05:30
|
|
|
version = "0.22.22"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-30 05:35:45 +05:30
|
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
2023-11-20 07:33:23 +05:30
|
|
|
"indexmap",
|
2023-07-12 21:14:11 +05:30
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2024-12-27 00:06:33 +05:30
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2024-08-19 06:53:43 +05:30
|
|
|
version = "0.3.3"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-19 06:53:43 +05:30
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2024-12-02 06:48:23 +05:30
|
|
|
version = "0.1.41"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-02 06:48:23 +05:30
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2024-12-02 06:48:23 +05:30
|
|
|
version = "0.1.33"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-02 06:48:23 +05:30
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-12-11 06:38:47 +05:30
|
|
|
version = "0.2.5"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-11 06:38:47 +05:30
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-09-18 07:44:20 +05:30
|
|
|
version = "1.17.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-18 07:44:20 +05:30
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-11-25 07:04:58 +05:30
|
|
|
version = "1.0.14"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-25 07:04:58 +05:30
|
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2023-10-30 07:30:30 +05:30
|
|
|
version = "0.9.0"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-30 07:30:30 +05:30
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-11-25 07:04:58 +05:30
|
|
|
version = "2.5.4"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-25 07:04:58 +05:30
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2024-11-11 06:42:27 +05:30
|
|
|
[[package]]
|
|
|
|
name = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
2024-06-18 00:52:00 +05:30
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-10-21 05:39:42 +05:30
|
|
|
version = "1.11.0"
|
2024-06-18 00:52:00 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-21 05:39:42 +05:30
|
|
|
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
2024-06-18 00:52:00 +05:30
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "v_frame"
|
2024-03-11 07:02:45 +05:30
|
|
|
version = "0.3.8"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 07:02:45 +05:30
|
|
|
checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
2024-03-11 07:02:45 +05:30
|
|
|
"aligned-vec",
|
2023-07-12 21:14:11 +05:30
|
|
|
"num-traits",
|
2024-03-11 07:02:45 +05:30
|
|
|
"wasm-bindgen",
|
2023-07-12 21:14:11 +05:30
|
|
|
]
|
|
|
|
|
2023-09-28 01:54:20 +05:30
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
2024-03-25 06:35:49 +05:30
|
|
|
version = "0.2.0"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-25 06:35:49 +05:30
|
|
|
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
|
2023-07-12 21:14:11 +05:30
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-07-29 06:30:08 +05:30
|
|
|
version = "0.9.5"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 06:30:08 +05:30
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-06-19 07:50:18 +05:30
|
|
|
version = "0.3.1"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-19 07:50:18 +05:30
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-11-02 22:09:52 +05:30
|
|
|
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-12-09 06:55:02 +05:30
|
|
|
version = "0.2.99"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-09 06:55:02 +05:30
|
|
|
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-08-19 06:53:43 +05:30
|
|
|
"once_cell",
|
2022-11-02 22:09:52 +05:30
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-12-09 06:55:02 +05:30
|
|
|
version = "0.2.99"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-09 06:55:02 +05:30
|
|
|
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2022-11-02 22:09:52 +05:30
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-12-09 06:55:02 +05:30
|
|
|
version = "0.4.49"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-09 06:55:02 +05:30
|
|
|
checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
2024-12-02 06:48:23 +05:30
|
|
|
"once_cell",
|
2022-11-02 22:09:52 +05:30
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-12-09 06:55:02 +05:30
|
|
|
version = "0.2.99"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-09 06:55:02 +05:30
|
|
|
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-12-09 06:55:02 +05:30
|
|
|
version = "0.2.99"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-09 06:55:02 +05:30
|
|
|
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
2022-11-02 22:09:52 +05:30
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-12-09 06:55:02 +05:30
|
|
|
version = "0.2.99"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-09 06:55:02 +05:30
|
|
|
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2023-01-20 04:24:15 +05:30
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2024-10-28 06:53:34 +05:30
|
|
|
version = "0.4.2"
|
2023-01-20 04:24:15 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 06:53:34 +05:30
|
|
|
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
|
2023-01-20 04:24:15 +05:30
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-12-09 06:55:02 +05:30
|
|
|
version = "0.3.76"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-09 06:55:02 +05:30
|
|
|
checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-12-14 18:24:30 +05:30
|
|
|
[[package]]
|
|
|
|
name = "web-time"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-12-14 18:24:30 +05:30
|
|
|
version = "0.26.7"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
|
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
2022-11-02 22:09:52 +05:30
|
|
|
|
2024-06-18 00:52:00 +05:30
|
|
|
[[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-26 01:26:27 +05:30
|
|
|
[[package]]
|
2024-12-14 18:24:30 +05:30
|
|
|
name = "windows-registry"
|
|
|
|
version = "0.2.0"
|
2023-04-26 01:26:27 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
2023-04-26 01:26:27 +05:30
|
|
|
dependencies = [
|
2024-12-14 18:24:30 +05:30
|
|
|
"windows-result",
|
|
|
|
"windows-strings",
|
|
|
|
"windows-targets",
|
2023-12-04 07:01:45 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-14 18:24:30 +05:30
|
|
|
name = "windows-result"
|
|
|
|
version = "0.2.0"
|
2023-12-04 07:01:45 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
2023-12-04 07:01:45 +05:30
|
|
|
dependencies = [
|
2024-12-14 18:24:30 +05:30
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-strings"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
|
|
dependencies = [
|
|
|
|
"windows-result",
|
|
|
|
"windows-targets",
|
2023-04-26 01:26:27 +05:30
|
|
|
]
|
|
|
|
|
2024-08-12 07:25:54 +05:30
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-12-14 18:24:30 +05:30
|
|
|
version = "0.52.0"
|
2024-08-12 07:25:54 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2024-08-12 07:25:54 +05:30
|
|
|
dependencies = [
|
2024-12-14 18:24:30 +05:30
|
|
|
"windows-targets",
|
2024-08-12 07:25:54 +05:30
|
|
|
]
|
|
|
|
|
2023-04-26 01:26:27 +05:30
|
|
|
[[package]]
|
2024-12-14 18:24:30 +05:30
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
2023-04-26 01:26:27 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2023-04-26 01:26:27 +05:30
|
|
|
dependencies = [
|
2024-12-14 18:24:30 +05:30
|
|
|
"windows-targets",
|
2023-12-04 07:01:45 +05:30
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-08 06:36:25 +05:30
|
|
|
version = "0.52.6"
|
2023-12-04 07:01:45 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 06:36:25 +05:30
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-04 07:01:45 +05:30
|
|
|
dependencies = [
|
2024-12-14 18:24:30 +05:30
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-04-15 05:43:22 +05:30
|
|
|
"windows_i686_gnullvm",
|
2024-12-14 18:24:30 +05:30
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-03-02 05:51:08 +05:30
|
|
|
]
|
|
|
|
|
2023-12-04 07:01:45 +05:30
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-08 06:36:25 +05:30
|
|
|
version = "0.52.6"
|
2023-12-04 07:01:45 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 06:36:25 +05:30
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-12-04 07:01:45 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-08 06:36:25 +05:30
|
|
|
version = "0.52.6"
|
2023-12-04 07:01:45 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 06:36:25 +05:30
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-12-04 07:01:45 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-08 06:36:25 +05:30
|
|
|
version = "0.52.6"
|
2023-12-04 07:01:45 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 06:36:25 +05:30
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-04-15 05:43:22 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-08 06:36:25 +05:30
|
|
|
version = "0.52.6"
|
2024-04-15 05:43:22 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 06:36:25 +05:30
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-12-04 07:01:45 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-08 06:36:25 +05:30
|
|
|
version = "0.52.6"
|
2023-12-04 07:01:45 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 06:36:25 +05:30
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-12-04 07:01:45 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-08 06:36:25 +05:30
|
|
|
version = "0.52.6"
|
2023-12-04 07:01:45 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 06:36:25 +05:30
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-12-04 07:01:45 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-08 06:36:25 +05:30
|
|
|
version = "0.52.6"
|
2023-12-04 07:01:45 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 06:36:25 +05:30
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-12-04 07:01:45 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-08 06:36:25 +05:30
|
|
|
version = "0.52.6"
|
2023-12-04 07:01:45 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 06:36:25 +05:30
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-12-04 07:01:45 +05:30
|
|
|
|
2023-07-12 21:14:11 +05:30
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2025-01-06 07:42:26 +05:30
|
|
|
version = "0.6.22"
|
2023-07-12 21:14:11 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-06 07:42:26 +05:30
|
|
|
checksum = "39281189af81c07ec09db316b302a3e67bf9bd7cbf6c820b50e35fee9c2fa980"
|
2023-07-12 21:14:11 +05:30
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-11-11 06:42:27 +05:30
|
|
|
[[package]]
|
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
2024-11-25 07:04:58 +05:30
|
|
|
version = "0.7.5"
|
2024-11-11 06:42:27 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-25 07:04:58 +05:30
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
2024-11-11 06:42:27 +05:30
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
2024-11-25 07:04:58 +05:30
|
|
|
version = "0.7.5"
|
2024-11-11 06:42:27 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-25 07:04:58 +05:30
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
2024-11-11 06:42:27 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2023-10-30 07:30:30 +05:30
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-07-08 06:36:25 +05:30
|
|
|
version = "0.7.35"
|
2023-10-30 07:30:30 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 06:36:25 +05:30
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2023-10-30 07:30:30 +05:30
|
|
|
dependencies = [
|
2024-08-05 07:13:04 +05:30
|
|
|
"byteorder",
|
2023-10-30 07:30:30 +05:30
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-07-08 06:36:25 +05:30
|
|
|
version = "0.7.35"
|
2023-10-30 07:30:30 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 06:36:25 +05:30
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2023-10-30 07:30:30 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-17 06:40:13 +05:30
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-11-11 06:42:27 +05:30
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
2024-11-25 07:04:58 +05:30
|
|
|
version = "0.1.5"
|
2024-11-11 06:42:27 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-25 07:04:58 +05:30
|
|
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
2024-11-11 06:42:27 +05:30
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
2024-11-25 07:04:58 +05:30
|
|
|
version = "0.1.5"
|
2024-11-11 06:42:27 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-25 07:04:58 +05:30
|
|
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
2024-11-11 06:42:27 +05:30
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2024-12-14 18:24:30 +05:30
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
|
|
|
2024-11-11 06:42:27 +05:30
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-11-02 22:09:52 +05:30
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2024-07-08 06:36:25 +05:30
|
|
|
version = "0.13.2"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-08 06:36:25 +05:30
|
|
|
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2024-08-05 07:13:04 +05:30
|
|
|
version = "7.2.1"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-05 07:13:04 +05:30
|
|
|
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2024-08-05 07:13:04 +05:30
|
|
|
version = "2.0.13+zstd.1.5.6"
|
2022-11-02 22:09:52 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-05 07:13:04 +05:30
|
|
|
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
2022-11-02 22:09:52 +05:30
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2023-03-25 20:55:51 +05:30
|
|
|
"pkg-config",
|
|
|
|
]
|
2024-03-11 14:29:47 +05:30
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zune-core"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zune-jpeg"
|
2024-12-14 18:24:30 +05:30
|
|
|
version = "0.4.14"
|
2024-03-11 14:29:47 +05:30
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-14 18:24:30 +05:30
|
|
|
checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
|
2024-03-11 14:29:47 +05:30
|
|
|
dependencies = [
|
|
|
|
"zune-core",
|
|
|
|
]
|