Spaces:
Build error
Build error
| # This file is automatically @generated by Cargo. | |
| # It is not intended for manual editing. | |
| version = 4 | |
| [[package]] | |
| name = "aead" | |
| version = "0.5.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" | |
| dependencies = [ | |
| "crypto-common", | |
| "generic-array", | |
| ] | |
| [[package]] | |
| name = "aes" | |
| version = "0.8.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" | |
| dependencies = [ | |
| "cfg-if", | |
| "cipher", | |
| "cpufeatures", | |
| ] | |
| [[package]] | |
| name = "aes-gcm" | |
| version = "0.10.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" | |
| dependencies = [ | |
| "aead", | |
| "aes", | |
| "cipher", | |
| "ctr", | |
| "ghash", | |
| "subtle", | |
| ] | |
| [[package]] | |
| name = "ahash" | |
| version = "0.7.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" | |
| dependencies = [ | |
| "getrandom 0.2.16", | |
| "once_cell", | |
| "version_check", | |
| ] | |
| [[package]] | |
| name = "ahash" | |
| version = "0.8.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" | |
| dependencies = [ | |
| "cfg-if", | |
| "getrandom 0.3.4", | |
| "once_cell", | |
| "version_check", | |
| "zerocopy", | |
| ] | |
| [[package]] | |
| name = "aho-corasick" | |
| version = "1.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" | |
| dependencies = [ | |
| "memchr", | |
| ] | |
| [[package]] | |
| name = "allocator-api2" | |
| version = "0.2.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" | |
| [[package]] | |
| name = "android_system_properties" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" | |
| dependencies = [ | |
| "libc", | |
| ] | |
| [[package]] | |
| name = "anes" | |
| version = "0.1.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" | |
| [[package]] | |
| name = "anstyle" | |
| version = "1.0.13" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" | |
| [[package]] | |
| name = "anyhow" | |
| version = "1.0.100" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" | |
| [[package]] | |
| name = "arraydeque" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236" | |
| [[package]] | |
| name = "async-stream" | |
| version = "0.3.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" | |
| dependencies = [ | |
| "async-stream-impl", | |
| "futures-core", | |
| "pin-project-lite", | |
| ] | |
| [[package]] | |
| name = "async-stream-impl" | |
| version = "0.3.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "async-trait" | |
| version = "0.1.89" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "autocfg" | |
| version = "1.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" | |
| [[package]] | |
| name = "base64" | |
| version = "0.13.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" | |
| [[package]] | |
| name = "base64" | |
| version = "0.21.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" | |
| [[package]] | |
| name = "base64" | |
| version = "0.22.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" | |
| [[package]] | |
| name = "bit-set" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" | |
| dependencies = [ | |
| "bit-vec", | |
| ] | |
| [[package]] | |
| name = "bit-vec" | |
| version = "0.8.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" | |
| [[package]] | |
| name = "bitflags" | |
| version = "1.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |
| [[package]] | |
| name = "bitflags" | |
| version = "2.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" | |
| dependencies = [ | |
| "serde_core", | |
| ] | |
| [[package]] | |
| name = "bitvec" | |
| version = "1.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" | |
| dependencies = [ | |
| "funty", | |
| "radium", | |
| "tap", | |
| "wyz", | |
| ] | |
| [[package]] | |
| name = "block-buffer" | |
| version = "0.10.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" | |
| dependencies = [ | |
| "generic-array", | |
| ] | |
| [[package]] | |
| name = "bson" | |
| version = "2.15.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7969a9ba84b0ff843813e7249eed1678d9b6607ce5a3b8f0a47af3fcf7978e6e" | |
| dependencies = [ | |
| "ahash 0.8.12", | |
| "base64 0.22.1", | |
| "bitvec", | |
| "getrandom 0.2.16", | |
| "getrandom 0.3.4", | |
| "hex", | |
| "indexmap", | |
| "js-sys", | |
| "once_cell", | |
| "rand 0.9.2", | |
| "serde", | |
| "serde_bytes", | |
| "serde_json", | |
| "time", | |
| "uuid", | |
| ] | |
| [[package]] | |
| name = "bumpalo" | |
| version = "3.19.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" | |
| [[package]] | |
| name = "bytecheck" | |
| version = "0.6.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" | |
| dependencies = [ | |
| "bytecheck_derive", | |
| "ptr_meta", | |
| "simdutf8", | |
| ] | |
| [[package]] | |
| name = "bytecheck_derive" | |
| version = "0.6.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 1.0.109", | |
| ] | |
| [[package]] | |
| name = "bytes" | |
| version = "1.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" | |
| [[package]] | |
| name = "cast" | |
| version = "0.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" | |
| [[package]] | |
| name = "cc" | |
| version = "1.2.50" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c" | |
| dependencies = [ | |
| "find-msvc-tools", | |
| "shlex", | |
| ] | |
| [[package]] | |
| name = "cfg-if" | |
| version = "1.0.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" | |
| [[package]] | |
| name = "chrono" | |
| version = "0.4.42" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" | |
| dependencies = [ | |
| "iana-time-zone", | |
| "js-sys", | |
| "num-traits", | |
| "serde", | |
| "wasm-bindgen", | |
| "windows-link", | |
| ] | |
| [[package]] | |
| name = "ciborium" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" | |
| dependencies = [ | |
| "ciborium-io", | |
| "ciborium-ll", | |
| "serde", | |
| ] | |
| [[package]] | |
| name = "ciborium-io" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" | |
| [[package]] | |
| name = "ciborium-ll" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" | |
| dependencies = [ | |
| "ciborium-io", | |
| "half", | |
| ] | |
| [[package]] | |
| name = "cipher" | |
| version = "0.4.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" | |
| dependencies = [ | |
| "crypto-common", | |
| "inout", | |
| ] | |
| [[package]] | |
| name = "clap" | |
| version = "4.5.53" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" | |
| dependencies = [ | |
| "clap_builder", | |
| ] | |
| [[package]] | |
| name = "clap_builder" | |
| version = "4.5.53" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" | |
| dependencies = [ | |
| "anstyle", | |
| "clap_lex", | |
| ] | |
| [[package]] | |
| name = "clap_lex" | |
| version = "0.7.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" | |
| [[package]] | |
| name = "config" | |
| version = "0.14.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "68578f196d2a33ff61b27fae256c3164f65e36382648e30666dde05b8cc9dfdf" | |
| dependencies = [ | |
| "async-trait", | |
| "convert_case 0.6.0", | |
| "json5", | |
| "nom", | |
| "pathdiff", | |
| "ron", | |
| "rust-ini", | |
| "serde", | |
| "serde_json", | |
| "toml", | |
| "yaml-rust2", | |
| ] | |
| [[package]] | |
| name = "const-random" | |
| version = "0.1.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" | |
| dependencies = [ | |
| "const-random-macro", | |
| ] | |
| [[package]] | |
| name = "const-random-macro" | |
| version = "0.1.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" | |
| dependencies = [ | |
| "getrandom 0.2.16", | |
| "once_cell", | |
| "tiny-keccak", | |
| ] | |
| [[package]] | |
| name = "convert_case" | |
| version = "0.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" | |
| [[package]] | |
| name = "convert_case" | |
| version = "0.6.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" | |
| dependencies = [ | |
| "unicode-segmentation", | |
| ] | |
| [[package]] | |
| name = "core-foundation-sys" | |
| version = "0.8.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" | |
| [[package]] | |
| name = "cpufeatures" | |
| version = "0.2.17" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" | |
| dependencies = [ | |
| "libc", | |
| ] | |
| [[package]] | |
| name = "crc32fast" | |
| version = "1.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" | |
| dependencies = [ | |
| "cfg-if", | |
| ] | |
| [[package]] | |
| name = "criterion" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" | |
| dependencies = [ | |
| "anes", | |
| "cast", | |
| "ciborium", | |
| "clap", | |
| "criterion-plot", | |
| "is-terminal", | |
| "itertools", | |
| "num-traits", | |
| "once_cell", | |
| "oorandom", | |
| "plotters", | |
| "rayon", | |
| "regex", | |
| "serde", | |
| "serde_derive", | |
| "serde_json", | |
| "tinytemplate", | |
| "walkdir", | |
| ] | |
| [[package]] | |
| name = "criterion-plot" | |
| version = "0.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" | |
| dependencies = [ | |
| "cast", | |
| "itertools", | |
| ] | |
| [[package]] | |
| name = "crossbeam-deque" | |
| version = "0.8.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" | |
| dependencies = [ | |
| "crossbeam-epoch", | |
| "crossbeam-utils", | |
| ] | |
| [[package]] | |
| name = "crossbeam-epoch" | |
| version = "0.9.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" | |
| dependencies = [ | |
| "crossbeam-utils", | |
| ] | |
| [[package]] | |
| name = "crossbeam-skiplist" | |
| version = "0.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b" | |
| dependencies = [ | |
| "crossbeam-epoch", | |
| "crossbeam-utils", | |
| ] | |
| [[package]] | |
| name = "crossbeam-utils" | |
| version = "0.8.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" | |
| [[package]] | |
| name = "crunchy" | |
| version = "0.2.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" | |
| [[package]] | |
| name = "crypto-common" | |
| version = "0.1.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" | |
| dependencies = [ | |
| "generic-array", | |
| "rand_core 0.6.4", | |
| "typenum", | |
| ] | |
| [[package]] | |
| name = "ctr" | |
| version = "0.9.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" | |
| dependencies = [ | |
| "cipher", | |
| ] | |
| [[package]] | |
| name = "darling" | |
| version = "0.13.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" | |
| dependencies = [ | |
| "darling_core", | |
| "darling_macro", | |
| ] | |
| [[package]] | |
| name = "darling_core" | |
| version = "0.13.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" | |
| dependencies = [ | |
| "fnv", | |
| "ident_case", | |
| "proc-macro2", | |
| "quote", | |
| "strsim", | |
| "syn 1.0.109", | |
| ] | |
| [[package]] | |
| name = "darling_macro" | |
| version = "0.13.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" | |
| dependencies = [ | |
| "darling_core", | |
| "quote", | |
| "syn 1.0.109", | |
| ] | |
| [[package]] | |
| name = "dashmap" | |
| version = "5.5.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" | |
| dependencies = [ | |
| "cfg-if", | |
| "hashbrown 0.14.5", | |
| "lock_api", | |
| "once_cell", | |
| "parking_lot_core", | |
| ] | |
| [[package]] | |
| name = "data-encoding" | |
| version = "2.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" | |
| [[package]] | |
| name = "deranged" | |
| version = "0.5.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" | |
| dependencies = [ | |
| "powerfmt", | |
| ] | |
| [[package]] | |
| name = "derivative" | |
| version = "2.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 1.0.109", | |
| ] | |
| [[package]] | |
| name = "derive_more" | |
| version = "0.99.20" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" | |
| dependencies = [ | |
| "convert_case 0.4.0", | |
| "proc-macro2", | |
| "quote", | |
| "rustc_version 0.4.1", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "digest" | |
| version = "0.10.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" | |
| dependencies = [ | |
| "block-buffer", | |
| "crypto-common", | |
| "subtle", | |
| ] | |
| [[package]] | |
| name = "displaydoc" | |
| version = "0.2.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "dlv-list" | |
| version = "0.5.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f" | |
| dependencies = [ | |
| "const-random", | |
| ] | |
| [[package]] | |
| name = "dotenvy" | |
| version = "0.15.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" | |
| [[package]] | |
| name = "either" | |
| version = "1.15.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" | |
| [[package]] | |
| name = "encoding_rs" | |
| version = "0.8.35" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" | |
| dependencies = [ | |
| "cfg-if", | |
| ] | |
| [[package]] | |
| name = "enum-as-inner" | |
| version = "0.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73" | |
| dependencies = [ | |
| "heck", | |
| "proc-macro2", | |
| "quote", | |
| "syn 1.0.109", | |
| ] | |
| [[package]] | |
| name = "equivalent" | |
| version = "1.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" | |
| [[package]] | |
| name = "errno" | |
| version = "0.3.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" | |
| dependencies = [ | |
| "libc", | |
| "windows-sys 0.61.2", | |
| ] | |
| [[package]] | |
| name = "fastrand" | |
| version = "2.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" | |
| [[package]] | |
| name = "find-msvc-tools" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" | |
| [[package]] | |
| name = "fnv" | |
| version = "1.0.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" | |
| [[package]] | |
| name = "foldhash" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" | |
| [[package]] | |
| name = "form_urlencoded" | |
| version = "1.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" | |
| dependencies = [ | |
| "percent-encoding", | |
| ] | |
| [[package]] | |
| name = "funty" | |
| version = "2.0.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" | |
| [[package]] | |
| name = "futures" | |
| version = "0.3.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" | |
| dependencies = [ | |
| "futures-channel", | |
| "futures-core", | |
| "futures-executor", | |
| "futures-io", | |
| "futures-sink", | |
| "futures-task", | |
| "futures-util", | |
| ] | |
| [[package]] | |
| name = "futures-channel" | |
| version = "0.3.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" | |
| dependencies = [ | |
| "futures-core", | |
| "futures-sink", | |
| ] | |
| [[package]] | |
| name = "futures-core" | |
| version = "0.3.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" | |
| [[package]] | |
| name = "futures-executor" | |
| version = "0.3.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" | |
| dependencies = [ | |
| "futures-core", | |
| "futures-task", | |
| "futures-util", | |
| ] | |
| [[package]] | |
| name = "futures-io" | |
| version = "0.3.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" | |
| [[package]] | |
| name = "futures-macro" | |
| version = "0.3.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "futures-sink" | |
| version = "0.3.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" | |
| [[package]] | |
| name = "futures-task" | |
| version = "0.3.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" | |
| [[package]] | |
| name = "futures-util" | |
| version = "0.3.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" | |
| dependencies = [ | |
| "futures-channel", | |
| "futures-core", | |
| "futures-io", | |
| "futures-macro", | |
| "futures-sink", | |
| "futures-task", | |
| "memchr", | |
| "pin-project-lite", | |
| "pin-utils", | |
| "slab", | |
| ] | |
| [[package]] | |
| name = "generic-array" | |
| version = "0.14.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" | |
| dependencies = [ | |
| "typenum", | |
| "version_check", | |
| ] | |
| [[package]] | |
| name = "getrandom" | |
| version = "0.2.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" | |
| dependencies = [ | |
| "cfg-if", | |
| "js-sys", | |
| "libc", | |
| "wasi", | |
| "wasm-bindgen", | |
| ] | |
| [[package]] | |
| name = "getrandom" | |
| version = "0.3.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" | |
| dependencies = [ | |
| "cfg-if", | |
| "js-sys", | |
| "libc", | |
| "r-efi", | |
| "wasip2", | |
| "wasm-bindgen", | |
| ] | |
| [[package]] | |
| name = "ghash" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" | |
| dependencies = [ | |
| "opaque-debug", | |
| "polyval", | |
| ] | |
| [[package]] | |
| name = "half" | |
| version = "2.7.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" | |
| dependencies = [ | |
| "cfg-if", | |
| "crunchy", | |
| "zerocopy", | |
| ] | |
| [[package]] | |
| name = "hashbrown" | |
| version = "0.12.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" | |
| dependencies = [ | |
| "ahash 0.7.8", | |
| ] | |
| [[package]] | |
| name = "hashbrown" | |
| version = "0.14.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" | |
| dependencies = [ | |
| "ahash 0.8.12", | |
| "allocator-api2", | |
| ] | |
| [[package]] | |
| name = "hashbrown" | |
| version = "0.15.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" | |
| dependencies = [ | |
| "allocator-api2", | |
| "equivalent", | |
| "foldhash", | |
| ] | |
| [[package]] | |
| name = "hashbrown" | |
| version = "0.16.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" | |
| [[package]] | |
| name = "hashlink" | |
| version = "0.8.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" | |
| dependencies = [ | |
| "hashbrown 0.14.5", | |
| ] | |
| [[package]] | |
| name = "heck" | |
| version = "0.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" | |
| [[package]] | |
| name = "hermit-abi" | |
| version = "0.5.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" | |
| [[package]] | |
| name = "hex" | |
| version = "0.4.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" | |
| [[package]] | |
| name = "hmac" | |
| version = "0.12.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" | |
| dependencies = [ | |
| "digest", | |
| ] | |
| [[package]] | |
| name = "iana-time-zone" | |
| version = "0.1.64" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" | |
| dependencies = [ | |
| "android_system_properties", | |
| "core-foundation-sys", | |
| "iana-time-zone-haiku", | |
| "js-sys", | |
| "log", | |
| "wasm-bindgen", | |
| "windows-core", | |
| ] | |
| [[package]] | |
| name = "iana-time-zone-haiku" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" | |
| dependencies = [ | |
| "cc", | |
| ] | |
| [[package]] | |
| name = "icu_collections" | |
| version = "2.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" | |
| dependencies = [ | |
| "displaydoc", | |
| "potential_utf", | |
| "yoke", | |
| "zerofrom", | |
| "zerovec", | |
| ] | |
| [[package]] | |
| name = "icu_locale_core" | |
| version = "2.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" | |
| dependencies = [ | |
| "displaydoc", | |
| "litemap", | |
| "tinystr", | |
| "writeable", | |
| "zerovec", | |
| ] | |
| [[package]] | |
| name = "icu_normalizer" | |
| version = "2.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" | |
| dependencies = [ | |
| "icu_collections", | |
| "icu_normalizer_data", | |
| "icu_properties", | |
| "icu_provider", | |
| "smallvec", | |
| "zerovec", | |
| ] | |
| [[package]] | |
| name = "icu_normalizer_data" | |
| version = "2.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" | |
| [[package]] | |
| name = "icu_properties" | |
| version = "2.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" | |
| dependencies = [ | |
| "icu_collections", | |
| "icu_locale_core", | |
| "icu_properties_data", | |
| "icu_provider", | |
| "zerotrie", | |
| "zerovec", | |
| ] | |
| [[package]] | |
| name = "icu_properties_data" | |
| version = "2.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" | |
| [[package]] | |
| name = "icu_provider" | |
| version = "2.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" | |
| dependencies = [ | |
| "displaydoc", | |
| "icu_locale_core", | |
| "writeable", | |
| "yoke", | |
| "zerofrom", | |
| "zerotrie", | |
| "zerovec", | |
| ] | |
| [[package]] | |
| name = "ident_case" | |
| version = "1.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" | |
| [[package]] | |
| name = "idna" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" | |
| dependencies = [ | |
| "matches", | |
| "unicode-bidi", | |
| "unicode-normalization", | |
| ] | |
| [[package]] | |
| name = "idna" | |
| version = "1.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" | |
| dependencies = [ | |
| "idna_adapter", | |
| "smallvec", | |
| "utf8_iter", | |
| ] | |
| [[package]] | |
| name = "idna_adapter" | |
| version = "1.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" | |
| dependencies = [ | |
| "icu_normalizer", | |
| "icu_properties", | |
| ] | |
| [[package]] | |
| name = "indexmap" | |
| version = "2.12.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" | |
| dependencies = [ | |
| "equivalent", | |
| "hashbrown 0.16.1", | |
| ] | |
| [[package]] | |
| name = "inout" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" | |
| dependencies = [ | |
| "generic-array", | |
| ] | |
| [[package]] | |
| name = "ipconfig" | |
| version = "0.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" | |
| dependencies = [ | |
| "socket2 0.5.10", | |
| "widestring", | |
| "windows-sys 0.48.0", | |
| "winreg", | |
| ] | |
| [[package]] | |
| name = "ipnet" | |
| version = "2.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" | |
| [[package]] | |
| name = "is-terminal" | |
| version = "0.4.17" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" | |
| dependencies = [ | |
| "hermit-abi", | |
| "libc", | |
| "windows-sys 0.61.2", | |
| ] | |
| [[package]] | |
| name = "itertools" | |
| version = "0.10.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" | |
| dependencies = [ | |
| "either", | |
| ] | |
| [[package]] | |
| name = "itoa" | |
| version = "1.0.15" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" | |
| [[package]] | |
| name = "js-sys" | |
| version = "0.3.83" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" | |
| dependencies = [ | |
| "once_cell", | |
| "wasm-bindgen", | |
| ] | |
| [[package]] | |
| name = "json5" | |
| version = "0.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" | |
| dependencies = [ | |
| "pest", | |
| "pest_derive", | |
| "serde", | |
| ] | |
| [[package]] | |
| name = "lazy_static" | |
| version = "1.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" | |
| [[package]] | |
| name = "libc" | |
| version = "0.2.178" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" | |
| [[package]] | |
| name = "linked-hash-map" | |
| version = "0.5.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" | |
| [[package]] | |
| name = "linux-raw-sys" | |
| version = "0.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" | |
| [[package]] | |
| name = "litemap" | |
| version = "0.8.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" | |
| [[package]] | |
| name = "lock_api" | |
| version = "0.4.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" | |
| dependencies = [ | |
| "scopeguard", | |
| ] | |
| [[package]] | |
| name = "log" | |
| version = "0.4.29" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" | |
| [[package]] | |
| name = "lru" | |
| version = "0.12.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" | |
| dependencies = [ | |
| "hashbrown 0.15.5", | |
| ] | |
| [[package]] | |
| name = "lru-cache" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" | |
| dependencies = [ | |
| "linked-hash-map", | |
| ] | |
| [[package]] | |
| name = "lz4_flex" | |
| version = "0.11.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a" | |
| dependencies = [ | |
| "twox-hash", | |
| ] | |
| [[package]] | |
| name = "matchers" | |
| version = "0.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" | |
| dependencies = [ | |
| "regex-automata", | |
| ] | |
| [[package]] | |
| name = "matches" | |
| version = "0.1.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" | |
| [[package]] | |
| name = "md-5" | |
| version = "0.10.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" | |
| dependencies = [ | |
| "cfg-if", | |
| "digest", | |
| ] | |
| [[package]] | |
| name = "memchr" | |
| version = "2.7.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" | |
| [[package]] | |
| name = "memory-service" | |
| version = "0.1.0" | |
| dependencies = [ | |
| "aes-gcm", | |
| "anyhow", | |
| "bytes", | |
| "chrono", | |
| "config", | |
| "crc32fast", | |
| "criterion", | |
| "crossbeam-skiplist", | |
| "dashmap", | |
| "dotenvy", | |
| "futures", | |
| "hex", | |
| "lru", | |
| "lz4_flex", | |
| "mongodb", | |
| "parking_lot", | |
| "prometheus", | |
| "proptest", | |
| "rand 0.8.5", | |
| "rkyv", | |
| "serde", | |
| "serde_json", | |
| "sha2", | |
| "thiserror", | |
| "tokio", | |
| "tokio-test", | |
| "tokio-util", | |
| "tracing", | |
| "tracing-subscriber", | |
| "uuid", | |
| ] | |
| [[package]] | |
| name = "minimal-lexical" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | |
| [[package]] | |
| name = "mio" | |
| version = "1.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" | |
| dependencies = [ | |
| "libc", | |
| "wasi", | |
| "windows-sys 0.61.2", | |
| ] | |
| [[package]] | |
| name = "mongodb" | |
| version = "2.8.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ef206acb1b72389b49bc9985efe7eb1f8a9bb18e5680d262fac26c07f44025f1" | |
| dependencies = [ | |
| "async-trait", | |
| "base64 0.13.1", | |
| "bitflags 1.3.2", | |
| "bson", | |
| "chrono", | |
| "derivative", | |
| "derive_more", | |
| "futures-core", | |
| "futures-executor", | |
| "futures-io", | |
| "futures-util", | |
| "hex", | |
| "hmac", | |
| "lazy_static", | |
| "md-5", | |
| "pbkdf2", | |
| "percent-encoding", | |
| "rand 0.8.5", | |
| "rustc_version_runtime", | |
| "rustls", | |
| "rustls-pemfile", | |
| "serde", | |
| "serde_bytes", | |
| "serde_with", | |
| "sha-1", | |
| "sha2", | |
| "socket2 0.4.10", | |
| "stringprep", | |
| "strsim", | |
| "take_mut", | |
| "thiserror", | |
| "tokio", | |
| "tokio-rustls", | |
| "tokio-util", | |
| "trust-dns-proto", | |
| "trust-dns-resolver", | |
| "typed-builder", | |
| "uuid", | |
| "webpki-roots", | |
| ] | |
| [[package]] | |
| name = "nom" | |
| version = "7.1.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" | |
| dependencies = [ | |
| "memchr", | |
| "minimal-lexical", | |
| ] | |
| [[package]] | |
| name = "nu-ansi-term" | |
| version = "0.50.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" | |
| dependencies = [ | |
| "windows-sys 0.61.2", | |
| ] | |
| [[package]] | |
| name = "num-conv" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" | |
| [[package]] | |
| name = "num-traits" | |
| version = "0.2.19" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" | |
| dependencies = [ | |
| "autocfg", | |
| ] | |
| [[package]] | |
| name = "once_cell" | |
| version = "1.21.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" | |
| [[package]] | |
| name = "oorandom" | |
| version = "11.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" | |
| [[package]] | |
| name = "opaque-debug" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" | |
| [[package]] | |
| name = "ordered-multimap" | |
| version = "0.7.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79" | |
| dependencies = [ | |
| "dlv-list", | |
| "hashbrown 0.14.5", | |
| ] | |
| [[package]] | |
| name = "parking_lot" | |
| version = "0.12.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" | |
| dependencies = [ | |
| "lock_api", | |
| "parking_lot_core", | |
| ] | |
| [[package]] | |
| name = "parking_lot_core" | |
| version = "0.9.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" | |
| dependencies = [ | |
| "cfg-if", | |
| "libc", | |
| "redox_syscall", | |
| "smallvec", | |
| "windows-link", | |
| ] | |
| [[package]] | |
| name = "pathdiff" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" | |
| [[package]] | |
| name = "pbkdf2" | |
| version = "0.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" | |
| dependencies = [ | |
| "digest", | |
| ] | |
| [[package]] | |
| name = "percent-encoding" | |
| version = "2.3.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" | |
| [[package]] | |
| name = "pest" | |
| version = "2.8.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22" | |
| dependencies = [ | |
| "memchr", | |
| "ucd-trie", | |
| ] | |
| [[package]] | |
| name = "pest_derive" | |
| version = "2.8.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f" | |
| dependencies = [ | |
| "pest", | |
| "pest_generator", | |
| ] | |
| [[package]] | |
| name = "pest_generator" | |
| version = "2.8.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625" | |
| dependencies = [ | |
| "pest", | |
| "pest_meta", | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "pest_meta" | |
| version = "2.8.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82" | |
| dependencies = [ | |
| "pest", | |
| "sha2", | |
| ] | |
| [[package]] | |
| name = "pin-project-lite" | |
| version = "0.2.16" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" | |
| [[package]] | |
| name = "pin-utils" | |
| version = "0.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | |
| [[package]] | |
| name = "plotters" | |
| version = "0.3.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" | |
| dependencies = [ | |
| "num-traits", | |
| "plotters-backend", | |
| "plotters-svg", | |
| "wasm-bindgen", | |
| "web-sys", | |
| ] | |
| [[package]] | |
| name = "plotters-backend" | |
| version = "0.3.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" | |
| [[package]] | |
| name = "plotters-svg" | |
| version = "0.3.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" | |
| dependencies = [ | |
| "plotters-backend", | |
| ] | |
| [[package]] | |
| name = "polyval" | |
| version = "0.6.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" | |
| dependencies = [ | |
| "cfg-if", | |
| "cpufeatures", | |
| "opaque-debug", | |
| "universal-hash", | |
| ] | |
| [[package]] | |
| name = "potential_utf" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" | |
| dependencies = [ | |
| "zerovec", | |
| ] | |
| [[package]] | |
| name = "powerfmt" | |
| version = "0.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" | |
| [[package]] | |
| name = "ppv-lite86" | |
| version = "0.2.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" | |
| dependencies = [ | |
| "zerocopy", | |
| ] | |
| [[package]] | |
| name = "proc-macro2" | |
| version = "1.0.103" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" | |
| dependencies = [ | |
| "unicode-ident", | |
| ] | |
| [[package]] | |
| name = "prometheus" | |
| version = "0.13.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" | |
| dependencies = [ | |
| "cfg-if", | |
| "fnv", | |
| "lazy_static", | |
| "memchr", | |
| "parking_lot", | |
| "protobuf", | |
| "thiserror", | |
| ] | |
| [[package]] | |
| name = "proptest" | |
| version = "1.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40" | |
| dependencies = [ | |
| "bit-set", | |
| "bit-vec", | |
| "bitflags 2.10.0", | |
| "num-traits", | |
| "rand 0.9.2", | |
| "rand_chacha 0.9.0", | |
| "rand_xorshift", | |
| "regex-syntax", | |
| "rusty-fork", | |
| "tempfile", | |
| "unarray", | |
| ] | |
| [[package]] | |
| name = "protobuf" | |
| version = "2.28.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" | |
| [[package]] | |
| name = "ptr_meta" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" | |
| dependencies = [ | |
| "ptr_meta_derive", | |
| ] | |
| [[package]] | |
| name = "ptr_meta_derive" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 1.0.109", | |
| ] | |
| [[package]] | |
| name = "quick-error" | |
| version = "1.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" | |
| [[package]] | |
| name = "quote" | |
| version = "1.0.42" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" | |
| dependencies = [ | |
| "proc-macro2", | |
| ] | |
| [[package]] | |
| name = "r-efi" | |
| version = "5.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" | |
| [[package]] | |
| name = "radium" | |
| version = "0.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" | |
| [[package]] | |
| name = "rand" | |
| version = "0.8.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | |
| dependencies = [ | |
| "libc", | |
| "rand_chacha 0.3.1", | |
| "rand_core 0.6.4", | |
| ] | |
| [[package]] | |
| name = "rand" | |
| version = "0.9.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" | |
| dependencies = [ | |
| "rand_chacha 0.9.0", | |
| "rand_core 0.9.3", | |
| ] | |
| [[package]] | |
| name = "rand_chacha" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | |
| dependencies = [ | |
| "ppv-lite86", | |
| "rand_core 0.6.4", | |
| ] | |
| [[package]] | |
| name = "rand_chacha" | |
| version = "0.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" | |
| dependencies = [ | |
| "ppv-lite86", | |
| "rand_core 0.9.3", | |
| ] | |
| [[package]] | |
| name = "rand_core" | |
| version = "0.6.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" | |
| dependencies = [ | |
| "getrandom 0.2.16", | |
| ] | |
| [[package]] | |
| name = "rand_core" | |
| version = "0.9.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" | |
| dependencies = [ | |
| "getrandom 0.3.4", | |
| ] | |
| [[package]] | |
| name = "rand_xorshift" | |
| version = "0.4.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" | |
| dependencies = [ | |
| "rand_core 0.9.3", | |
| ] | |
| [[package]] | |
| name = "rayon" | |
| version = "1.11.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" | |
| dependencies = [ | |
| "either", | |
| "rayon-core", | |
| ] | |
| [[package]] | |
| name = "rayon-core" | |
| version = "1.13.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" | |
| dependencies = [ | |
| "crossbeam-deque", | |
| "crossbeam-utils", | |
| ] | |
| [[package]] | |
| name = "redox_syscall" | |
| version = "0.5.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" | |
| dependencies = [ | |
| "bitflags 2.10.0", | |
| ] | |
| [[package]] | |
| name = "regex" | |
| version = "1.12.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" | |
| dependencies = [ | |
| "aho-corasick", | |
| "memchr", | |
| "regex-automata", | |
| "regex-syntax", | |
| ] | |
| [[package]] | |
| name = "regex-automata" | |
| version = "0.4.13" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" | |
| dependencies = [ | |
| "aho-corasick", | |
| "memchr", | |
| "regex-syntax", | |
| ] | |
| [[package]] | |
| name = "regex-syntax" | |
| version = "0.8.8" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" | |
| [[package]] | |
| name = "rend" | |
| version = "0.4.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" | |
| dependencies = [ | |
| "bytecheck", | |
| ] | |
| [[package]] | |
| name = "resolv-conf" | |
| version = "0.7.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" | |
| [[package]] | |
| name = "ring" | |
| version = "0.17.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" | |
| dependencies = [ | |
| "cc", | |
| "cfg-if", | |
| "getrandom 0.2.16", | |
| "libc", | |
| "untrusted", | |
| "windows-sys 0.52.0", | |
| ] | |
| [[package]] | |
| name = "rkyv" | |
| version = "0.7.45" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b" | |
| dependencies = [ | |
| "bitvec", | |
| "bytecheck", | |
| "bytes", | |
| "hashbrown 0.12.3", | |
| "ptr_meta", | |
| "rend", | |
| "rkyv_derive", | |
| "seahash", | |
| "tinyvec", | |
| "uuid", | |
| ] | |
| [[package]] | |
| name = "rkyv_derive" | |
| version = "0.7.45" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 1.0.109", | |
| ] | |
| [[package]] | |
| name = "ron" | |
| version = "0.8.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" | |
| dependencies = [ | |
| "base64 0.21.7", | |
| "bitflags 2.10.0", | |
| "serde", | |
| "serde_derive", | |
| ] | |
| [[package]] | |
| name = "rust-ini" | |
| version = "0.20.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a" | |
| dependencies = [ | |
| "cfg-if", | |
| "ordered-multimap", | |
| ] | |
| [[package]] | |
| name = "rustc_version" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | |
| dependencies = [ | |
| "semver 0.9.0", | |
| ] | |
| [[package]] | |
| name = "rustc_version" | |
| version = "0.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" | |
| dependencies = [ | |
| "semver 1.0.27", | |
| ] | |
| [[package]] | |
| name = "rustc_version_runtime" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d31b7153270ebf48bf91c65ae5b0c00e749c4cfad505f66530ac74950249582f" | |
| dependencies = [ | |
| "rustc_version 0.2.3", | |
| "semver 0.9.0", | |
| ] | |
| [[package]] | |
| name = "rustix" | |
| version = "1.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" | |
| dependencies = [ | |
| "bitflags 2.10.0", | |
| "errno", | |
| "libc", | |
| "linux-raw-sys", | |
| "windows-sys 0.61.2", | |
| ] | |
| [[package]] | |
| name = "rustls" | |
| version = "0.21.12" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" | |
| dependencies = [ | |
| "log", | |
| "ring", | |
| "rustls-webpki", | |
| "sct", | |
| ] | |
| [[package]] | |
| name = "rustls-pemfile" | |
| version = "1.0.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" | |
| dependencies = [ | |
| "base64 0.21.7", | |
| ] | |
| [[package]] | |
| name = "rustls-webpki" | |
| version = "0.101.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" | |
| dependencies = [ | |
| "ring", | |
| "untrusted", | |
| ] | |
| [[package]] | |
| name = "rustversion" | |
| version = "1.0.22" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" | |
| [[package]] | |
| name = "rusty-fork" | |
| version = "0.3.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2" | |
| dependencies = [ | |
| "fnv", | |
| "quick-error", | |
| "tempfile", | |
| "wait-timeout", | |
| ] | |
| [[package]] | |
| name = "ryu" | |
| version = "1.0.21" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "62049b2877bf12821e8f9ad256ee38fdc31db7387ec2d3b3f403024de2034aea" | |
| [[package]] | |
| name = "same-file" | |
| version = "1.0.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" | |
| dependencies = [ | |
| "winapi-util", | |
| ] | |
| [[package]] | |
| name = "scopeguard" | |
| version = "1.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" | |
| [[package]] | |
| name = "sct" | |
| version = "0.7.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" | |
| dependencies = [ | |
| "ring", | |
| "untrusted", | |
| ] | |
| [[package]] | |
| name = "seahash" | |
| version = "4.1.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" | |
| [[package]] | |
| name = "semver" | |
| version = "0.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | |
| dependencies = [ | |
| "semver-parser", | |
| ] | |
| [[package]] | |
| name = "semver" | |
| version = "1.0.27" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" | |
| [[package]] | |
| name = "semver-parser" | |
| version = "0.7.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |
| [[package]] | |
| name = "serde" | |
| version = "1.0.228" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" | |
| dependencies = [ | |
| "serde_core", | |
| "serde_derive", | |
| ] | |
| [[package]] | |
| name = "serde_bytes" | |
| version = "0.11.19" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" | |
| dependencies = [ | |
| "serde", | |
| "serde_core", | |
| ] | |
| [[package]] | |
| name = "serde_core" | |
| version = "1.0.228" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" | |
| dependencies = [ | |
| "serde_derive", | |
| ] | |
| [[package]] | |
| name = "serde_derive" | |
| version = "1.0.228" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "serde_json" | |
| version = "1.0.145" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" | |
| dependencies = [ | |
| "indexmap", | |
| "itoa", | |
| "memchr", | |
| "ryu", | |
| "serde", | |
| "serde_core", | |
| ] | |
| [[package]] | |
| name = "serde_spanned" | |
| version = "0.6.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" | |
| dependencies = [ | |
| "serde", | |
| ] | |
| [[package]] | |
| name = "serde_with" | |
| version = "1.14.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff" | |
| dependencies = [ | |
| "serde", | |
| "serde_with_macros", | |
| ] | |
| [[package]] | |
| name = "serde_with_macros" | |
| version = "1.5.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082" | |
| dependencies = [ | |
| "darling", | |
| "proc-macro2", | |
| "quote", | |
| "syn 1.0.109", | |
| ] | |
| [[package]] | |
| name = "sha-1" | |
| version = "0.10.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" | |
| dependencies = [ | |
| "cfg-if", | |
| "cpufeatures", | |
| "digest", | |
| ] | |
| [[package]] | |
| name = "sha2" | |
| version = "0.10.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" | |
| dependencies = [ | |
| "cfg-if", | |
| "cpufeatures", | |
| "digest", | |
| ] | |
| [[package]] | |
| name = "sharded-slab" | |
| version = "0.1.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" | |
| dependencies = [ | |
| "lazy_static", | |
| ] | |
| [[package]] | |
| name = "shlex" | |
| version = "1.3.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |
| [[package]] | |
| name = "signal-hook-registry" | |
| version = "1.4.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" | |
| dependencies = [ | |
| "libc", | |
| ] | |
| [[package]] | |
| name = "simdutf8" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" | |
| [[package]] | |
| name = "slab" | |
| version = "0.4.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" | |
| [[package]] | |
| name = "smallvec" | |
| version = "1.15.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" | |
| [[package]] | |
| name = "socket2" | |
| version = "0.4.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" | |
| dependencies = [ | |
| "libc", | |
| "winapi", | |
| ] | |
| [[package]] | |
| name = "socket2" | |
| version = "0.5.10" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" | |
| dependencies = [ | |
| "libc", | |
| "windows-sys 0.52.0", | |
| ] | |
| [[package]] | |
| name = "socket2" | |
| version = "0.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" | |
| dependencies = [ | |
| "libc", | |
| "windows-sys 0.60.2", | |
| ] | |
| [[package]] | |
| name = "stable_deref_trait" | |
| version = "1.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" | |
| [[package]] | |
| name = "stringprep" | |
| version = "0.1.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" | |
| dependencies = [ | |
| "unicode-bidi", | |
| "unicode-normalization", | |
| "unicode-properties", | |
| ] | |
| [[package]] | |
| name = "strsim" | |
| version = "0.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" | |
| [[package]] | |
| name = "subtle" | |
| version = "2.6.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" | |
| [[package]] | |
| name = "syn" | |
| version = "1.0.109" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "unicode-ident", | |
| ] | |
| [[package]] | |
| name = "syn" | |
| version = "2.0.111" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "unicode-ident", | |
| ] | |
| [[package]] | |
| name = "synstructure" | |
| version = "0.13.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "take_mut" | |
| version = "0.2.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" | |
| [[package]] | |
| name = "tap" | |
| version = "1.0.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" | |
| [[package]] | |
| name = "tempfile" | |
| version = "3.23.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" | |
| dependencies = [ | |
| "fastrand", | |
| "getrandom 0.3.4", | |
| "once_cell", | |
| "rustix", | |
| "windows-sys 0.61.2", | |
| ] | |
| [[package]] | |
| name = "thiserror" | |
| version = "1.0.69" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" | |
| dependencies = [ | |
| "thiserror-impl", | |
| ] | |
| [[package]] | |
| name = "thiserror-impl" | |
| version = "1.0.69" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "thread_local" | |
| version = "1.1.9" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" | |
| dependencies = [ | |
| "cfg-if", | |
| ] | |
| [[package]] | |
| name = "time" | |
| version = "0.3.44" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" | |
| dependencies = [ | |
| "deranged", | |
| "itoa", | |
| "num-conv", | |
| "powerfmt", | |
| "serde", | |
| "time-core", | |
| "time-macros", | |
| ] | |
| [[package]] | |
| name = "time-core" | |
| version = "0.1.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" | |
| [[package]] | |
| name = "time-macros" | |
| version = "0.2.24" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" | |
| dependencies = [ | |
| "num-conv", | |
| "time-core", | |
| ] | |
| [[package]] | |
| name = "tiny-keccak" | |
| version = "2.0.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" | |
| dependencies = [ | |
| "crunchy", | |
| ] | |
| [[package]] | |
| name = "tinystr" | |
| version = "0.8.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" | |
| dependencies = [ | |
| "displaydoc", | |
| "zerovec", | |
| ] | |
| [[package]] | |
| name = "tinytemplate" | |
| version = "1.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" | |
| dependencies = [ | |
| "serde", | |
| "serde_json", | |
| ] | |
| [[package]] | |
| name = "tinyvec" | |
| version = "1.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" | |
| dependencies = [ | |
| "tinyvec_macros", | |
| ] | |
| [[package]] | |
| name = "tinyvec_macros" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" | |
| [[package]] | |
| name = "tokio" | |
| version = "1.48.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" | |
| dependencies = [ | |
| "bytes", | |
| "libc", | |
| "mio", | |
| "parking_lot", | |
| "pin-project-lite", | |
| "signal-hook-registry", | |
| "socket2 0.6.1", | |
| "tokio-macros", | |
| "windows-sys 0.61.2", | |
| ] | |
| [[package]] | |
| name = "tokio-macros" | |
| version = "2.6.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "tokio-rustls" | |
| version = "0.24.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" | |
| dependencies = [ | |
| "rustls", | |
| "tokio", | |
| ] | |
| [[package]] | |
| name = "tokio-stream" | |
| version = "0.1.17" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" | |
| dependencies = [ | |
| "futures-core", | |
| "pin-project-lite", | |
| "tokio", | |
| ] | |
| [[package]] | |
| name = "tokio-test" | |
| version = "0.4.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" | |
| dependencies = [ | |
| "async-stream", | |
| "bytes", | |
| "futures-core", | |
| "tokio", | |
| "tokio-stream", | |
| ] | |
| [[package]] | |
| name = "tokio-util" | |
| version = "0.7.17" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" | |
| dependencies = [ | |
| "bytes", | |
| "futures-core", | |
| "futures-io", | |
| "futures-sink", | |
| "pin-project-lite", | |
| "tokio", | |
| ] | |
| [[package]] | |
| name = "toml" | |
| version = "0.8.23" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" | |
| dependencies = [ | |
| "serde", | |
| "serde_spanned", | |
| "toml_datetime", | |
| "toml_edit", | |
| ] | |
| [[package]] | |
| name = "toml_datetime" | |
| version = "0.6.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" | |
| dependencies = [ | |
| "serde", | |
| ] | |
| [[package]] | |
| name = "toml_edit" | |
| version = "0.22.27" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" | |
| dependencies = [ | |
| "indexmap", | |
| "serde", | |
| "serde_spanned", | |
| "toml_datetime", | |
| "toml_write", | |
| "winnow", | |
| ] | |
| [[package]] | |
| name = "toml_write" | |
| version = "0.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" | |
| [[package]] | |
| name = "tracing" | |
| version = "0.1.44" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" | |
| dependencies = [ | |
| "pin-project-lite", | |
| "tracing-attributes", | |
| "tracing-core", | |
| ] | |
| [[package]] | |
| name = "tracing-attributes" | |
| version = "0.1.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "tracing-core" | |
| version = "0.1.36" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" | |
| dependencies = [ | |
| "once_cell", | |
| "valuable", | |
| ] | |
| [[package]] | |
| name = "tracing-log" | |
| version = "0.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" | |
| dependencies = [ | |
| "log", | |
| "once_cell", | |
| "tracing-core", | |
| ] | |
| [[package]] | |
| name = "tracing-serde" | |
| version = "0.2.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" | |
| dependencies = [ | |
| "serde", | |
| "tracing-core", | |
| ] | |
| [[package]] | |
| name = "tracing-subscriber" | |
| version = "0.3.22" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" | |
| dependencies = [ | |
| "matchers", | |
| "nu-ansi-term", | |
| "once_cell", | |
| "regex-automata", | |
| "serde", | |
| "serde_json", | |
| "sharded-slab", | |
| "smallvec", | |
| "thread_local", | |
| "tracing", | |
| "tracing-core", | |
| "tracing-log", | |
| "tracing-serde", | |
| ] | |
| [[package]] | |
| name = "trust-dns-proto" | |
| version = "0.21.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d" | |
| dependencies = [ | |
| "async-trait", | |
| "cfg-if", | |
| "data-encoding", | |
| "enum-as-inner", | |
| "futures-channel", | |
| "futures-io", | |
| "futures-util", | |
| "idna 0.2.3", | |
| "ipnet", | |
| "lazy_static", | |
| "log", | |
| "rand 0.8.5", | |
| "smallvec", | |
| "thiserror", | |
| "tinyvec", | |
| "tokio", | |
| "url", | |
| ] | |
| [[package]] | |
| name = "trust-dns-resolver" | |
| version = "0.21.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558" | |
| dependencies = [ | |
| "cfg-if", | |
| "futures-util", | |
| "ipconfig", | |
| "lazy_static", | |
| "log", | |
| "lru-cache", | |
| "parking_lot", | |
| "resolv-conf", | |
| "smallvec", | |
| "thiserror", | |
| "tokio", | |
| "trust-dns-proto", | |
| ] | |
| [[package]] | |
| name = "twox-hash" | |
| version = "2.1.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" | |
| [[package]] | |
| name = "typed-builder" | |
| version = "0.10.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 1.0.109", | |
| ] | |
| [[package]] | |
| name = "typenum" | |
| version = "1.19.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" | |
| [[package]] | |
| name = "ucd-trie" | |
| version = "0.1.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" | |
| [[package]] | |
| name = "unarray" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" | |
| [[package]] | |
| name = "unicode-bidi" | |
| version = "0.3.18" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" | |
| [[package]] | |
| name = "unicode-ident" | |
| version = "1.0.22" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" | |
| [[package]] | |
| name = "unicode-normalization" | |
| version = "0.1.25" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" | |
| dependencies = [ | |
| "tinyvec", | |
| ] | |
| [[package]] | |
| name = "unicode-properties" | |
| version = "0.1.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" | |
| [[package]] | |
| name = "unicode-segmentation" | |
| version = "1.12.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" | |
| [[package]] | |
| name = "universal-hash" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" | |
| dependencies = [ | |
| "crypto-common", | |
| "subtle", | |
| ] | |
| [[package]] | |
| name = "untrusted" | |
| version = "0.9.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" | |
| [[package]] | |
| name = "url" | |
| version = "2.5.7" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" | |
| dependencies = [ | |
| "form_urlencoded", | |
| "idna 1.1.0", | |
| "percent-encoding", | |
| "serde", | |
| ] | |
| [[package]] | |
| name = "utf8_iter" | |
| version = "1.0.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" | |
| [[package]] | |
| name = "uuid" | |
| version = "1.19.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" | |
| dependencies = [ | |
| "getrandom 0.3.4", | |
| "js-sys", | |
| "rand 0.9.2", | |
| "serde_core", | |
| "wasm-bindgen", | |
| ] | |
| [[package]] | |
| name = "valuable" | |
| version = "0.1.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" | |
| [[package]] | |
| name = "version_check" | |
| version = "0.9.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" | |
| [[package]] | |
| name = "wait-timeout" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" | |
| dependencies = [ | |
| "libc", | |
| ] | |
| [[package]] | |
| name = "walkdir" | |
| version = "2.5.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" | |
| dependencies = [ | |
| "same-file", | |
| "winapi-util", | |
| ] | |
| [[package]] | |
| name = "wasi" | |
| version = "0.11.1+wasi-snapshot-preview1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" | |
| [[package]] | |
| name = "wasip2" | |
| version = "1.0.1+wasi-0.2.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" | |
| dependencies = [ | |
| "wit-bindgen", | |
| ] | |
| [[package]] | |
| name = "wasm-bindgen" | |
| version = "0.2.106" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" | |
| dependencies = [ | |
| "cfg-if", | |
| "once_cell", | |
| "rustversion", | |
| "wasm-bindgen-macro", | |
| "wasm-bindgen-shared", | |
| ] | |
| [[package]] | |
| name = "wasm-bindgen-macro" | |
| version = "0.2.106" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" | |
| dependencies = [ | |
| "quote", | |
| "wasm-bindgen-macro-support", | |
| ] | |
| [[package]] | |
| name = "wasm-bindgen-macro-support" | |
| version = "0.2.106" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" | |
| dependencies = [ | |
| "bumpalo", | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| "wasm-bindgen-shared", | |
| ] | |
| [[package]] | |
| name = "wasm-bindgen-shared" | |
| version = "0.2.106" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" | |
| dependencies = [ | |
| "unicode-ident", | |
| ] | |
| [[package]] | |
| name = "web-sys" | |
| version = "0.3.83" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" | |
| dependencies = [ | |
| "js-sys", | |
| "wasm-bindgen", | |
| ] | |
| [[package]] | |
| name = "webpki-roots" | |
| version = "0.25.4" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" | |
| [[package]] | |
| name = "widestring" | |
| version = "1.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" | |
| [[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-util" | |
| version = "0.1.11" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" | |
| dependencies = [ | |
| "windows-sys 0.61.2", | |
| ] | |
| [[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-core" | |
| version = "0.62.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" | |
| dependencies = [ | |
| "windows-implement", | |
| "windows-interface", | |
| "windows-link", | |
| "windows-result", | |
| "windows-strings", | |
| ] | |
| [[package]] | |
| name = "windows-implement" | |
| version = "0.60.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "windows-interface" | |
| version = "0.59.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "windows-link" | |
| version = "0.2.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" | |
| [[package]] | |
| name = "windows-result" | |
| version = "0.4.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" | |
| dependencies = [ | |
| "windows-link", | |
| ] | |
| [[package]] | |
| name = "windows-strings" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" | |
| dependencies = [ | |
| "windows-link", | |
| ] | |
| [[package]] | |
| name = "windows-sys" | |
| version = "0.48.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" | |
| dependencies = [ | |
| "windows-targets 0.48.5", | |
| ] | |
| [[package]] | |
| name = "windows-sys" | |
| version = "0.52.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" | |
| dependencies = [ | |
| "windows-targets 0.52.6", | |
| ] | |
| [[package]] | |
| name = "windows-sys" | |
| version = "0.60.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" | |
| dependencies = [ | |
| "windows-targets 0.53.5", | |
| ] | |
| [[package]] | |
| name = "windows-sys" | |
| version = "0.61.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" | |
| dependencies = [ | |
| "windows-link", | |
| ] | |
| [[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", | |
| ] | |
| [[package]] | |
| name = "windows-targets" | |
| version = "0.52.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | |
| dependencies = [ | |
| "windows_aarch64_gnullvm 0.52.6", | |
| "windows_aarch64_msvc 0.52.6", | |
| "windows_i686_gnu 0.52.6", | |
| "windows_i686_gnullvm 0.52.6", | |
| "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-targets" | |
| version = "0.53.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" | |
| dependencies = [ | |
| "windows-link", | |
| "windows_aarch64_gnullvm 0.53.1", | |
| "windows_aarch64_msvc 0.53.1", | |
| "windows_i686_gnu 0.53.1", | |
| "windows_i686_gnullvm 0.53.1", | |
| "windows_i686_msvc 0.53.1", | |
| "windows_x86_64_gnu 0.53.1", | |
| "windows_x86_64_gnullvm 0.53.1", | |
| "windows_x86_64_msvc 0.53.1", | |
| ] | |
| [[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" | |
| version = "0.52.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | |
| [[package]] | |
| name = "windows_aarch64_gnullvm" | |
| version = "0.53.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" | |
| [[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" | |
| version = "0.52.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | |
| [[package]] | |
| name = "windows_aarch64_msvc" | |
| version = "0.53.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" | |
| [[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" | |
| version = "0.52.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | |
| [[package]] | |
| name = "windows_i686_gnu" | |
| version = "0.53.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" | |
| [[package]] | |
| name = "windows_i686_gnullvm" | |
| version = "0.52.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | |
| [[package]] | |
| name = "windows_i686_gnullvm" | |
| version = "0.53.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" | |
| [[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" | |
| version = "0.52.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | |
| [[package]] | |
| name = "windows_i686_msvc" | |
| version = "0.53.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" | |
| [[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" | |
| version = "0.52.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | |
| [[package]] | |
| name = "windows_x86_64_gnu" | |
| version = "0.53.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" | |
| [[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" | |
| version = "0.52.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | |
| [[package]] | |
| name = "windows_x86_64_gnullvm" | |
| version = "0.53.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" | |
| [[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" | |
| version = "0.52.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" | |
| [[package]] | |
| name = "windows_x86_64_msvc" | |
| version = "0.53.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" | |
| [[package]] | |
| name = "winnow" | |
| version = "0.7.14" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" | |
| dependencies = [ | |
| "memchr", | |
| ] | |
| [[package]] | |
| name = "winreg" | |
| version = "0.50.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" | |
| dependencies = [ | |
| "cfg-if", | |
| "windows-sys 0.48.0", | |
| ] | |
| [[package]] | |
| name = "wit-bindgen" | |
| version = "0.46.0" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" | |
| [[package]] | |
| name = "writeable" | |
| version = "0.6.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" | |
| [[package]] | |
| name = "wyz" | |
| version = "0.5.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" | |
| dependencies = [ | |
| "tap", | |
| ] | |
| [[package]] | |
| name = "yaml-rust2" | |
| version = "0.8.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8" | |
| dependencies = [ | |
| "arraydeque", | |
| "encoding_rs", | |
| "hashlink", | |
| ] | |
| [[package]] | |
| name = "yoke" | |
| version = "0.8.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" | |
| dependencies = [ | |
| "stable_deref_trait", | |
| "yoke-derive", | |
| "zerofrom", | |
| ] | |
| [[package]] | |
| name = "yoke-derive" | |
| version = "0.8.1" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| "synstructure", | |
| ] | |
| [[package]] | |
| name = "zerocopy" | |
| version = "0.8.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" | |
| dependencies = [ | |
| "zerocopy-derive", | |
| ] | |
| [[package]] | |
| name = "zerocopy-derive" | |
| version = "0.8.31" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |
| [[package]] | |
| name = "zerofrom" | |
| version = "0.1.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" | |
| dependencies = [ | |
| "zerofrom-derive", | |
| ] | |
| [[package]] | |
| name = "zerofrom-derive" | |
| version = "0.1.6" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| "synstructure", | |
| ] | |
| [[package]] | |
| name = "zerotrie" | |
| version = "0.2.3" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" | |
| dependencies = [ | |
| "displaydoc", | |
| "yoke", | |
| "zerofrom", | |
| ] | |
| [[package]] | |
| name = "zerovec" | |
| version = "0.11.5" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" | |
| dependencies = [ | |
| "yoke", | |
| "zerofrom", | |
| "zerovec-derive", | |
| ] | |
| [[package]] | |
| name = "zerovec-derive" | |
| version = "0.11.2" | |
| source = "registry+https://github.com/rust-lang/crates.io-index" | |
| checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" | |
| dependencies = [ | |
| "proc-macro2", | |
| "quote", | |
| "syn 2.0.111", | |
| ] | |