sponsorblock-mirror/Cargo.lock

3145 lines
76 KiB
Plaintext
Raw Normal View History

2022-10-22 17:58:40 +05:30
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
2022-10-22 17:58:40 +05:30
[[package]]
name = "addr2line"
2024-10-22 18:57:05 +05:30
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
dependencies = [
"gimli",
]
2022-10-22 17:58:40 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "adler2"
version = "2.0.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2022-10-22 17:58:40 +05:30
[[package]]
name = "aho-corasick"
2024-10-22 18:57:05 +05:30
version = "1.1.3"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2022-10-22 17:58:40 +05:30
dependencies = [
"memchr",
]
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "allocator-api2"
version = "0.2.21"
2024-10-22 18:57:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
2024-10-22 18:57:05 +05:30
2022-10-22 17:58:40 +05:30
[[package]]
name = "async-compression"
version = "0.4.18"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
2022-10-22 17:58:40 +05:30
dependencies = [
"brotli",
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
]
[[package]]
name = "async-stream"
2024-10-22 18:57:05 +05:30
version = "0.3.6"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
2022-10-22 17:58:40 +05:30
dependencies = [
"async-stream-impl",
"futures-core",
2023-03-22 00:24:53 +05:30
"pin-project-lite",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "async-stream-impl"
2024-10-22 18:57:05 +05:30
version = "0.3.6"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
2022-10-22 17:58:40 +05:30
dependencies = [
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "async-trait"
2024-10-22 18:57:05 +05:30
version = "0.1.83"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
2022-10-22 17:58:40 +05:30
dependencies = [
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "atomic"
2024-10-22 18:57:05 +05:30
version = "0.6.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"bytemuck",
2022-10-22 17:58:40 +05:30
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "atomic-waker"
version = "1.1.2"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "autocfg"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "aws-lc-rs"
version = "1.11.1"
2024-10-22 18:57:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f47bb8cc16b669d267eeccf585aea077d0882f4777b1c1f740217885d6e6e5a3"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"aws-lc-sys",
"paste",
"untrusted 0.7.1",
"zeroize",
2022-10-22 17:58:40 +05:30
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "aws-lc-sys"
version = "0.23.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2101df3813227bbaaaa0b04cd61c534c7954b22bd68d399b440be937dc63ff7"
2024-10-22 18:57:05 +05:30
dependencies = [
"bindgen",
"cc",
"cmake",
"dunce",
"fs_extra",
"libc",
"paste",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "backtrace"
2024-10-22 18:57:05 +05:30
version = "0.3.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
dependencies = [
"addr2line",
"cfg-if",
"libc",
2024-10-22 18:57:05 +05:30
"miniz_oxide",
"object",
"rustc-demangle",
2024-10-22 18:57:05 +05:30
"windows-targets 0.52.6",
]
[[package]]
name = "base64"
2024-10-22 18:57:05 +05:30
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2022-10-22 17:58:40 +05:30
[[package]]
name = "binascii"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
[[package]]
2024-10-22 18:57:05 +05:30
name = "bindgen"
version = "0.69.5"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"itertools",
"lazy_static",
"lazycell",
"log",
"prettyplease",
"proc-macro2",
"quote",
"regex",
"rustc-hash 1.1.0",
"shlex",
"syn",
"which",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "bitflags"
2024-10-22 18:57:05 +05:30
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2022-10-22 17:58:40 +05:30
[[package]]
name = "brotli"
2024-10-22 18:57:05 +05:30
version = "7.0.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
2022-10-22 17:58:40 +05:30
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2024-10-22 18:57:05 +05:30
version = "4.0.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
2022-10-22 17:58:40 +05:30
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "bumpalo"
2024-10-22 18:57:05 +05:30
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "bytemuck"
version = "1.20.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a"
2022-10-22 17:58:40 +05:30
[[package]]
name = "byteorder"
2024-10-22 18:57:05 +05:30
version = "1.5.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-10-22 17:58:40 +05:30
[[package]]
name = "bytes"
version = "1.9.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2022-10-22 17:58:40 +05:30
[[package]]
name = "cc"
version = "1.2.3"
2024-10-22 18:57:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2024-10-22 18:57:05 +05:30
dependencies = [
"jobserver",
"libc",
"shlex",
]
[[package]]
name = "cexpr"
version = "0.6.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-11-04 07:44:56 +05:30
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2024-10-22 18:57:05 +05:30
[[package]]
name = "clang-sys"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
dependencies = [
"glob",
"libc",
"libloading",
]
[[package]]
name = "cmake"
version = "0.1.52"
2024-10-22 18:57:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c682c223677e0e5b6b7f63a64b9351844c3f1b1678a68b7ee617e30fb082620e"
2024-10-22 18:57:05 +05:30
dependencies = [
"cc",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "cookie"
2024-10-22 18:57:05 +05:30
version = "0.18.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
2022-10-22 17:58:40 +05:30
dependencies = [
"percent-encoding",
"time",
"version_check",
]
[[package]]
name = "crc32fast"
2024-10-22 18:57:05 +05:30
version = "1.4.2"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2022-10-22 17:58:40 +05:30
dependencies = [
"cfg-if",
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "crossbeam-utils"
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
[[package]]
name = "cuckoofilter"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"
dependencies = [
"byteorder",
"fnv",
"rand 0.7.3",
]
[[package]]
name = "darling"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
dependencies = [
"darling_core",
"quote",
"syn",
]
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "devise"
2024-10-22 18:57:05 +05:30
version = "0.4.2"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "f1d90b0c4c777a2cad215e3c7be59ac7c15adf45cf76317009b7d096d46f651d"
2022-10-22 17:58:40 +05:30
dependencies = [
"devise_codegen",
"devise_core",
]
[[package]]
name = "devise_codegen"
2024-10-22 18:57:05 +05:30
version = "0.4.2"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "71b28680d8be17a570a2334922518be6adc3f58ecc880cbb404eaeb8624fd867"
2022-10-22 17:58:40 +05:30
dependencies = [
"devise_core",
"quote",
]
[[package]]
name = "devise_core"
2024-10-22 18:57:05 +05:30
version = "0.4.2"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "b035a542cf7abf01f2e3c4d5a7acbaebfefe120ae4efc7bde3df98186e4b8af7"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"bitflags",
2022-10-22 17:58:40 +05:30
"proc-macro2",
"proc-macro2-diagnostics",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "diesel"
version = "2.2.6"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf1bedf64cdb9643204a36dd15b19a6ce8e7aa7f7b105868e9f1fad5ffa7d12"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"bitflags",
2022-10-22 17:58:40 +05:30
"byteorder",
"diesel_derives",
2022-10-23 02:13:13 +05:30
"itoa",
2022-10-22 17:58:40 +05:30
"pq-sys",
"r2d2",
]
[[package]]
name = "diesel_derives"
2024-10-22 18:57:05 +05:30
version = "2.2.3"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "e7f2c3de51e2ba6bf2a648285696137aaf0f5f487bcbea93972fe8a364e131a4"
2022-10-22 17:58:40 +05:30
dependencies = [
"diesel_table_macro_syntax",
2024-10-22 18:57:05 +05:30
"dsl_auto_type",
2022-10-22 17:58:40 +05:30
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "diesel_migrations"
2024-10-22 18:57:05 +05:30
version = "2.2.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "8a73ce704bad4231f001bff3314d91dce4aba0770cee8b233991859abc15c1f6"
2022-10-22 17:58:40 +05:30
dependencies = [
"diesel",
"migrations_internals",
"migrations_macros",
]
[[package]]
name = "diesel_table_macro_syntax"
2024-10-22 18:57:05 +05:30
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "209c735641a413bc68c4923a9d6ad4bcb3ca306b794edaa7eb0b3228a99ffb25"
dependencies = [
2024-10-22 18:57:05 +05:30
"syn",
]
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "dsl_auto_type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "c5d9abe6314103864cc2d8901b7ae224e0ab1a103a0a416661b4097b0779b607"
dependencies = [
2024-10-22 18:57:05 +05:30
"darling",
"either",
"heck",
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "dunce"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
2022-10-22 17:58:40 +05:30
[[package]]
name = "either"
2024-10-22 18:57:05 +05:30
version = "1.13.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2022-10-22 17:58:40 +05:30
[[package]]
name = "encoding_rs"
2024-10-28 07:29:14 +05:30
version = "0.8.35"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-28 07:29:14 +05:30
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
2022-10-22 17:58:40 +05:30
dependencies = [
"cfg-if",
]
2023-03-22 00:24:53 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "equivalent"
version = "1.0.1"
2023-03-22 00:24:53 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-03-22 00:24:53 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "errno"
version = "0.3.10"
2023-03-22 00:24:53 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
2023-03-22 00:24:53 +05:30
dependencies = [
"libc",
"windows-sys 0.59.0",
2023-03-22 00:24:53 +05:30
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "fastrand"
version = "2.3.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2022-10-22 17:58:40 +05:30
[[package]]
name = "figment"
2024-10-22 18:57:05 +05:30
version = "0.10.19"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3"
2022-10-22 17:58:40 +05:30
dependencies = [
"atomic",
"pear",
"serde",
2024-10-22 18:57:05 +05:30
"toml",
2022-10-22 17:58:40 +05:30
"uncased",
"version_check",
]
[[package]]
name = "flate2"
version = "1.0.35"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
2022-10-22 17:58:40 +05:30
dependencies = [
"crc32fast",
2024-10-22 18:57:05 +05:30
"miniz_oxide",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2024-10-22 18:57:05 +05:30
[[package]]
name = "foldhash"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
2022-10-22 17:58:40 +05:30
[[package]]
name = "form_urlencoded"
version = "1.2.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2022-10-22 17:58:40 +05:30
dependencies = [
"percent-encoding",
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2022-10-22 17:58:40 +05:30
[[package]]
name = "futures"
2024-10-22 18:57:05 +05:30
version = "0.3.31"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2022-10-22 17:58:40 +05:30
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-10-22 18:57:05 +05:30
version = "0.3.31"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2022-10-22 17:58:40 +05:30
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-10-22 18:57:05 +05:30
version = "0.3.31"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2022-10-22 17:58:40 +05:30
[[package]]
name = "futures-io"
2024-10-22 18:57:05 +05:30
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
[[package]]
name = "futures-macro"
version = "0.3.31"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "futures-sink"
2024-10-22 18:57:05 +05:30
version = "0.3.31"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2022-10-22 17:58:40 +05:30
[[package]]
name = "futures-task"
2024-10-22 18:57:05 +05:30
version = "0.3.31"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2022-10-22 17:58:40 +05:30
[[package]]
name = "futures-util"
2024-10-22 18:57:05 +05:30
version = "0.3.31"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2022-10-22 17:58:40 +05:30
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
2024-10-22 18:57:05 +05:30
"futures-macro",
2022-10-22 17:58:40 +05:30
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generator"
2024-10-22 18:57:05 +05:30
version = "0.7.5"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
2022-10-22 17:58:40 +05:30
dependencies = [
"cc",
"libc",
"log",
"rustversion",
"windows",
]
[[package]]
name = "getrandom"
2024-10-22 18:57:05 +05:30
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
version = "0.2.15"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2022-10-22 17:58:40 +05:30
dependencies = [
"cfg-if",
"js-sys",
2022-10-22 17:58:40 +05:30
"libc",
2024-10-22 18:57:05 +05:30
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "gimli"
2024-10-22 18:57:05 +05:30
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2022-10-22 17:58:40 +05:30
[[package]]
name = "glob"
2023-03-22 00:24:53 +05:30
version = "0.3.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 00:24:53 +05:30
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-10-22 17:58:40 +05:30
[[package]]
name = "h2"
version = "0.4.7"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"atomic-waker",
2022-10-22 17:58:40 +05:30
"bytes",
"fnv",
"futures-core",
"futures-sink",
2024-10-22 18:57:05 +05:30
"http",
2022-10-22 17:58:40 +05:30
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "h3"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e7675a0963b47a6d12fe44c279918b4ffb19baee838ac37f48d2722ad5bc6ab"
dependencies = [
"bytes",
"fastrand",
"futures-util",
"http",
"pin-project-lite",
"tokio",
]
[[package]]
name = "hash_hasher"
version = "2.0.3"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "74721d007512d0cb3338cd20f0654ac913920061a4c4d0d8708edb3f2a698c0c"
2022-10-22 17:58:40 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "hashbrown"
version = "0.15.2"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"allocator-api2",
"equivalent",
"foldhash",
2022-10-22 17:58:40 +05:30
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-03-22 00:24:53 +05:30
[[package]]
name = "hermit-abi"
version = "0.3.9"
2023-03-22 00:24:53 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-03-22 00:24:53 +05:30
2022-10-22 17:58:40 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "hermit-abi"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
[[package]]
name = "hex-literal"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
[[package]]
name = "home"
version = "0.5.9"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"windows-sys 0.52.0",
2022-10-22 17:58:40 +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-10-22 17:58:40 +05:30
[[package]]
name = "http-body"
2024-10-22 18:57:05 +05:30
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
2024-10-22 18:57:05 +05:30
"http",
]
[[package]]
name = "http-body-util"
2024-10-22 18:57:05 +05:30
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
dependencies = [
"bytes",
2024-10-22 18:57:05 +05:30
"futures-util",
"http",
"http-body",
2022-10-22 17:58:40 +05:30
"pin-project-lite",
]
[[package]]
name = "httparse"
2024-10-22 18:57:05 +05:30
version = "1.9.5"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
2022-10-22 17:58:40 +05:30
[[package]]
name = "httpdate"
2024-10-22 18:57:05 +05:30
version = "1.0.3"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2022-10-22 17:58:40 +05:30
[[package]]
name = "hyper"
version = "1.5.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
2022-10-22 17:58:40 +05:30
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2",
2024-10-22 18:57:05 +05:30
"http",
"http-body",
2022-10-22 17:58:40 +05:30
"httparse",
"httpdate",
2022-10-23 02:13:13 +05:30
"itoa",
2022-10-22 17:58:40 +05:30
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "hyper-rustls"
2024-10-22 18:57:05 +05:30
version = "0.27.3"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
2022-10-22 17:58:40 +05:30
dependencies = [
"futures-util",
2024-10-22 18:57:05 +05:30
"http",
"hyper",
"hyper-util",
2022-10-22 17:58:40 +05:30
"rustls",
"rustls-pki-types",
2022-10-22 17:58:40 +05:30
"tokio",
"tokio-rustls",
"tower-service",
"webpki-roots",
]
[[package]]
name = "hyper-util"
2024-11-04 07:44:56 +05:30
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-04 07:44:56 +05:30
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2024-10-22 18:57:05 +05:30
"http",
"http-body",
"hyper",
"pin-project-lite",
2024-10-22 18:57:05 +05:30
"socket2",
"tokio",
"tower-service",
"tracing",
]
[[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",
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2022-10-22 17:58:40 +05:30
[[package]]
name = "idna"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
dependencies = [
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
name = "idna_adapter"
version = "1.2.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
2022-10-22 17:58:40 +05:30
dependencies = [
"icu_normalizer",
"icu_properties",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "indexmap"
version = "2.7.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"equivalent",
2022-10-22 17:58:40 +05:30
"hashbrown",
"serde",
]
[[package]]
name = "inlinable_string"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
[[package]]
2024-10-22 18:57:05 +05:30
name = "intrusive-collections"
version = "0.9.7"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"memoffset",
2022-10-22 17:58:40 +05:30
]
2023-03-22 00:24:53 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "ipnet"
version = "2.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
[[package]]
name = "is-terminal"
version = "0.4.13"
2023-03-22 00:24:53 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
2023-03-22 00:24:53 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"hermit-abi 0.4.0",
2023-03-22 00:24:53 +05:30
"libc",
2024-10-22 18:57:05 +05:30
"windows-sys 0.52.0",
2023-03-22 00:24:53 +05:30
]
2022-10-22 17:58:40 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "itertools"
version = "0.12.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "itoa"
version = "1.0.14"
2024-10-22 18:57:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
2024-10-22 18:57:05 +05:30
[[package]]
name = "jobserver"
version = "0.1.32"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
dependencies = [
"libc",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "js-sys"
version = "0.3.76"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
2022-10-22 17:58:40 +05:30
dependencies = [
"once_cell",
2022-10-22 17:58:40 +05:30
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2022-10-22 17:58:40 +05:30
2024-10-22 18:57:05 +05:30
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2022-10-22 17:58:40 +05:30
[[package]]
name = "libc"
version = "0.2.167"
2023-03-22 00:24:53 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
2023-03-22 00:24:53 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "libloading"
version = "0.8.6"
2024-10-22 18:57:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
2024-10-22 18:57:05 +05:30
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
2024-10-22 18:57:05 +05:30
]
[[package]]
name = "libm"
2024-11-04 07:44:56 +05:30
version = "0.2.11"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-04 07:44:56 +05:30
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
2022-10-22 17:58:40 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "linux-raw-sys"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "litemap"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
2022-10-22 17:58:40 +05:30
[[package]]
name = "lock_api"
2024-10-22 18:57:05 +05:30
version = "0.4.12"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2022-10-22 17:58:40 +05:30
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-10-22 18:57:05 +05:30
version = "0.4.22"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2022-10-22 17:58:40 +05:30
[[package]]
name = "loom"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
dependencies = [
"cfg-if",
"generator",
"scoped-tls",
"serde",
"serde_json",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata 0.1.10",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "memchr"
2024-10-22 18:57:05 +05:30
version = "2.7.4"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "memoffset"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
dependencies = [
"autocfg",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "migrations_internals"
2024-10-22 18:57:05 +05:30
version = "2.2.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "fd01039851e82f8799046eabbb354056283fb265c8ec0996af940f4e85a380ff"
2022-10-22 17:58:40 +05:30
dependencies = [
"serde",
2024-10-22 18:57:05 +05:30
"toml",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "migrations_macros"
2024-10-22 18:57:05 +05:30
version = "2.2.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "ffb161cc72176cb37aa47f1fc520d3ef02263d67d661f44f05d05a079e1237fd"
2022-10-22 17:58:40 +05:30
dependencies = [
"migrations_internals",
"proc-macro2",
"quote",
]
[[package]]
name = "mime"
2023-03-22 00:24:53 +05:30
version = "0.3.17"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 00:24:53 +05:30
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-10-22 17:58:40 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "minimal-lexical"
version = "0.2.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2022-10-22 17:58:40 +05:30
[[package]]
name = "miniz_oxide"
2024-10-22 18:57:05 +05:30
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
dependencies = [
2024-10-22 18:57:05 +05:30
"adler2",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "mio"
version = "1.0.3"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
2022-10-22 17:58:40 +05:30
dependencies = [
"libc",
2024-10-22 18:57:05 +05:30
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.52.0",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "multer"
2024-10-22 18:57:05 +05:30
version = "3.1.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
2022-10-22 17:58:40 +05:30
dependencies = [
"bytes",
"encoding_rs",
"futures-util",
2024-10-22 18:57:05 +05:30
"http",
2022-10-22 17:58:40 +05:30
"httparse",
"log",
"memchr",
"mime",
"spin",
2022-10-22 17:58:40 +05:30
"tokio",
"tokio-util",
"version_check",
]
2024-10-22 18:57:05 +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",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
"libm",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "num_cpus"
version = "1.16.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-10-22 17:58:40 +05:30
dependencies = [
"hermit-abi 0.3.9",
2022-10-22 17:58:40 +05:30
"libc",
]
[[package]]
name = "object"
2024-10-22 18:57:05 +05:30
version = "0.36.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
dependencies = [
"memchr",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "once_cell"
2024-10-22 18:57:05 +05:30
version = "1.20.2"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2022-10-22 17:58:40 +05:30
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "parking_lot"
2024-10-22 18:57:05 +05:30
version = "0.12.3"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2022-10-22 17:58:40 +05:30
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-10-22 18:57:05 +05:30
version = "0.9.10"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2022-10-22 17:58:40 +05:30
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2024-10-22 18:57:05 +05:30
"windows-targets 0.52.6",
2022-10-22 17:58:40 +05:30
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2022-10-22 17:58:40 +05:30
[[package]]
name = "pear"
2024-10-22 18:57:05 +05:30
version = "0.2.9"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467"
2022-10-22 17:58:40 +05:30
dependencies = [
"inlinable_string",
"pear_codegen",
"yansi",
]
[[package]]
name = "pear_codegen"
2024-10-22 18:57:05 +05:30
version = "0.2.9"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147"
2022-10-22 17:58:40 +05:30
dependencies = [
"proc-macro2",
"proc-macro2-diagnostics",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2022-10-22 17:58:40 +05:30
[[package]]
name = "pin-project-lite"
2024-10-28 07:29:14 +05:30
version = "0.2.15"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-28 07:29:14 +05:30
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
2022-10-22 17:58:40 +05:30
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2024-10-22 18:57:05 +05:30
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2022-10-22 17:58:40 +05:30
[[package]]
name = "ppv-lite86"
2024-10-22 18:57:05 +05:30
version = "0.2.20"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "pq-sys"
2024-10-22 18:57:05 +05:30
version = "0.6.3"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "f6cc05d7ea95200187117196eee9edd0644424911821aeb28a18ce60ea0b8793"
2022-10-22 17:58:40 +05:30
dependencies = [
"vcpkg",
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "prettyplease"
2024-10-28 07:29:14 +05:30
version = "0.2.25"
2024-10-22 18:57:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-28 07:29:14 +05:30
checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
2024-10-22 18:57:05 +05:30
dependencies = [
"proc-macro2",
"syn",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "proc-macro2"
version = "1.0.92"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
2022-10-22 17:58:40 +05:30
dependencies = [
"unicode-ident",
]
[[package]]
name = "proc-macro2-diagnostics"
2024-10-22 18:57:05 +05:30
version = "0.10.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
2022-10-22 17:58:40 +05:30
dependencies = [
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
2022-10-22 17:58:40 +05:30
"version_check",
"yansi",
]
[[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 2.1.0",
"rustls",
2024-10-22 18:57:05 +05:30
"socket2",
"thiserror",
"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 0.2.15",
2024-10-22 18:57:05 +05:30
"rand 0.8.5",
"ring",
"rustc-hash 2.1.0",
"rustls",
"rustls-pki-types",
"slab",
"thiserror",
"tinyvec",
"tracing",
"web-time",
]
[[package]]
name = "quinn-udp"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d5a626c6807713b15cac82a6acaccd6043c9a5408c24baae07611fec3f243da"
dependencies = [
2024-11-04 07:44:56 +05:30
"cfg_aliases",
"libc",
"once_cell",
2024-10-22 18:57:05 +05:30
"socket2",
"tracing",
2024-10-22 18:57:05 +05:30
"windows-sys 0.59.0",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "quote"
2024-10-22 18:57:05 +05:30
version = "1.0.37"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2022-10-22 17:58:40 +05:30
dependencies = [
"proc-macro2",
]
[[package]]
name = "r2d2"
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
dependencies = [
"log",
"parking_lot",
"scheduled-thread-pool",
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2024-10-22 18:57:05 +05:30
"rand_chacha 0.3.1",
"rand_core 0.6.4",
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2024-10-22 18:57:05 +05:30
"rand_core 0.6.4",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2024-10-22 18:57:05 +05:30
"getrandom 0.2.15",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "redox_syscall"
2024-10-22 18:57:05 +05:30
version = "0.5.7"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"bitflags",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "ref-cast"
2024-10-22 18:57:05 +05:30
version = "1.0.23"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931"
2022-10-22 17:58:40 +05:30
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
2024-10-22 18:57:05 +05:30
version = "1.0.23"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
2022-10-22 17:58:40 +05:30
dependencies = [
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
2022-10-22 17:58:40 +05:30
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "ref-swap"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09c30c54dffee5b40af088d5d50aa3455c91a0127164b51f0215efc4cb28fb3c"
2022-10-22 17:58:40 +05:30
[[package]]
name = "regex"
version = "1.11.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2022-10-22 17:58:40 +05:30
dependencies = [
"aho-corasick",
"memchr",
"regex-automata 0.4.9",
2024-10-22 18:57:05 +05:30
"regex-syntax 0.8.5",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "regex-automata"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
dependencies = [
"aho-corasick",
"memchr",
2024-10-22 18:57:05 +05:30
"regex-syntax 0.8.5",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "regex-syntax"
version = "0.6.29"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2022-10-22 17:58:40 +05:30
[[package]]
name = "regex-syntax"
2024-10-22 18:57:05 +05:30
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2022-10-22 17:58:40 +05:30
[[package]]
name = "reqwest"
version = "0.12.9"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f"
2022-10-22 17:58:40 +05:30
dependencies = [
"async-compression",
2024-10-22 18:57:05 +05:30
"base64",
2022-10-22 17:58:40 +05:30
"bytes",
"futures-core",
"futures-util",
2024-10-22 18:57:05 +05:30
"http",
"http-body",
"http-body-util",
2024-10-22 18:57:05 +05:30
"hyper",
2022-10-22 17:58:40 +05:30
"hyper-rustls",
"hyper-util",
2022-10-22 17:58:40 +05:30
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
"quinn",
2022-10-22 17:58:40 +05:30
"rustls",
"rustls-pemfile",
"rustls-pki-types",
2022-10-22 17:58:40 +05:30
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
2022-10-22 17:58:40 +05:30
"tokio",
"tokio-rustls",
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
2024-10-22 18:57:05 +05:30
"windows-registry",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "ring"
2024-10-22 18:57:05 +05:30
version = "0.17.8"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2022-10-22 17:58:40 +05:30
dependencies = [
"cc",
2024-10-22 18:57:05 +05:30
"cfg-if",
"getrandom 0.2.15",
2022-10-22 17:58:40 +05:30
"libc",
"spin",
2024-10-22 18:57:05 +05:30
"untrusted 0.9.0",
"windows-sys 0.52.0",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "rocket"
2024-10-22 18:57:05 +05:30
version = "0.6.0-dev"
source = "git+https://github.com/SergioBenitez/Rocket#28891e8072136f4641a33fb8c3f2aafce9d88d5b"
2022-10-22 17:58:40 +05:30
dependencies = [
"async-stream",
"async-trait",
"binascii",
"bytes",
2024-10-22 18:57:05 +05:30
"cookie",
2022-10-22 17:58:40 +05:30
"either",
"figment",
"futures",
2024-10-22 18:57:05 +05:30
"http",
"hyper",
"hyper-util",
2022-10-22 17:58:40 +05:30
"indexmap",
2024-10-22 18:57:05 +05:30
"libc",
2022-10-22 17:58:40 +05:30
"memchr",
"multer",
"num_cpus",
"parking_lot",
"pin-project-lite",
2024-10-22 18:57:05 +05:30
"rand 0.8.5",
2022-10-22 17:58:40 +05:30
"ref-cast",
2024-10-22 18:57:05 +05:30
"ref-swap",
2022-10-22 17:58:40 +05:30
"rocket_codegen",
"rocket_http",
2024-10-22 18:57:05 +05:30
"rustls",
"s2n-quic-h3",
2022-10-22 17:58:40 +05:30
"serde",
"state",
"tempfile",
2024-10-22 18:57:05 +05:30
"thread_local",
2022-10-22 17:58:40 +05:30
"time",
2024-10-22 18:57:05 +05:30
"tinyvec",
2022-10-22 17:58:40 +05:30
"tokio",
2024-10-22 18:57:05 +05:30
"tokio-rustls",
2022-10-22 17:58:40 +05:30
"tokio-stream",
"tokio-util",
2024-10-22 18:57:05 +05:30
"tracing",
"tracing-subscriber",
2022-10-22 17:58:40 +05:30
"ubyte",
"version_check",
"yansi",
]
[[package]]
name = "rocket_codegen"
2024-10-22 18:57:05 +05:30
version = "0.6.0-dev"
source = "git+https://github.com/SergioBenitez/Rocket#28891e8072136f4641a33fb8c3f2aafce9d88d5b"
2022-10-22 17:58:40 +05:30
dependencies = [
"devise",
"glob",
"indexmap",
"proc-macro2",
"quote",
"rocket_http",
2024-10-22 18:57:05 +05:30
"syn",
2022-10-22 17:58:40 +05:30
"unicode-xid",
2024-10-22 18:57:05 +05:30
"version_check",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "rocket_http"
2024-10-22 18:57:05 +05:30
version = "0.6.0-dev"
source = "git+https://github.com/SergioBenitez/Rocket#28891e8072136f4641a33fb8c3f2aafce9d88d5b"
2022-10-22 17:58:40 +05:30
dependencies = [
"cookie",
"either",
"indexmap",
"memchr",
"pear",
"percent-encoding",
"ref-cast",
"serde",
"stable-pattern",
"state",
"time",
2024-10-22 18:57:05 +05:30
"tinyvec",
2022-10-22 17:58:40 +05:30
"uncased",
]
[[package]]
name = "rocket_sync_db_pools"
2024-10-22 18:57:05 +05:30
version = "0.1.0"
source = "git+https://github.com/SergioBenitez/Rocket#28891e8072136f4641a33fb8c3f2aafce9d88d5b"
2022-10-22 17:58:40 +05:30
dependencies = [
"diesel",
"r2d2",
"rocket",
"rocket_sync_db_pools_codegen",
"serde",
"tokio",
"version_check",
]
[[package]]
name = "rocket_sync_db_pools_codegen"
2024-10-22 18:57:05 +05:30
version = "0.1.0"
source = "git+https://github.com/SergioBenitez/Rocket#28891e8072136f4641a33fb8c3f2aafce9d88d5b"
2022-10-22 17:58:40 +05:30
dependencies = [
"devise",
"quote",
]
[[package]]
name = "rustc-demangle"
2024-10-22 18:57:05 +05:30
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-03-22 00:24:53 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "rustc-hash"
version = "2.1.0"
2024-10-22 18:57:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
2024-10-22 18:57:05 +05:30
[[package]]
name = "rustix"
version = "0.38.41"
2024-10-22 18:57:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
2024-10-22 18:57:05 +05:30
dependencies = [
"bitflags",
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
]
[[package]]
name = "rustls"
version = "0.23.19"
2024-10-22 18:57:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1"
2024-10-22 18:57:05 +05:30
dependencies = [
"aws-lc-rs",
"log",
"once_cell",
"ring",
"rustls-pki-types",
"rustls-webpki",
"subtle",
"zeroize",
]
[[package]]
name = "rustls-pemfile"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
dependencies = [
"web-time",
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "rustls-webpki"
version = "0.102.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
dependencies = [
"aws-lc-rs",
"ring",
"rustls-pki-types",
"untrusted 0.9.0",
]
[[package]]
name = "rustversion"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
[[package]]
name = "ryu"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[package]]
name = "s2n-codec"
version = "0.51.0"
2024-10-22 18:57:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "385bc02730502bb5f4b37927c235163e7790d1ba7a9fd4e7ac595d0ce655d6a4"
2024-10-22 18:57:05 +05:30
dependencies = [
"byteorder",
"bytes",
"zerocopy",
]
[[package]]
name = "s2n-quic"
version = "1.51.0"
2024-10-22 18:57:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a69911cb4b405536c2db69bf3465810db62927d83a3a837026b29e34596c6590"
2024-10-22 18:57:05 +05:30
dependencies = [
"bytes",
"cfg-if",
"cuckoofilter",
"futures",
"hash_hasher",
"rand 0.8.5",
"rand_chacha 0.3.1",
"s2n-codec",
"s2n-quic-core",
2024-10-22 18:57:05 +05:30
"s2n-quic-crypto",
"s2n-quic-platform",
"s2n-quic-rustls",
"s2n-quic-transport",
"tokio",
"zerocopy",
"zeroize",
]
2022-10-22 17:58:40 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "s2n-quic-core"
version = "0.51.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "361a7ca960a4a1a70e2de4c39c419bfaf3a21e37da944ae2bedbb37ebf534a73"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"atomic-waker",
"byteorder",
"bytes",
"cfg-if",
"crossbeam-utils",
"hex-literal",
"num-rational",
"num-traits",
"once_cell",
2024-10-22 18:57:05 +05:30
"pin-project-lite",
"s2n-codec",
"subtle",
2024-10-22 18:57:05 +05:30
"tracing",
"zerocopy",
2022-10-22 17:58:40 +05:30
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "s2n-quic-crypto"
version = "0.51.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bab6c2181a3dc7670dde5015737b0b2300860eb3e347bbcd0e011587bb4f583"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"aws-lc-rs",
"cfg-if",
"lazy_static",
"s2n-codec",
"s2n-quic-core",
2024-10-22 18:57:05 +05:30
"zeroize",
2022-10-22 17:58:40 +05:30
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "s2n-quic-h3"
version = "0.1.0"
source = "git+https://github.com/SergioBenitez/s2n-quic-h3.git?rev=f832471#f83247128132c968d57a99fa5e76ac7f1528ea10"
2024-10-22 18:57:05 +05:30
dependencies = [
"bytes",
"futures",
"h3",
"s2n-quic",
"tracing",
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "s2n-quic-platform"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fc8a114d2ad26329ae37a0484299be631768afd60bc04723194b653c58e5679"
dependencies = [
2024-10-22 18:57:05 +05:30
"cfg-if",
"futures",
"lazy_static",
"libc",
"s2n-quic-core",
2024-10-22 18:57:05 +05:30
"socket2",
"tokio",
]
2022-10-22 17:58:40 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "s2n-quic-rustls"
version = "0.51.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c513d6071c7264661199d0c7d6811e413a95c5929aa4bb7eda75deda9f8ca29d"
2024-10-22 18:57:05 +05:30
dependencies = [
"bytes",
"rustls",
"rustls-pemfile",
"s2n-codec",
"s2n-quic-core",
2024-10-22 18:57:05 +05:30
"s2n-quic-crypto",
]
2022-10-22 17:58:40 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "s2n-quic-transport"
version = "0.51.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2cdfa2ccd20371cdff09735b4a3f6bee7a01008b1431854c06e8915df5fdec4"
2024-10-22 18:57:05 +05:30
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"hashbrown",
"intrusive-collections",
"once_cell",
"s2n-codec",
"s2n-quic-core",
2024-10-22 18:57:05 +05:30
"siphasher",
"smallvec",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "scheduled-thread-pool"
2023-03-22 00:24:53 +05:30
version = "0.2.7"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 00:24:53 +05:30
checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
2022-10-22 17:58:40 +05:30
dependencies = [
"parking_lot",
]
[[package]]
name = "scoped-tls"
2023-03-22 00:24:53 +05:30
version = "1.0.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 00:24:53 +05:30
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-10-22 17:58:40 +05:30
[[package]]
name = "scopeguard"
2024-10-22 18:57:05 +05:30
version = "1.2.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-10-22 17:58:40 +05:30
[[package]]
name = "serde"
version = "1.0.216"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e"
2022-10-22 17:58:40 +05:30
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.216"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e"
2022-10-22 17:58:40 +05:30
dependencies = [
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "serde_json"
version = "1.0.133"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
2022-10-22 17:58:40 +05:30
dependencies = [
2022-10-23 02:13:13 +05:30
"itoa",
"memchr",
2022-10-22 17:58:40 +05:30
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
2024-10-22 18:57:05 +05:30
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
dependencies = [
"serde",
]
2022-10-22 17:58:40 +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",
2022-10-23 02:13:13 +05:30
"itoa",
2022-10-22 17:58:40 +05:30
"ryu",
"serde",
]
[[package]]
name = "sharded-slab"
2024-10-22 18:57:05 +05:30
version = "0.1.7"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2022-10-22 17:58:40 +05:30
dependencies = [
"lazy_static",
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2022-10-22 17:58:40 +05:30
[[package]]
name = "signal-hook-registry"
2024-10-22 18:57:05 +05:30
version = "1.4.2"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2022-10-22 17:58:40 +05:30
dependencies = [
"libc",
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "siphasher"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2022-10-22 17:58:40 +05:30
[[package]]
name = "slab"
2024-10-22 18:57:05 +05:30
version = "0.4.9"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-10-22 17:58:40 +05:30
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-10-22 18:57:05 +05:30
version = "1.13.2"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2022-10-22 17:58:40 +05:30
[[package]]
name = "socket2"
version = "0.5.8"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "spin"
2024-10-22 18:57:05 +05:30
version = "0.9.8"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-10-22 17:58:40 +05:30
[[package]]
name = "sponsorblock-mirror"
version = "0.1.0"
dependencies = [
"diesel",
"diesel_migrations",
"lazy_static",
"num_cpus",
"once_cell",
2022-10-22 17:58:40 +05:30
"regex",
"reqwest",
"rocket",
"rocket_sync_db_pools",
"serde",
"serde_json",
"tokio",
]
[[package]]
name = "stable-pattern"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
dependencies = [
"memchr",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2022-10-22 17:58:40 +05:30
[[package]]
name = "state"
2024-10-22 18:57:05 +05:30
version = "0.6.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8"
2022-10-22 17:58:40 +05:30
dependencies = [
"loom",
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2022-10-22 17:58:40 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "subtle"
version = "2.6.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2023-03-22 00:24:53 +05:30
[[package]]
name = "syn"
version = "2.0.90"
2023-03-22 00:24:53 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
2022-10-22 17:58:40 +05:30
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
dependencies = [
2024-10-22 18:57:05 +05:30
"futures-core",
]
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "tempfile"
version = "3.14.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
2022-10-22 17:58:40 +05:30
dependencies = [
"cfg-if",
"fastrand",
2024-10-22 18:57:05 +05:30
"once_cell",
2023-03-22 00:24:53 +05:30
"rustix",
2024-10-22 18:57:05 +05:30
"windows-sys 0.59.0",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "thiserror"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
dependencies = [
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "thread_local"
2024-10-22 18:57:05 +05:30
version = "1.1.8"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2022-10-22 17:58:40 +05:30
dependencies = [
2023-03-22 00:24:53 +05:30
"cfg-if",
2022-10-22 17:58:40 +05:30
"once_cell",
]
[[package]]
name = "time"
version = "0.3.37"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"deranged",
2022-10-23 02:13:13 +05:30
"itoa",
2024-10-22 18:57:05 +05:30
"num-conv",
"powerfmt",
2023-03-22 00:24:53 +05:30
"serde",
"time-core",
2022-10-22 17:58:40 +05:30
"time-macros",
]
2023-03-22 00:24:53 +05:30
[[package]]
name = "time-core"
2024-10-22 18:57:05 +05:30
version = "0.1.2"
2023-03-22 00:24:53 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-03-22 00:24:53 +05:30
2022-10-22 17:58:40 +05:30
[[package]]
name = "time-macros"
version = "0.2.19"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
2023-03-22 00:24:53 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"num-conv",
2023-03-22 00:24:53 +05:30
"time-core",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "tinystr"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
dependencies = [
"displaydoc",
"zerovec",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "tinyvec"
2024-10-22 18:57:05 +05:30
version = "1.8.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2022-10-22 17:58:40 +05:30
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-03-22 00:24:53 +05:30
version = "0.1.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 00:24:53 +05:30
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-10-22 17:58:40 +05:30
[[package]]
name = "tokio"
version = "1.42.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
2022-10-22 17:58:40 +05:30
dependencies = [
"backtrace",
2022-10-22 17:58:40 +05:30
"bytes",
"libc",
"mio",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2024-10-22 18:57:05 +05:30
"socket2",
2022-10-22 17:58:40 +05:30
"tokio-macros",
"windows-sys 0.52.0",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "tokio-macros"
version = "2.4.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2022-10-22 17:58:40 +05:30
dependencies = [
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "tokio-rustls"
version = "0.26.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
2022-10-22 17:58:40 +05:30
dependencies = [
"rustls",
"tokio",
]
[[package]]
name = "tokio-stream"
version = "0.1.17"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2022-10-22 17:58:40 +05:30
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
version = "0.7.13"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
2022-10-22 17:58:40 +05:30
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "toml"
2024-10-22 18:57:05 +05:30
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
2024-10-22 18:57:05 +05:30
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-10-22 18:57:05 +05:30
version = "0.22.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "tower-service"
2024-10-22 18:57:05 +05:30
version = "0.3.3"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2022-10-22 17:58:40 +05:30
[[package]]
name = "tracing"
version = "0.1.41"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2022-10-22 17:58:40 +05:30
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.28"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
2022-10-22 17:58:40 +05:30
dependencies = [
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
2022-10-22 17:58:40 +05:30
]
[[package]]
name = "tracing-core"
version = "0.1.33"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2022-10-22 17:58:40 +05:30
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
2024-10-22 18:57:05 +05:30
version = "0.2.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2022-10-22 17:58:40 +05:30
dependencies = [
"log",
2024-10-22 18:57:05 +05:30
"once_cell",
2022-10-22 17:58:40 +05:30
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.19"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2022-10-22 17:58:40 +05:30
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
2024-10-22 18:57:05 +05:30
"parking_lot",
2022-10-22 17:58:40 +05:30
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "try-lock"
2024-10-22 18:57:05 +05:30
version = "0.2.5"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2022-10-22 17:58:40 +05:30
[[package]]
name = "ubyte"
2024-10-22 18:57:05 +05:30
version = "0.10.4"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "f720def6ce1ee2fc44d40ac9ed6d3a59c361c80a75a7aa8e75bb9baed31cf2ea"
2022-10-22 17:58:40 +05:30
dependencies = [
"serde",
]
[[package]]
name = "uncased"
2024-10-22 18:57:05 +05:30
version = "0.9.10"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
2022-10-22 17:58:40 +05:30
dependencies = [
"serde",
"version_check",
]
[[package]]
name = "unicode-ident"
version = "1.0.14"
2024-10-22 18:57:05 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
2024-10-22 18:57:05 +05:30
2022-10-22 17:58:40 +05:30
[[package]]
name = "unicode-xid"
2024-10-22 18:57:05 +05:30
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
[[package]]
name = "untrusted"
version = "0.7.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2022-10-22 17:58:40 +05:30
[[package]]
name = "untrusted"
version = "0.9.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2022-10-22 17:58:40 +05:30
[[package]]
name = "url"
version = "2.5.4"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2022-10-22 17:58:40 +05:30
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[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"
2022-10-22 17:58:40 +05:30
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
2024-10-22 18:57:05 +05:30
version = "0.9.5"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2022-10-22 17:58:40 +05:30
[[package]]
name = "want"
2024-10-22 18:57:05 +05:30
version = "0.3.1"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-10-22 17:58:40 +05:30
dependencies = [
"try-lock",
]
2024-10-22 18:57:05 +05:30
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2022-10-22 17:58:40 +05:30
[[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"
version = "0.2.99"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
2022-10-22 17:58:40 +05:30
dependencies = [
"cfg-if",
2024-10-22 18:57:05 +05:30
"once_cell",
2022-10-22 17:58:40 +05:30
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.99"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
2022-10-22 17:58:40 +05:30
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
2022-10-22 17:58:40 +05:30
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.49"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
2022-10-22 17:58:40 +05:30
dependencies = [
"cfg-if",
"js-sys",
"once_cell",
2022-10-22 17:58:40 +05:30
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.99"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
2022-10-22 17:58:40 +05:30
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.99"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
2022-10-22 17:58:40 +05:30
dependencies = [
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
2022-10-22 17:58:40 +05:30
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.99"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
2022-10-22 17:58:40 +05:30
[[package]]
name = "web-sys"
version = "0.3.76"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
2022-10-22 17:58:40 +05:30
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "web-time"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "webpki-roots"
version = "0.26.7"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
dependencies = [
"rustls-pki-types",
]
2022-10-22 17:58:40 +05:30
2024-10-22 18:57:05 +05:30
[[package]]
name = "which"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
dependencies = [
"either",
"home",
"once_cell",
"rustix",
]
2022-10-22 17:58:40 +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"
[[package]]
name = "windows"
2024-10-22 18:57:05 +05:30
version = "0.48.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"windows-targets 0.48.5",
2022-10-22 17:58:40 +05:30
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "windows-registry"
version = "0.2.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
2022-10-22 17:58:40 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"windows-result",
"windows-strings",
"windows-targets 0.52.6",
2022-10-22 17:58:40 +05:30
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "windows-result"
version = "0.2.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
2023-03-22 00:24:53 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"windows-targets 0.52.6",
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "windows-strings"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
dependencies = [
2024-10-22 18:57:05 +05:30
"windows-result",
"windows-targets 0.52.6",
2023-03-22 00:24:53 +05:30
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-10-22 18:57:05 +05:30
"windows-targets 0.52.6",
]
2022-10-22 17:58:40 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "windows-sys"
version = "0.59.0"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2023-03-22 00:24:53 +05:30
dependencies = [
2024-10-22 18:57:05 +05:30
"windows-targets 0.52.6",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2023-03-22 00:24:53 +05:30
]
2022-10-22 17:58:40 +05:30
[[package]]
name = "windows-targets"
2024-10-22 18:57:05 +05:30
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
2024-10-22 18:57:05 +05:30
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2024-10-22 18:57:05 +05:30
version = "0.52.6"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2022-10-22 17:58:40 +05:30
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2024-10-22 18:57:05 +05:30
version = "0.52.6"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2022-10-22 17:58:40 +05:30
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2024-10-22 18:57:05 +05:30
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2022-10-22 17:58:40 +05:30
[[package]]
2024-10-22 18:57:05 +05:30
name = "windows_i686_gnullvm"
version = "0.52.6"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2022-10-22 17:58:40 +05:30
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2024-10-22 18:57:05 +05:30
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2022-10-22 17:58:40 +05:30
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2024-10-22 18:57:05 +05:30
version = "0.52.6"
2022-10-22 17:58:40 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2022-10-22 17:58:40 +05:30
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
2024-10-22 18:57:05 +05:30
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2022-10-22 17:58:40 +05:30
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
2024-10-22 18:57:05 +05:30
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "winnow"
2024-10-22 18:57:05 +05:30
version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
dependencies = [
"memchr",
]
[[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"
2022-10-22 17:58:40 +05:30
[[package]]
name = "yansi"
2024-10-22 18:57:05 +05:30
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
dependencies = [
2024-10-22 18:57:05 +05:30
"is-terminal",
]
[[package]]
name = "yoke"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "zerocopy"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
2024-10-22 18:57:05 +05:30
"byteorder",
"zerocopy-derive",
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "zerocopy-derive"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
]
[[package]]
name = "zerofrom"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
[[package]]
name = "zeroize"
2024-10-22 18:57:05 +05:30
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
dependencies = [
2024-10-22 18:57:05 +05:30
"zeroize_derive",
]
[[package]]
2024-10-22 18:57:05 +05:30
name = "zeroize_derive"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 18:57:05 +05:30
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
"quote",
2024-10-22 18:57:05 +05:30
"syn",
]
[[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",
]