| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "abi_stable" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69d6512d3eb05ffe5004c59c206de7f99c34951504056ce23fc953842f12c445" |
| dependencies = [ |
| "abi_stable_derive", |
| "abi_stable_shared", |
| "const_panic", |
| "core_extensions", |
| "crossbeam-channel", |
| "generational-arena", |
| "libloading", |
| "lock_api", |
| "parking_lot", |
| "paste", |
| "repr_offset", |
| "rustc_version", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "abi_stable_derive" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7178468b407a4ee10e881bc7a328a65e739f0863615cca4429d43916b05e898" |
| dependencies = [ |
| "abi_stable_shared", |
| "as_derive_utils", |
| "core_extensions", |
| "proc-macro2", |
| "quote", |
| "rustc_version", |
| "syn 1.0.109", |
| "typed-arena", |
| ] |
| |
| [[package]] |
| name = "abi_stable_shared" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2b5df7688c123e63f4d4d649cba63f2967ba7f7861b1664fca3f77d3dad2b63" |
| dependencies = [ |
| "core_extensions", |
| ] |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.24.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" |
| dependencies = [ |
| "gimli", |
| ] |
| |
| [[package]] |
| name = "adler2" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
| |
| [[package]] |
| name = "adler32" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" |
| |
| [[package]] |
| name = "ahash" |
| version = "0.8.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
| dependencies = [ |
| "cfg-if", |
| "const-random", |
| "getrandom", |
| "once_cell", |
| "version_check", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "alloc-no-stdlib" |
| version = "2.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" |
| |
| [[package]] |
| name = "alloc-stdlib" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" |
| dependencies = [ |
| "alloc-no-stdlib", |
| ] |
| |
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| |
| [[package]] |
| name = "android-tzdata" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| |
| [[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 = "anyhow" |
| version = "1.0.94" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" |
| |
| [[package]] |
| name = "apache-avro" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ceb7c683b2f8f40970b70e39ff8be514c95b96fcb9c4af87e1ed2cb2e10801a0" |
| dependencies = [ |
| "bzip2", |
| "crc32fast", |
| "digest", |
| "lazy_static", |
| "libflate", |
| "log", |
| "num-bigint", |
| "quad-rand", |
| "rand", |
| "regex-lite", |
| "serde", |
| "serde_json", |
| "snap", |
| "strum 0.25.0", |
| "strum_macros 0.25.3", |
| "thiserror 1.0.69", |
| "typed-builder", |
| "uuid", |
| "xz2", |
| "zstd 0.12.4", |
| ] |
| |
| [[package]] |
| name = "arrayref" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| |
| [[package]] |
| name = "arrow" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c91839b07e474b3995035fd8ac33ee54f9c9ccbbb1ea33d9909c71bffdf1259d" |
| dependencies = [ |
| "arrow-arith", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-csv", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-json", |
| "arrow-ord", |
| "arrow-row", |
| "arrow-schema", |
| "arrow-select", |
| "arrow-string", |
| "pyo3", |
| ] |
| |
| [[package]] |
| name = "arrow-arith" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "855c57c4efd26722b044dcd3e348252560e3e0333087fb9f6479dc0bf744054f" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-array" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd03279cea46569acf9295f6224fbc370c5df184b4d2ecfe97ccb131d5615a7f" |
| dependencies = [ |
| "ahash", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "chrono-tz", |
| "half", |
| "hashbrown 0.15.2", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-buffer" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e4a9b9b1d6d7117f6138e13bc4dd5daa7f94e671b70e8c9c4dc37b4f5ecfc16" |
| dependencies = [ |
| "bytes", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-cast" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc70e39916e60c5b7af7a8e2719e3ae589326039e1e863675a008bee5ffe90fd" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "atoi", |
| "base64 0.22.1", |
| "chrono", |
| "comfy-table", |
| "half", |
| "lexical-core", |
| "num", |
| "ryu", |
| ] |
| |
| [[package]] |
| name = "arrow-csv" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "789b2af43c1049b03a8d088ff6b2257cdcea1756cd76b174b1f2600356771b97" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "csv", |
| "csv-core", |
| "lazy_static", |
| "lexical-core", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "arrow-data" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4e75edf21ffd53744a9b8e3ed11101f610e7ceb1a29860432824f1834a1f623" |
| dependencies = [ |
| "arrow-buffer", |
| "arrow-schema", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-ipc" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d186a909dece9160bf8312f5124d797884f608ef5435a36d9d608e0b2a9bcbf8" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "flatbuffers", |
| "lz4_flex", |
| ] |
| |
| [[package]] |
| name = "arrow-json" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b66ff2fedc1222942d0bd2fd391cb14a85baa3857be95c9373179bd616753b85" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "indexmap", |
| "lexical-core", |
| "num", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "arrow-ord" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ece7b5bc1180e6d82d1a60e1688c199829e8842e38497563c3ab6ea813e527fd" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-row" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "745c114c8f0e8ce211c83389270de6fbe96a9088a7b32c2a041258a443fe83ff" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "half", |
| ] |
| |
| [[package]] |
| name = "arrow-schema" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b95513080e728e4cec37f1ff5af4f12c9688d47795d17cda80b6ec2cf74d4678" |
| dependencies = [ |
| "bitflags 2.6.0", |
| ] |
| |
| [[package]] |
| name = "arrow-select" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e415279094ea70323c032c6e739c48ad8d80e78a09bef7117b8718ad5bf3722" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-string" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11d956cae7002eb8d83a27dbd34daaea1cf5b75852f0b84deb4d93a276e92bbf" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "memchr", |
| "num", |
| "regex", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "as_derive_utils" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff3c96645900a44cf11941c111bd08a6573b0e2f9f69bc9264b179d8fae753c4" |
| dependencies = [ |
| "core_extensions", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "async-compression" |
| version = "0.4.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522" |
| dependencies = [ |
| "bzip2", |
| "flate2", |
| "futures-core", |
| "futures-io", |
| "memchr", |
| "pin-project-lite", |
| "tokio", |
| "xz2", |
| "zstd 0.13.2", |
| "zstd-safe 7.2.1", |
| ] |
| |
| [[package]] |
| name = "async-ffi" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4de21c0feef7e5a556e51af767c953f0501f7f300ba785cc99c47bdc8081a50" |
| dependencies = [ |
| "abi_stable", |
| ] |
| |
| [[package]] |
| name = "async-recursion" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "async-trait" |
| version = "0.1.83" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "atoi" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "atomic-waker" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.74" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" |
| dependencies = [ |
| "addr2line", |
| "cfg-if", |
| "libc", |
| "miniz_oxide", |
| "object", |
| "rustc-demangle", |
| "windows-targets", |
| ] |
| |
| [[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 = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" |
| |
| [[package]] |
| name = "blake2" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
| dependencies = [ |
| "digest", |
| ] |
| |
| [[package]] |
| name = "blake3" |
| version = "1.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "cc", |
| "cfg-if", |
| "constant_time_eq", |
| ] |
| |
| [[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 = "brotli" |
| version = "7.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| "brotli-decompressor", |
| ] |
| |
| [[package]] |
| name = "brotli-decompressor" |
| version = "4.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" |
| |
| [[package]] |
| name = "bzip2" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" |
| dependencies = [ |
| "bzip2-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "bzip2-sys" |
| version = "0.1.11+1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc" |
| dependencies = [ |
| "jobserver", |
| "libc", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
| dependencies = [ |
| "android-tzdata", |
| "iana-time-zone", |
| "num-traits", |
| "serde", |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "chrono-tz" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd6dd8046d00723a59a2f8c5f295c515b9bb9a331ee4f8f3d4dd49e428acd3b6" |
| dependencies = [ |
| "chrono", |
| "chrono-tz-build", |
| "phf", |
| ] |
| |
| [[package]] |
| name = "chrono-tz-build" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7" |
| dependencies = [ |
| "parse-zoneinfo", |
| "phf_codegen", |
| ] |
| |
| [[package]] |
| name = "cmake" |
| version = "0.1.52" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c682c223677e0e5b6b7f63a64b9351844c3f1b1678a68b7ee617e30fb082620e" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "comfy-table" |
| version = "7.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9" |
| dependencies = [ |
| "strum 0.26.3", |
| "strum_macros 0.26.4", |
| "unicode-width", |
| ] |
| |
| [[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", |
| "once_cell", |
| "tiny-keccak", |
| ] |
| |
| [[package]] |
| name = "const_panic" |
| version = "0.2.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "013b6c2c3a14d678f38cd23994b02da3a1a1b6a5d1eedddfe63a5a5f11b13a81" |
| |
| [[package]] |
| name = "constant_time_eq" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| |
| [[package]] |
| name = "core2" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "core_extensions" |
| version = "1.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92c71dc07c9721607e7a16108336048ee978c3a8b129294534272e8bac96c0ee" |
| dependencies = [ |
| "core_extensions_proc_macros", |
| ] |
| |
| [[package]] |
| name = "core_extensions_proc_macros" |
| version = "1.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69f3b219d28b6e3b4ac87bc1fc522e0803ab22e055da177bff0068c4150c61a6" |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
| |
| [[package]] |
| name = "crunchy" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| dependencies = [ |
| "generic-array", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "csv" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" |
| dependencies = [ |
| "csv-core", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "csv-core" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "dary_heap" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04d2cd9c18b9f454ed67da600630b021a8a80bf33f8c95896ab33aaf1c26b728" |
| |
| [[package]] |
| name = "dashmap" |
| version = "6.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| "hashbrown 0.14.5", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "datafusion" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cbba0799cf6913b456ed07a94f0f3b6e12c62a5d88b10809e2284a0f2b915c05" |
| dependencies = [ |
| "ahash", |
| "apache-avro", |
| "arrow", |
| "arrow-array", |
| "arrow-ipc", |
| "arrow-schema", |
| "async-compression", |
| "async-trait", |
| "bytes", |
| "bzip2", |
| "chrono", |
| "dashmap", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions", |
| "datafusion-functions-aggregate", |
| "datafusion-functions-nested", |
| "datafusion-functions-window", |
| "datafusion-optimizer", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-optimizer", |
| "datafusion-physical-plan", |
| "datafusion-sql", |
| "flate2", |
| "futures", |
| "glob", |
| "half", |
| "hashbrown 0.14.5", |
| "indexmap", |
| "itertools", |
| "log", |
| "num-traits", |
| "num_cpus", |
| "object_store", |
| "parking_lot", |
| "parquet", |
| "paste", |
| "pin-project-lite", |
| "rand", |
| "sqlparser", |
| "tempfile", |
| "tokio", |
| "tokio-util", |
| "url", |
| "uuid", |
| "xz2", |
| "zstd 0.13.2", |
| ] |
| |
| [[package]] |
| name = "datafusion-catalog" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7493c5c2d40eec435b13d92e5703554f4efc7059451fcb8d3a79580ff0e45560" |
| dependencies = [ |
| "arrow-schema", |
| "async-trait", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-plan", |
| "parking_lot", |
| ] |
| |
| [[package]] |
| name = "datafusion-common" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24953049ebbd6f8964f91f60aa3514e121b5e81e068e33b60e77815ab369b25c" |
| dependencies = [ |
| "ahash", |
| "apache-avro", |
| "arrow", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "hashbrown 0.14.5", |
| "indexmap", |
| "instant", |
| "libc", |
| "num_cpus", |
| "object_store", |
| "parquet", |
| "paste", |
| "pyo3", |
| "sqlparser", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-common-runtime" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f06df4ef76872e11c924d3c814fd2a8dd09905ed2e2195f71c857d78abd19685" |
| dependencies = [ |
| "log", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-execution" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bbdcb628d690f3ce5fea7de81642b514486d58ff9779a51f180a69a4eadb361" |
| dependencies = [ |
| "arrow", |
| "chrono", |
| "dashmap", |
| "datafusion-common", |
| "datafusion-expr", |
| "futures", |
| "hashbrown 0.14.5", |
| "log", |
| "object_store", |
| "parking_lot", |
| "rand", |
| "tempfile", |
| "url", |
| ] |
| |
| [[package]] |
| name = "datafusion-expr" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8036495980e3131f706b7d33ab00b4492d73dc714e3cb74d11b50f9602a73246" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "arrow-array", |
| "arrow-buffer", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr-common", |
| "datafusion-functions-aggregate-common", |
| "datafusion-functions-window-common", |
| "datafusion-physical-expr-common", |
| "indexmap", |
| "paste", |
| "serde_json", |
| "sqlparser", |
| "strum 0.26.3", |
| "strum_macros 0.26.4", |
| ] |
| |
| [[package]] |
| name = "datafusion-expr-common" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4da0f3cb4669f9523b403d6b5a0ec85023e0ab3bf0183afd1517475b3e64fdd2" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "itertools", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "datafusion-ffi" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e923c459b53a26d92a8806d1f6a37fdf48bde51507a39eaed6f42a60f2bfd160" |
| dependencies = [ |
| "abi_stable", |
| "arrow", |
| "async-ffi", |
| "async-trait", |
| "datafusion", |
| "datafusion-proto", |
| "doc-comment", |
| "futures", |
| "log", |
| "prost", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f52c4012648b34853e40a2c6bcaa8772f837831019b68aca384fb38436dba162" |
| dependencies = [ |
| "arrow", |
| "arrow-buffer", |
| "base64 0.22.1", |
| "blake2", |
| "blake3", |
| "chrono", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "hashbrown 0.14.5", |
| "hex", |
| "itertools", |
| "log", |
| "md-5", |
| "rand", |
| "regex", |
| "sha2", |
| "unicode-segmentation", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-aggregate" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5b8bb624597ba28ed7446df4a9bd7c7a7bde7c578b6b527da3f47371d5f6741" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "arrow-schema", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions-aggregate-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "half", |
| "indexmap", |
| "log", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-aggregate-common" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6fb06208fc470bc8cf1ce2d9a1159d42db591f2c7264a8c1776b53ad8f675143" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "datafusion-common", |
| "datafusion-expr-common", |
| "datafusion-physical-expr-common", |
| "rand", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-nested" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fca25bbb87323716d05e54114666e942172ccca23c5a507e9c7851db6e965317" |
| dependencies = [ |
| "arrow", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-ord", |
| "arrow-schema", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions", |
| "datafusion-functions-aggregate", |
| "datafusion-physical-expr-common", |
| "itertools", |
| "log", |
| "paste", |
| "rand", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-window" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ae23356c634e54c59f7c51acb7a5b9f6240ffb2cf997049a1a24a8a88598dbe" |
| dependencies = [ |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-functions-window-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "log", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-window-common" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4b3d6ff7794acea026de36007077a06b18b89e4f9c3fea7f2215f9f7dd9059b" |
| dependencies = [ |
| "datafusion-common", |
| "datafusion-physical-expr-common", |
| ] |
| |
| [[package]] |
| name = "datafusion-optimizer" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bec6241eb80c595fa0e1a8a6b69686b5cf3bd5fdacb8319582a0943b0bd788aa" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "hashbrown 0.14.5", |
| "indexmap", |
| "itertools", |
| "log", |
| "paste", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3370357b8fc75ec38577700644e5d1b0bc78f38babab99c0b8bd26bafb3e4335" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-ord", |
| "arrow-schema", |
| "arrow-string", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-functions-aggregate-common", |
| "datafusion-physical-expr-common", |
| "half", |
| "hashbrown 0.14.5", |
| "indexmap", |
| "itertools", |
| "log", |
| "paste", |
| "petgraph", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr-common" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8b7734d94bf2fa6f6e570935b0ddddd8421179ce200065be97874e13d46a47b" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "datafusion-common", |
| "datafusion-expr-common", |
| "hashbrown 0.14.5", |
| "rand", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-optimizer" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7eee8c479522df21d7b395640dff88c5ed05361852dce6544d7c98e9dbcebffe" |
| dependencies = [ |
| "arrow", |
| "arrow-schema", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-plan", |
| "itertools", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-plan" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "17e1fc2e2c239d14e8556f2622b19a726bf6bc6962cc00c71fc52626274bee24" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-ord", |
| "arrow-schema", |
| "async-trait", |
| "chrono", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions-aggregate-common", |
| "datafusion-functions-window-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "futures", |
| "half", |
| "hashbrown 0.14.5", |
| "indexmap", |
| "itertools", |
| "log", |
| "once_cell", |
| "parking_lot", |
| "pin-project-lite", |
| "rand", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-proto" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f730f7fc5a20134d4e5ecdf7bbf392002ac58163d58423ea28a702dc077b06e1" |
| dependencies = [ |
| "arrow", |
| "chrono", |
| "datafusion", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-proto-common", |
| "object_store", |
| "prost", |
| ] |
| |
| [[package]] |
| name = "datafusion-proto-common" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12c225fe49e4f943e35446b263613ada7a9e9f8d647544e6b07037b9803567df" |
| dependencies = [ |
| "arrow", |
| "chrono", |
| "datafusion-common", |
| "object_store", |
| "prost", |
| ] |
| |
| [[package]] |
| name = "datafusion-python" |
| version = "43.1.0" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "datafusion", |
| "datafusion-ffi", |
| "datafusion-functions-window-common", |
| "datafusion-proto", |
| "datafusion-substrait", |
| "futures", |
| "mimalloc", |
| "object_store", |
| "prost", |
| "prost-types", |
| "pyo3", |
| "pyo3-build-config", |
| "tokio", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-sql" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63e3a4ed41dbee20a5d947a59ca035c225d67dc9cbe869c10f66dcdf25e7ce51" |
| dependencies = [ |
| "arrow", |
| "arrow-array", |
| "arrow-schema", |
| "datafusion-common", |
| "datafusion-expr", |
| "indexmap", |
| "log", |
| "regex", |
| "sqlparser", |
| "strum 0.26.3", |
| ] |
| |
| [[package]] |
| name = "datafusion-substrait" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b9c768d2b4c4485c43afbaeeb86dd1f2ac3fb34a9e6e8c8b06180d2a223d5ba" |
| dependencies = [ |
| "arrow-buffer", |
| "async-recursion", |
| "chrono", |
| "datafusion", |
| "itertools", |
| "object_store", |
| "pbjson-types", |
| "prost", |
| "substrait", |
| "url", |
| ] |
| |
| [[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.90", |
| ] |
| |
| [[package]] |
| name = "doc-comment" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" |
| |
| [[package]] |
| name = "dyn-clone" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" |
| |
| [[package]] |
| name = "either" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "fastrand" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" |
| |
| [[package]] |
| name = "fixedbitset" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
| |
| [[package]] |
| name = "flatbuffers" |
| version = "24.3.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[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.90", |
| ] |
| |
| [[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 = "generational-arena" |
| version = "0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877e94aff08e743b651baaea359664321055749b398adff8740a7399af7796e7" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[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.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "wasi", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.31.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
| |
| [[package]] |
| name = "h2" |
| version = "0.4.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "http", |
| "indexmap", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" |
| dependencies = [ |
| "cfg-if", |
| "crunchy", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| dependencies = [ |
| "ahash", |
| "allocator-api2", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" |
| |
| [[package]] |
| name = "heck" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| |
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "http" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| dependencies = [ |
| "bytes", |
| "http", |
| ] |
| |
| [[package]] |
| name = "http-body-util" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" |
| dependencies = [ |
| "bytes", |
| "futures-util", |
| "http", |
| "http-body", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "httparse" |
| version = "1.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" |
| |
| [[package]] |
| name = "humantime" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
| |
| [[package]] |
| name = "hyper" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-util", |
| "h2", |
| "http", |
| "http-body", |
| "httparse", |
| "itoa", |
| "pin-project-lite", |
| "smallvec", |
| "tokio", |
| "want", |
| ] |
| |
| [[package]] |
| name = "hyper-rustls" |
| version = "0.27.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" |
| dependencies = [ |
| "futures-util", |
| "http", |
| "hyper", |
| "hyper-util", |
| "rustls", |
| "rustls-native-certs", |
| "rustls-pki-types", |
| "tokio", |
| "tokio-rustls", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "hyper-util" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-util", |
| "http", |
| "http-body", |
| "hyper", |
| "pin-project-lite", |
| "socket2", |
| "tokio", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.61" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "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 = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locid" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locid_transform" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" |
| dependencies = [ |
| "displaydoc", |
| "icu_locid", |
| "icu_locid_transform_data", |
| "icu_provider", |
| "tinystr", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locid_transform_data" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" |
| |
| [[package]] |
| name = "icu_normalizer" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_normalizer_data", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "utf16_iter", |
| "utf8_iter", |
| "write16", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer_data" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" |
| |
| [[package]] |
| name = "icu_properties" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_locid_transform", |
| "icu_properties_data", |
| "icu_provider", |
| "tinystr", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_properties_data" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" |
| dependencies = [ |
| "displaydoc", |
| "icu_locid", |
| "icu_provider_macros", |
| "stable_deref_trait", |
| "tinystr", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_provider_macros" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "idna" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
| dependencies = [ |
| "idna_adapter", |
| "smallvec", |
| "utf8_iter", |
| ] |
| |
| [[package]] |
| name = "idna_adapter" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" |
| dependencies = [ |
| "icu_normalizer", |
| "icu_properties", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.15.2", |
| ] |
| |
| [[package]] |
| name = "indoc" |
| version = "2.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" |
| |
| [[package]] |
| name = "instant" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "integer-encoding" |
| version = "3.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" |
| |
| [[package]] |
| name = "ipnet" |
| version = "2.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" |
| |
| [[package]] |
| name = "itertools" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.74" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705" |
| dependencies = [ |
| "once_cell", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| |
| [[package]] |
| name = "lexical-core" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0431c65b318a590c1de6b8fd6e72798c92291d27762d94c9e6c37ed7a73d8458" |
| dependencies = [ |
| "lexical-parse-float", |
| "lexical-parse-integer", |
| "lexical-util", |
| "lexical-write-float", |
| "lexical-write-integer", |
| ] |
| |
| [[package]] |
| name = "lexical-parse-float" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb17a4bdb9b418051aa59d41d65b1c9be5affab314a872e5ad7f06231fb3b4e0" |
| dependencies = [ |
| "lexical-parse-integer", |
| "lexical-util", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "lexical-parse-integer" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5df98f4a4ab53bf8b175b363a34c7af608fe31f93cc1fb1bf07130622ca4ef61" |
| dependencies = [ |
| "lexical-util", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "lexical-util" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85314db53332e5c192b6bca611fb10c114a80d1b831ddac0af1e9be1b9232ca0" |
| dependencies = [ |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "lexical-write-float" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e7c3ad4e37db81c1cbe7cf34610340adc09c322871972f74877a712abc6c809" |
| dependencies = [ |
| "lexical-util", |
| "lexical-write-integer", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "lexical-write-integer" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb89e9f6958b83258afa3deed90b5de9ef68eef090ad5086c791cd2345610162" |
| dependencies = [ |
| "lexical-util", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.167" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" |
| |
| [[package]] |
| name = "libflate" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e" |
| dependencies = [ |
| "adler32", |
| "core2", |
| "crc32fast", |
| "dary_heap", |
| "libflate_lz77", |
| ] |
| |
| [[package]] |
| name = "libflate_lz77" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d" |
| dependencies = [ |
| "core2", |
| "hashbrown 0.14.5", |
| "rle-decode-fast", |
| ] |
| |
| [[package]] |
| name = "libloading" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" |
| dependencies = [ |
| "cfg-if", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
| |
| [[package]] |
| name = "lz4_flex" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" |
| dependencies = [ |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "lzma-sys" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "mimalloc" |
| version = "0.1.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633" |
| dependencies = [ |
| "libmimalloc-sys", |
| ] |
| |
| [[package]] |
| name = "mime" |
| version = "0.3.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" |
| dependencies = [ |
| "adler2", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" |
| dependencies = [ |
| "libc", |
| "wasi", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "multimap" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" |
| |
| [[package]] |
| name = "num" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| dependencies = [ |
| "num-bigint", |
| "num-complex", |
| "num-integer", |
| "num-iter", |
| "num-rational", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-bigint" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-complex" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-iter" |
| version = "0.1.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| dependencies = [ |
| "autocfg", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-rational" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| dependencies = [ |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.36.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "object_store" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6eb4c22c6154a1e759d7099f9ffad7cc5ef8245f9efbab4a41b92623079c82f3" |
| dependencies = [ |
| "async-trait", |
| "base64 0.22.1", |
| "bytes", |
| "chrono", |
| "futures", |
| "humantime", |
| "hyper", |
| "itertools", |
| "md-5", |
| "parking_lot", |
| "percent-encoding", |
| "quick-xml", |
| "rand", |
| "reqwest", |
| "ring", |
| "rustls-pemfile", |
| "serde", |
| "serde_json", |
| "snafu", |
| "tokio", |
| "tracing", |
| "url", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
| |
| [[package]] |
| name = "ordered-float" |
| version = "2.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "parquet" |
| version = "53.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b449890367085eb65d7d3321540abc3d7babbd179ce31df0016e90719114191" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-schema", |
| "arrow-select", |
| "base64 0.22.1", |
| "brotli", |
| "bytes", |
| "chrono", |
| "flate2", |
| "futures", |
| "half", |
| "hashbrown 0.15.2", |
| "lz4_flex", |
| "num", |
| "num-bigint", |
| "object_store", |
| "paste", |
| "seq-macro", |
| "snap", |
| "thrift", |
| "tokio", |
| "twox-hash", |
| "zstd 0.13.2", |
| "zstd-sys", |
| ] |
| |
| [[package]] |
| name = "parse-zoneinfo" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" |
| dependencies = [ |
| "regex", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| |
| [[package]] |
| name = "pbjson" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7e6349fa080353f4a597daffd05cb81572a9c031a6d4fff7e504947496fcc68" |
| dependencies = [ |
| "base64 0.21.7", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "pbjson-build" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6eea3058763d6e656105d1403cb04e0a41b7bbac6362d413e7c33be0c32279c9" |
| dependencies = [ |
| "heck 0.5.0", |
| "itertools", |
| "prost", |
| "prost-types", |
| ] |
| |
| [[package]] |
| name = "pbjson-types" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e54e5e7bfb1652f95bc361d76f3c780d8e526b134b85417e774166ee941f0887" |
| dependencies = [ |
| "bytes", |
| "chrono", |
| "pbjson", |
| "pbjson-build", |
| "prost", |
| "prost-build", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| |
| [[package]] |
| name = "petgraph" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" |
| dependencies = [ |
| "fixedbitset", |
| "indexmap", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" |
| dependencies = [ |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_codegen" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" |
| dependencies = [ |
| "phf_generator", |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_generator" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" |
| dependencies = [ |
| "phf_shared", |
| "rand", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" |
| dependencies = [ |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
| dependencies = [ |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "prettyplease" |
| version = "0.2.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" |
| dependencies = [ |
| "proc-macro2", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "prost" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f" |
| dependencies = [ |
| "bytes", |
| "prost-derive", |
| ] |
| |
| [[package]] |
| name = "prost-build" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c1318b19085f08681016926435853bbf7858f9c082d0999b80550ff5d9abe15" |
| dependencies = [ |
| "bytes", |
| "heck 0.5.0", |
| "itertools", |
| "log", |
| "multimap", |
| "once_cell", |
| "petgraph", |
| "prettyplease", |
| "prost", |
| "prost-types", |
| "regex", |
| "syn 2.0.90", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "prost-derive" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" |
| dependencies = [ |
| "anyhow", |
| "itertools", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "prost-types" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4759aa0d3a6232fb8dbdb97b61de2c20047c68aca932c7ed76da9d788508d670" |
| dependencies = [ |
| "prost", |
| ] |
| |
| [[package]] |
| name = "protobuf-src" |
| version = "2.1.0+27.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7edafa3bcc668fa93efafcbdf58d7821bbda0f4b458ac7fae3d57ec0fec8167" |
| dependencies = [ |
| "cmake", |
| ] |
| |
| [[package]] |
| name = "pyo3" |
| version = "0.22.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884" |
| dependencies = [ |
| "cfg-if", |
| "indoc", |
| "libc", |
| "memoffset", |
| "once_cell", |
| "portable-atomic", |
| "pyo3-build-config", |
| "pyo3-ffi", |
| "pyo3-macros", |
| "unindent", |
| ] |
| |
| [[package]] |
| name = "pyo3-build-config" |
| version = "0.22.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38" |
| dependencies = [ |
| "once_cell", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "pyo3-ffi" |
| version = "0.22.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636" |
| dependencies = [ |
| "libc", |
| "pyo3-build-config", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros" |
| version = "0.22.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453" |
| dependencies = [ |
| "proc-macro2", |
| "pyo3-macros-backend", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros-backend" |
| version = "0.22.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "pyo3-build-config", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "quad-rand" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a651516ddc9168ebd67b24afd085a718be02f8858fe406591b013d101ce2f40" |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.36.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "quinn" |
| version = "0.11.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" |
| dependencies = [ |
| "bytes", |
| "pin-project-lite", |
| "quinn-proto", |
| "quinn-udp", |
| "rustc-hash", |
| "rustls", |
| "socket2", |
| "thiserror 2.0.4", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "quinn-proto" |
| version = "0.11.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" |
| dependencies = [ |
| "bytes", |
| "getrandom", |
| "rand", |
| "ring", |
| "rustc-hash", |
| "rustls", |
| "rustls-pki-types", |
| "slab", |
| "thiserror 2.0.4", |
| "tinyvec", |
| "tracing", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "quinn-udp" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d5a626c6807713b15cac82a6acaccd6043c9a5408c24baae07611fec3f243da" |
| dependencies = [ |
| "cfg_aliases", |
| "libc", |
| "once_cell", |
| "socket2", |
| "tracing", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| dependencies = [ |
| "libc", |
| "rand_chacha", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" |
| dependencies = [ |
| "bitflags 2.6.0", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-lite" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
| |
| [[package]] |
| name = "regress" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1541daf4e4ed43a0922b7969bdc2170178bcacc5dabf7e39bc508a9fa3953a7a" |
| dependencies = [ |
| "hashbrown 0.14.5", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "repr_offset" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb1070755bd29dffc19d0971cab794e607839ba2ef4b69a9e6fbc8733c1b72ea" |
| dependencies = [ |
| "tstr", |
| ] |
| |
| [[package]] |
| name = "reqwest" |
| version = "0.12.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "futures-core", |
| "futures-util", |
| "h2", |
| "http", |
| "http-body", |
| "http-body-util", |
| "hyper", |
| "hyper-rustls", |
| "hyper-util", |
| "ipnet", |
| "js-sys", |
| "log", |
| "mime", |
| "once_cell", |
| "percent-encoding", |
| "pin-project-lite", |
| "quinn", |
| "rustls", |
| "rustls-native-certs", |
| "rustls-pemfile", |
| "rustls-pki-types", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "sync_wrapper", |
| "tokio", |
| "tokio-rustls", |
| "tokio-util", |
| "tower-service", |
| "url", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-streams", |
| "web-sys", |
| "windows-registry", |
| ] |
| |
| [[package]] |
| name = "ring" |
| version = "0.17.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "getrandom", |
| "libc", |
| "spin", |
| "untrusted", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "rle-decode-fast" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "0.38.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" |
| dependencies = [ |
| "bitflags 2.6.0", |
| "errno", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.23.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1" |
| dependencies = [ |
| "once_cell", |
| "ring", |
| "rustls-pki-types", |
| "rustls-webpki", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-native-certs" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" |
| dependencies = [ |
| "openssl-probe", |
| "rustls-pki-types", |
| "schannel", |
| "security-framework", |
| ] |
| |
| [[package]] |
| name = "rustls-pemfile" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" |
| dependencies = [ |
| "rustls-pki-types", |
| ] |
| |
| [[package]] |
| name = "rustls-pki-types" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" |
| dependencies = [ |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "rustls-webpki" |
| version = "0.102.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" |
| dependencies = [ |
| "ring", |
| "rustls-pki-types", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "schannel" |
| version = "0.1.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "schemars" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" |
| dependencies = [ |
| "dyn-clone", |
| "schemars_derive", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "schemars_derive" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde_derive_internals", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| |
| [[package]] |
| name = "security-framework" |
| version = "3.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8" |
| dependencies = [ |
| "bitflags 2.6.0", |
| "core-foundation", |
| "core-foundation-sys", |
| "libc", |
| "security-framework-sys", |
| ] |
| |
| [[package]] |
| name = "security-framework-sys" |
| version = "2.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "seq-macro" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.215" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.215" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "serde_derive_internals" |
| version = "0.29.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.133" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" |
| dependencies = [ |
| "itoa", |
| "memchr", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_tokenstream" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "serde_urlencoded" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| dependencies = [ |
| "form_urlencoded", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_yaml" |
| version = "0.9.34+deprecated" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" |
| dependencies = [ |
| "indexmap", |
| "itoa", |
| "ryu", |
| "serde", |
| "unsafe-libyaml", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "shlex" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| |
| [[package]] |
| name = "siphasher" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
| |
| [[package]] |
| name = "snafu" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019" |
| dependencies = [ |
| "snafu-derive", |
| ] |
| |
| [[package]] |
| name = "snafu-derive" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "snap" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.9.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| |
| [[package]] |
| name = "sqlparser" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5fe11944a61da0da3f592e19a45ebe5ab92dc14a779907ff1f08fbb797bfefc7" |
| dependencies = [ |
| "log", |
| "sqlparser_derive", |
| ] |
| |
| [[package]] |
| name = "sqlparser_derive" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01b2e185515564f15375f593fb966b5718bc624ba77fe49fa4616ad619690554" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "strum" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" |
| |
| [[package]] |
| name = "strum" |
| version = "0.26.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" |
| dependencies = [ |
| "strum_macros 0.26.4", |
| ] |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.25.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" |
| dependencies = [ |
| "heck 0.4.1", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.26.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "substrait" |
| version = "0.45.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a127ae9d8e443cea5c2122eb2ffe5fe489e802a1e746a09c5a5cb59d074c0aeb" |
| dependencies = [ |
| "heck 0.5.0", |
| "pbjson", |
| "pbjson-build", |
| "pbjson-types", |
| "prettyplease", |
| "prost", |
| "prost-build", |
| "prost-types", |
| "protobuf-src", |
| "regress", |
| "schemars", |
| "semver", |
| "serde", |
| "serde_json", |
| "serde_yaml", |
| "syn 2.0.90", |
| "typify", |
| "walkdir", |
| ] |
| |
| [[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.90" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "sync_wrapper" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| dependencies = [ |
| "futures-core", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "target-lexicon" |
| version = "0.12.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" |
| dependencies = [ |
| "cfg-if", |
| "fastrand", |
| "once_cell", |
| "rustix", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| dependencies = [ |
| "thiserror-impl 1.0.69", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "2.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" |
| dependencies = [ |
| "thiserror-impl 2.0.4", |
| ] |
| |
| [[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.90", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "thrift" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09" |
| dependencies = [ |
| "byteorder", |
| "integer-encoding", |
| "ordered-float", |
| ] |
| |
| [[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.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
| dependencies = [ |
| "displaydoc", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" |
| 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.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" |
| dependencies = [ |
| "backtrace", |
| "bytes", |
| "libc", |
| "mio", |
| "pin-project-lite", |
| "socket2", |
| "tokio-macros", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "2.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "tokio-rustls" |
| version = "0.26.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" |
| dependencies = [ |
| "rustls", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.7.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-sink", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tower-service" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
| dependencies = [ |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" |
| dependencies = [ |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "try-lock" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| |
| [[package]] |
| name = "tstr" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f8e0294f14baae476d0dd0a2d780b2e24d66e349a9de876f5126777a37bdba7" |
| dependencies = [ |
| "tstr_proc_macros", |
| ] |
| |
| [[package]] |
| name = "tstr_proc_macros" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e78122066b0cb818b8afd08f7ed22f7fdbc3e90815035726f0840d0d26c0747a" |
| |
| [[package]] |
| name = "twox-hash" |
| version = "1.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| dependencies = [ |
| "cfg-if", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "typed-arena" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" |
| |
| [[package]] |
| name = "typed-builder" |
| version = "0.16.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34085c17941e36627a879208083e25d357243812c30e7d7387c3b954f30ade16" |
| dependencies = [ |
| "typed-builder-macro", |
| ] |
| |
| [[package]] |
| name = "typed-builder-macro" |
| version = "0.16.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f03ca4cb38206e2bef0700092660bb74d696f808514dae47fa1467cbfe26e96e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
| |
| [[package]] |
| name = "typify" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4c644dda9862f0fef3a570d8ddb3c2cfb1d5ac824a1f2ddfa7bc8f071a5ad8a" |
| dependencies = [ |
| "typify-impl", |
| "typify-macro", |
| ] |
| |
| [[package]] |
| name = "typify-impl" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d59ab345b6c0d8ae9500b9ff334a4c7c0d316c1c628dc55726b95887eb8dbd11" |
| dependencies = [ |
| "heck 0.5.0", |
| "log", |
| "proc-macro2", |
| "quote", |
| "regress", |
| "schemars", |
| "semver", |
| "serde", |
| "serde_json", |
| "syn 2.0.90", |
| "thiserror 1.0.69", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "typify-macro" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "785e2cdcef0df8160fdd762ed548a637aaec1e83704fdbc14da0df66013ee8d0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "schemars", |
| "semver", |
| "serde", |
| "serde_json", |
| "serde_tokenstream", |
| "syn 2.0.90", |
| "typify-impl", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
| |
| [[package]] |
| name = "unindent" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" |
| |
| [[package]] |
| name = "unsafe-libyaml" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "utf16_iter" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" |
| |
| [[package]] |
| name = "utf8_iter" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| |
| [[package]] |
| name = "uuid" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" |
| dependencies = [ |
| "getrandom", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| |
| [[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 = "want" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| dependencies = [ |
| "try-lock", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.97" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.97" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9dfaf8f50e5f293737ee323940c7d8b08a66a95a419223d9f41610ca08b0833d" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "once_cell", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.97" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.97" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.97" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49" |
| |
| [[package]] |
| name = "wasm-streams" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" |
| dependencies = [ |
| "futures-util", |
| "js-sys", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.74" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "web-time" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[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.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[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.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| dependencies = [ |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "windows-registry" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" |
| dependencies = [ |
| "windows-result", |
| "windows-strings", |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" |
| dependencies = [ |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" |
| dependencies = [ |
| "windows-result", |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.59.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| dependencies = [ |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| dependencies = [ |
| "windows_aarch64_gnullvm", |
| "windows_aarch64_msvc", |
| "windows_i686_gnu", |
| "windows_i686_gnullvm", |
| "windows_i686_msvc", |
| "windows_x86_64_gnu", |
| "windows_x86_64_gnullvm", |
| "windows_x86_64_msvc", |
| ] |
| |
| [[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_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| |
| [[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_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| |
| [[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_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| |
| [[package]] |
| name = "write16" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" |
| |
| [[package]] |
| name = "writeable" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
| |
| [[package]] |
| name = "xz2" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
| dependencies = [ |
| "lzma-sys", |
| ] |
| |
| [[package]] |
| name = "yoke" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" |
| dependencies = [ |
| "serde", |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.7.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
| dependencies = [ |
| "byteorder", |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.7.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zeroize" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.90", |
| ] |
| |
| [[package]] |
| name = "zstd" |
| version = "0.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" |
| dependencies = [ |
| "zstd-safe 6.0.6", |
| ] |
| |
| [[package]] |
| name = "zstd" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" |
| dependencies = [ |
| "zstd-safe 7.2.1", |
| ] |
| |
| [[package]] |
| name = "zstd-safe" |
| version = "6.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" |
| dependencies = [ |
| "libc", |
| "zstd-sys", |
| ] |
| |
| [[package]] |
| name = "zstd-safe" |
| version = "7.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" |
| dependencies = [ |
| "zstd-sys", |
| ] |
| |
| [[package]] |
| name = "zstd-sys" |
| version = "2.0.13+zstd.1.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| ] |