| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[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 = "adler2" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| |
| [[package]] |
| name = "ahash" |
| version = "0.8.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| dependencies = [ |
| "cfg-if", |
| "const-random", |
| "getrandom 0.3.4", |
| "once_cell", |
| "version_check", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "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_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.102" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| |
| [[package]] |
| name = "apache-avro" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36fa98bc79671c7981272d91a8753a928ff6a1cd8e4f20a44c45bd5d313840bf" |
| dependencies = [ |
| "bigdecimal", |
| "bon", |
| "bzip2", |
| "crc32fast", |
| "digest", |
| "liblzma", |
| "log", |
| "miniz_oxide", |
| "num-bigint", |
| "quad-rand", |
| "rand 0.9.2", |
| "regex-lite", |
| "serde", |
| "serde_bytes", |
| "serde_json", |
| "snap", |
| "strum", |
| "strum_macros", |
| "thiserror", |
| "uuid", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "ar_archive_writer" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b" |
| dependencies = [ |
| "object", |
| ] |
| |
| [[package]] |
| name = "arc-swap" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6" |
| dependencies = [ |
| "rustversion", |
| ] |
| |
| [[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 = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d441fdda254b65f3e9025910eb2c2066b6295d9c8ed409522b8d2ace1ff8574c" |
| dependencies = [ |
| "arrow-arith", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-csv", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-json", |
| "arrow-ord", |
| "arrow-pyarrow", |
| "arrow-row", |
| "arrow-schema", |
| "arrow-select", |
| "arrow-string", |
| ] |
| |
| [[package]] |
| name = "arrow-arith" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ced5406f8b720cc0bc3aa9cf5758f93e8593cda5490677aa194e4b4b383f9a59" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-array" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "772bd34cacdda8baec9418d80d23d0fb4d50ef0735685bd45158b83dfeb6e62d" |
| dependencies = [ |
| "ahash", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "chrono-tz", |
| "half", |
| "hashbrown 0.16.1", |
| "num-complex", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-buffer" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "898f4cf1e9598fdb77f356fdf2134feedfd0ee8d5a4e0a5f573e7d0aec16baa4" |
| dependencies = [ |
| "bytes", |
| "half", |
| "num-bigint", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-cast" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0127816c96533d20fc938729f48c52d3e48f99717e7a0b5ade77d742510736d" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-ord", |
| "arrow-schema", |
| "arrow-select", |
| "atoi", |
| "base64", |
| "chrono", |
| "comfy-table", |
| "half", |
| "lexical-core", |
| "num-traits", |
| "ryu", |
| ] |
| |
| [[package]] |
| name = "arrow-csv" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca025bd0f38eeecb57c2153c0123b960494138e6a957bbda10da2b25415209fe" |
| dependencies = [ |
| "arrow-array", |
| "arrow-cast", |
| "arrow-schema", |
| "chrono", |
| "csv", |
| "csv-core", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "arrow-data" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42d10beeab2b1c3bb0b53a00f7c944a178b622173a5c7bcabc3cb45d90238df4" |
| dependencies = [ |
| "arrow-buffer", |
| "arrow-schema", |
| "half", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-ipc" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "609a441080e338147a84e8e6904b6da482cefb957c5cdc0f3398872f69a315d0" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "flatbuffers", |
| "lz4_flex", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "arrow-json" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ead0914e4861a531be48fe05858265cf854a4880b9ed12618b1d08cba9bebc8" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "indexmap", |
| "itoa", |
| "lexical-core", |
| "memchr", |
| "num-traits", |
| "ryu", |
| "serde_core", |
| "serde_json", |
| "simdutf8", |
| ] |
| |
| [[package]] |
| name = "arrow-ord" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "763a7ba279b20b52dad300e68cfc37c17efa65e68623169076855b3a9e941ca5" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| ] |
| |
| [[package]] |
| name = "arrow-pyarrow" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e63351dc11981a316c828a6032a5021345bba882f68bc4a36c36825a50725089" |
| dependencies = [ |
| "arrow-array", |
| "arrow-data", |
| "arrow-schema", |
| "pyo3", |
| ] |
| |
| [[package]] |
| name = "arrow-row" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e14fe367802f16d7668163ff647830258e6e0aeea9a4d79aaedf273af3bdcd3e" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "half", |
| ] |
| |
| [[package]] |
| name = "arrow-schema" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c30a1365d7a7dc50cc847e54154e6af49e4c4b0fddc9f607b687f29212082743" |
| dependencies = [ |
| "bitflags", |
| "serde_core", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "arrow-select" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78694888660a9e8ac949853db393af2a8b8fc82c19ce333132dfa2e72cc1a7fe" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-string" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61e04a01f8bb73ce54437514c5fd3ee2aa3e8abe4c777ee5cc55853b1652f79e" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "memchr", |
| "num-traits", |
| "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.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1" |
| dependencies = [ |
| "compression-codecs", |
| "compression-core", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[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.117", |
| ] |
| |
| [[package]] |
| name = "async-trait" |
| version = "0.1.89" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[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.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| |
| [[package]] |
| name = "base64" |
| version = "0.22.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| |
| [[package]] |
| name = "bigdecimal" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| |
| [[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.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2468ef7d57b3fb7e16b576e8377cdbde2320c60e1491e961d11da40fc4f02a2d" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "cc", |
| "cfg-if", |
| "constant_time_eq", |
| "cpufeatures 0.2.17", |
| ] |
| |
| [[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 = "bon" |
| version = "3.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe" |
| dependencies = [ |
| "bon-macros", |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "bon-macros" |
| version = "3.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c" |
| dependencies = [ |
| "darling", |
| "ident_case", |
| "prettyplease", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "brotli" |
| version = "8.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| "brotli-decompressor", |
| ] |
| |
| [[package]] |
| name = "brotli-decompressor" |
| version = "5.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| |
| [[package]] |
| name = "bzip2" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c" |
| dependencies = [ |
| "libbz2-rs-sys", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.2.58" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1" |
| dependencies = [ |
| "find-msvc-tools", |
| "jobserver", |
| "libc", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| |
| [[package]] |
| name = "chacha20" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.3.0", |
| "rand_core 0.10.0", |
| ] |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" |
| dependencies = [ |
| "iana-time-zone", |
| "num-traits", |
| "serde", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "chrono-tz" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3" |
| dependencies = [ |
| "chrono", |
| "phf", |
| ] |
| |
| [[package]] |
| name = "cmake" |
| version = "0.1.58" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "comfy-table" |
| version = "7.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47" |
| dependencies = [ |
| "unicode-segmentation", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "compression-codecs" |
| version = "0.4.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7" |
| dependencies = [ |
| "bzip2", |
| "compression-core", |
| "flate2", |
| "liblzma", |
| "memchr", |
| "zstd", |
| "zstd-safe", |
| ] |
| |
| [[package]] |
| name = "compression-core" |
| version = "0.4.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" |
| |
| [[package]] |
| name = "const-random" |
| version = "0.1.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" |
| dependencies = [ |
| "const-random-macro", |
| ] |
| |
| [[package]] |
| name = "const-random-macro" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" |
| dependencies = [ |
| "getrandom 0.2.17", |
| "once_cell", |
| "tiny-keccak", |
| ] |
| |
| [[package]] |
| name = "const_panic" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e262cdaac42494e3ae34c43969f9cdeb7da178bdb4b66fa6a1ea2edb4c8ae652" |
| dependencies = [ |
| "typewit", |
| ] |
| |
| [[package]] |
| name = "constant_time_eq" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 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 = "core_extensions" |
| version = "1.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42bb5e5d0269fd4f739ea6cedaf29c16d81c27a7ce7582008e90eb50dcd57003" |
| dependencies = [ |
| "core_extensions_proc_macros", |
| ] |
| |
| [[package]] |
| name = "core_extensions_proc_macros" |
| version = "1.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "533d38ecd2709b7608fb8e18e4504deb99e9a72879e6aa66373a76d8dc4259ea" |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| |
| [[package]] |
| name = "crunchy" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| dependencies = [ |
| "generic-array", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "cstr" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68523903c8ae5aacfa32a0d9ae60cadeb764e1da14ee0d26b1f3089f13a54636" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "csv" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938" |
| dependencies = [ |
| "csv-core", |
| "itoa", |
| "ryu", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "csv-core" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" |
| dependencies = [ |
| "darling_core", |
| "darling_macro", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" |
| dependencies = [ |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" |
| dependencies = [ |
| "darling_core", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[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 = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de9f8117889ba9503440f1dd79ebab32ba52ccf1720bb83cd718a29d4edc0d16" |
| dependencies = [ |
| "arrow", |
| "arrow-schema", |
| "async-trait", |
| "bytes", |
| "bzip2", |
| "chrono", |
| "datafusion-catalog", |
| "datafusion-catalog-listing", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-datasource-arrow", |
| "datafusion-datasource-avro", |
| "datafusion-datasource-csv", |
| "datafusion-datasource-json", |
| "datafusion-datasource-parquet", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-functions", |
| "datafusion-functions-aggregate", |
| "datafusion-functions-nested", |
| "datafusion-functions-table", |
| "datafusion-functions-window", |
| "datafusion-optimizer", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-adapter", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-optimizer", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "datafusion-sql", |
| "flate2", |
| "futures", |
| "itertools", |
| "liblzma", |
| "log", |
| "object_store", |
| "parking_lot", |
| "parquet", |
| "rand 0.9.2", |
| "regex", |
| "sqlparser", |
| "tempfile", |
| "tokio", |
| "url", |
| "uuid", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "datafusion-catalog" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be893b73a13671f310ffcc8da2c546b81efcc54c22e0382c0a28aa3537017137" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "dashmap", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "futures", |
| "itertools", |
| "log", |
| "object_store", |
| "parking_lot", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-catalog-listing" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830487b51ed83807d6b32d6325f349c3144ae0c9bf772cf2a712db180c31d5e6" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-adapter", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "futures", |
| "itertools", |
| "log", |
| "object_store", |
| ] |
| |
| [[package]] |
| name = "datafusion-common" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d7663f3af955292f8004e74bcaf8f7ea3d66cc38438749615bb84815b61a293" |
| dependencies = [ |
| "ahash", |
| "apache-avro", |
| "arrow", |
| "arrow-ipc", |
| "chrono", |
| "half", |
| "hashbrown 0.16.1", |
| "indexmap", |
| "itertools", |
| "libc", |
| "log", |
| "object_store", |
| "parquet", |
| "paste", |
| "recursive", |
| "sqlparser", |
| "tokio", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "datafusion-common-runtime" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f590205c7e32fe1fea48dd53ffb406e56ae0e7a062213a3ac848db8771641bd" |
| dependencies = [ |
| "futures", |
| "log", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fde1e030a9dc87b743c806fbd631f5ecfa2ccaa4ffb61fa19144a07fea406b79" |
| dependencies = [ |
| "arrow", |
| "async-compression", |
| "async-trait", |
| "bytes", |
| "bzip2", |
| "chrono", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-adapter", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "flate2", |
| "futures", |
| "glob", |
| "itertools", |
| "liblzma", |
| "log", |
| "object_store", |
| "rand 0.9.2", |
| "tokio", |
| "tokio-util", |
| "url", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource-arrow" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "331ebae7055dc108f9b54994b93dff91f3a17445539efe5b74e89264f7b36e15" |
| dependencies = [ |
| "arrow", |
| "arrow-ipc", |
| "async-trait", |
| "bytes", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "futures", |
| "itertools", |
| "object_store", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource-avro" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49dda81c79b6ba57b1853a9158abc66eb85a3aa1cede0c517dabec6d8a4ed3aa" |
| dependencies = [ |
| "apache-avro", |
| "arrow", |
| "async-trait", |
| "bytes", |
| "datafusion-common", |
| "datafusion-datasource", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "futures", |
| "num-traits", |
| "object_store", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource-csv" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e0d475088325e2986876aa27bb30d0574f72a22955a527d202f454681d55c5c" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "bytes", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "futures", |
| "object_store", |
| "regex", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource-json" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea1520d81f31770f3ad6ee98b391e75e87a68a5bb90de70064ace5e0a7182fe8" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "bytes", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "futures", |
| "object_store", |
| "serde_json", |
| "tokio", |
| "tokio-stream", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource-parquet" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95be805d0742ab129720f4c51ad9242cd872599cdb076098b03f061fcdc7f946" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "bytes", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions-aggregate-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-adapter", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-pruning", |
| "datafusion-session", |
| "futures", |
| "itertools", |
| "log", |
| "object_store", |
| "parking_lot", |
| "parquet", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-doc" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c93ad9e37730d2c7196e68616f3f2dd3b04c892e03acd3a8eeca6e177f3c06a" |
| |
| [[package]] |
| name = "datafusion-execution" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9437d3cd5d363f9319f8122182d4d233427de79c7eb748f23054c9aaa0fdd8df" |
| dependencies = [ |
| "arrow", |
| "arrow-buffer", |
| "async-trait", |
| "chrono", |
| "dashmap", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-physical-expr-common", |
| "futures", |
| "log", |
| "object_store", |
| "parking_lot", |
| "rand 0.9.2", |
| "tempfile", |
| "url", |
| ] |
| |
| [[package]] |
| name = "datafusion-expr" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67164333342b86521d6d93fa54081ee39839894fb10f7a700c099af96d7552cf" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "chrono", |
| "datafusion-common", |
| "datafusion-doc", |
| "datafusion-expr-common", |
| "datafusion-functions-aggregate-common", |
| "datafusion-functions-window-common", |
| "datafusion-physical-expr-common", |
| "indexmap", |
| "itertools", |
| "paste", |
| "recursive", |
| "serde_json", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "datafusion-expr-common" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab05fdd00e05d5a6ee362882546d29d6d3df43a6c55355164a7fbee12d163bc9" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "indexmap", |
| "itertools", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "datafusion-ffi" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b8250f7cdf463a0ad145f41d7508bcfa54c9b9f027317e599f0331097e3cc38" |
| dependencies = [ |
| "abi_stable", |
| "arrow", |
| "arrow-schema", |
| "async-ffi", |
| "async-trait", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions-aggregate-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-proto", |
| "datafusion-proto-common", |
| "datafusion-session", |
| "futures", |
| "log", |
| "prost", |
| "semver", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-ffi-example" |
| version = "52.0.0" |
| dependencies = [ |
| "arrow", |
| "arrow-array", |
| "arrow-schema", |
| "async-trait", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-ffi", |
| "datafusion-functions-aggregate", |
| "datafusion-functions-window", |
| "datafusion-python-util", |
| "pyo3", |
| "pyo3-build-config", |
| "pyo3-log", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04fb863482d987cf938db2079e07ab0d3bb64595f28907a6c2f8671ad71cca7e" |
| dependencies = [ |
| "arrow", |
| "arrow-buffer", |
| "base64", |
| "blake2", |
| "blake3", |
| "chrono", |
| "chrono-tz", |
| "datafusion-common", |
| "datafusion-doc", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-macros", |
| "hex", |
| "itertools", |
| "log", |
| "md-5", |
| "memchr", |
| "num-traits", |
| "rand 0.9.2", |
| "regex", |
| "sha2", |
| "unicode-segmentation", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-aggregate" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "829856f4e14275fb376c104f27cbf3c3b57a9cfe24885d98677525f5e43ce8d6" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "datafusion-common", |
| "datafusion-doc", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions-aggregate-common", |
| "datafusion-macros", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "half", |
| "log", |
| "num-traits", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-aggregate-common" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08af79cc3d2aa874a362fb97decfcbd73d687190cb096f16a6c85a7780cce311" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "datafusion-common", |
| "datafusion-expr-common", |
| "datafusion-physical-expr-common", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-nested" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "465ae3368146d49c2eda3e2c0ef114424c87e8a6b509ab34c1026ace6497e790" |
| dependencies = [ |
| "arrow", |
| "arrow-ord", |
| "datafusion-common", |
| "datafusion-doc", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-functions", |
| "datafusion-functions-aggregate", |
| "datafusion-functions-aggregate-common", |
| "datafusion-macros", |
| "datafusion-physical-expr-common", |
| "hashbrown 0.16.1", |
| "itertools", |
| "itoa", |
| "log", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-table" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6156e6b22fcf1784112fc0173f3ae6e78c8fdb4d3ed0eace9543873b437e2af6" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-physical-plan", |
| "parking_lot", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-window" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca7baec14f866729012efb89011a6973f3a346dc8090c567bfcd328deff551c1" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-doc", |
| "datafusion-expr", |
| "datafusion-functions-window-common", |
| "datafusion-macros", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "log", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-window-common" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "159228c3280d342658466bb556dc24de30047fe1d7e559dc5d16ccc5324166f9" |
| dependencies = [ |
| "datafusion-common", |
| "datafusion-physical-expr-common", |
| ] |
| |
| [[package]] |
| name = "datafusion-macros" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5427e5da5edca4d21ea1c7f50e1c9421775fe33d7d5726e5641a833566e7578" |
| dependencies = [ |
| "datafusion-doc", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "datafusion-optimizer" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89099eefcd5b223ec685c36a41d35c69239236310d71d339f2af0fa4383f3f46" |
| dependencies = [ |
| "arrow", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-physical-expr", |
| "indexmap", |
| "itertools", |
| "log", |
| "recursive", |
| "regex", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f222df5195d605d79098ef37bdd5323bff0131c9d877a24da6ec98dfca9fe36" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-functions-aggregate-common", |
| "datafusion-physical-expr-common", |
| "half", |
| "hashbrown 0.16.1", |
| "indexmap", |
| "itertools", |
| "parking_lot", |
| "paste", |
| "petgraph", |
| "recursive", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr-adapter" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40838625d63d9c12549d81979db3dd675d159055eb9135009ba272ab0e8d0f64" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-functions", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "itertools", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr-common" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eacbcc4cfd502558184ed58fa3c72e775ec65bf077eef5fd2b3453db676f893c" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr-common", |
| "hashbrown 0.16.1", |
| "indexmap", |
| "itertools", |
| "parking_lot", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-optimizer" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d501d0e1d0910f015677121601ac177ec59272ef5c9324d1147b394988f40941" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-pruning", |
| "itertools", |
| "recursive", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-plan" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "463c88ad6f1ecab1810f4c9f046898bee035b370137eb79b2b2db925e270631d" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "arrow-ord", |
| "arrow-schema", |
| "async-trait", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions", |
| "datafusion-functions-aggregate-common", |
| "datafusion-functions-window-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "futures", |
| "half", |
| "hashbrown 0.16.1", |
| "indexmap", |
| "itertools", |
| "log", |
| "num-traits", |
| "parking_lot", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-proto" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677ee4448a010ed5faeff8d73ff78972c2ace59eff3cd7bd15833a1dafa00492" |
| dependencies = [ |
| "arrow", |
| "chrono", |
| "datafusion-catalog", |
| "datafusion-catalog-listing", |
| "datafusion-common", |
| "datafusion-datasource", |
| "datafusion-datasource-arrow", |
| "datafusion-datasource-csv", |
| "datafusion-datasource-json", |
| "datafusion-datasource-parquet", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions-table", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-proto-common", |
| "object_store", |
| "prost", |
| "rand 0.9.2", |
| ] |
| |
| [[package]] |
| name = "datafusion-proto-common" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "965eca01edc8259edbbd95883a00b6d81e329fd44a019cfac3a03b026a83eade" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "prost", |
| ] |
| |
| [[package]] |
| name = "datafusion-pruning" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2857618a0ecbd8cd0cf29826889edd3a25774ec26b2995fc3862095c95d88fc6" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-datasource", |
| "datafusion-expr-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "itertools", |
| "log", |
| ] |
| |
| [[package]] |
| name = "datafusion-python" |
| version = "52.0.0" |
| dependencies = [ |
| "arrow", |
| "arrow-select", |
| "async-trait", |
| "cstr", |
| "datafusion", |
| "datafusion-ffi", |
| "datafusion-proto", |
| "datafusion-python-util", |
| "datafusion-substrait", |
| "futures", |
| "log", |
| "mimalloc", |
| "object_store", |
| "parking_lot", |
| "prost", |
| "prost-types", |
| "pyo3", |
| "pyo3-async-runtimes", |
| "pyo3-build-config", |
| "pyo3-log", |
| "serde_json", |
| "tokio", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-python-util" |
| version = "52.0.0" |
| dependencies = [ |
| "arrow", |
| "datafusion", |
| "datafusion-ffi", |
| "prost", |
| "pyo3", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-session" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef8637e35022c5c775003b3ab1debc6b4a8f0eb41b069bdd5475dd3aa93f6eba" |
| dependencies = [ |
| "async-trait", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-plan", |
| "parking_lot", |
| ] |
| |
| [[package]] |
| name = "datafusion-sql" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12d9e9f16a1692a11c94bcc418191fa15fd2b4d72a0c1a0c607db93c0b84dd81" |
| dependencies = [ |
| "arrow", |
| "bigdecimal", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-functions-nested", |
| "indexmap", |
| "log", |
| "recursive", |
| "regex", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "datafusion-substrait" |
| version = "53.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d5e5656a7e63d51dd3e5af3dbd347ea83bbe993a77c66b854b74961570d16490" |
| dependencies = [ |
| "async-recursion", |
| "async-trait", |
| "chrono", |
| "datafusion", |
| "half", |
| "itertools", |
| "object_store", |
| "pbjson-types", |
| "prost", |
| "substrait", |
| "tokio", |
| "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.117", |
| ] |
| |
| [[package]] |
| name = "dyn-clone" |
| version = "1.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
| |
| [[package]] |
| name = "either" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "fastrand" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| |
| [[package]] |
| name = "find-msvc-tools" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| |
| [[package]] |
| name = "fixedbitset" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" |
| |
| [[package]] |
| name = "flatbuffers" |
| version = "25.12.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3" |
| dependencies = [ |
| "bitflags", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| "zlib-rs", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project-lite", |
| "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.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "wasi", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "r-efi 5.3.0", |
| "wasip2", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "r-efi 6.0.0", |
| "rand_core 0.10.0", |
| "wasip2", |
| "wasip3", |
| ] |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| |
| [[package]] |
| name = "h2" |
| version = "0.4.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "http", |
| "indexmap", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "2.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| dependencies = [ |
| "cfg-if", |
| "crunchy", |
| "num-traits", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| dependencies = [ |
| "foldhash 0.1.5", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| dependencies = [ |
| "allocator-api2", |
| "equivalent", |
| "foldhash 0.2.0", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "http" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| dependencies = [ |
| "bytes", |
| "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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "http", |
| "http-body", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "httparse" |
| version = "1.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| |
| [[package]] |
| name = "humantime" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" |
| |
| [[package]] |
| name = "hyper" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "h2", |
| "http", |
| "http-body", |
| "httparse", |
| "itoa", |
| "pin-project-lite", |
| "pin-utils", |
| "smallvec", |
| "tokio", |
| "want", |
| ] |
| |
| [[package]] |
| name = "hyper-rustls" |
| version = "0.27.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| dependencies = [ |
| "http", |
| "hyper", |
| "hyper-util", |
| "rustls", |
| "rustls-native-certs", |
| "rustls-pki-types", |
| "tokio", |
| "tokio-rustls", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "hyper-util" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| dependencies = [ |
| "base64", |
| "bytes", |
| "futures-channel", |
| "futures-util", |
| "http", |
| "http-body", |
| "hyper", |
| "ipnet", |
| "libc", |
| "percent-encoding", |
| "pin-project-lite", |
| "socket2", |
| "tokio", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.65" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "log", |
| "wasm-bindgen", |
| "windows-core", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone-haiku" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "icu_collections" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" |
| dependencies = [ |
| "displaydoc", |
| "potential_utf", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locale_core" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" |
| dependencies = [ |
| "icu_collections", |
| "icu_normalizer_data", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer_data" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" |
| |
| [[package]] |
| name = "icu_properties" |
| version = "2.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" |
| dependencies = [ |
| "icu_collections", |
| "icu_locale_core", |
| "icu_properties_data", |
| "icu_provider", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_properties_data" |
| version = "2.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" |
| dependencies = [ |
| "displaydoc", |
| "icu_locale_core", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "id-arena" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| |
| [[package]] |
| name = "ident_case" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| |
| [[package]] |
| name = "idna" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| dependencies = [ |
| "idna_adapter", |
| "smallvec", |
| "utf8_iter", |
| ] |
| |
| [[package]] |
| name = "idna_adapter" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| dependencies = [ |
| "icu_normalizer", |
| "icu_properties", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.16.1", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[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.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| |
| [[package]] |
| name = "iri-string" |
| version = "0.7.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8e7418f59cc01c88316161279a7f665217ae316b388e58a0d10e29f54f1e5eb" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| dependencies = [ |
| "getrandom 0.3.4", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.91" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" |
| dependencies = [ |
| "once_cell", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "leb128fmt" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| |
| [[package]] |
| name = "lexical-core" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594" |
| dependencies = [ |
| "lexical-parse-float", |
| "lexical-parse-integer", |
| "lexical-util", |
| "lexical-write-float", |
| "lexical-write-integer", |
| ] |
| |
| [[package]] |
| name = "lexical-parse-float" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56" |
| dependencies = [ |
| "lexical-parse-integer", |
| "lexical-util", |
| ] |
| |
| [[package]] |
| name = "lexical-parse-integer" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34" |
| dependencies = [ |
| "lexical-util", |
| ] |
| |
| [[package]] |
| name = "lexical-util" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17" |
| |
| [[package]] |
| name = "lexical-write-float" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361" |
| dependencies = [ |
| "lexical-util", |
| "lexical-write-integer", |
| ] |
| |
| [[package]] |
| name = "lexical-write-integer" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df" |
| dependencies = [ |
| "lexical-util", |
| ] |
| |
| [[package]] |
| name = "libbz2-rs-sys" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.183" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" |
| |
| [[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 = "liblzma" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6033b77c21d1f56deeae8014eb9fbe7bdf1765185a6c508b5ca82eeaed7f899" |
| dependencies = [ |
| "liblzma-sys", |
| ] |
| |
| [[package]] |
| name = "liblzma-sys" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f2db66f3268487b5033077f266da6777d057949b8f93c8ad82e441df25e6186" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| dependencies = [ |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| |
| [[package]] |
| name = "lru-slab" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| |
| [[package]] |
| name = "lz4_flex" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db9a0d582c2874f68138a16ce1867e0ffde6c0bb0a0df85e1f36d04146db488a" |
| dependencies = [ |
| "twox-hash", |
| ] |
| |
| [[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.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| |
| [[package]] |
| name = "mimalloc" |
| version = "0.1.48" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8" |
| dependencies = [ |
| "libmimalloc-sys", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| dependencies = [ |
| "adler2", |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" |
| dependencies = [ |
| "libc", |
| "wasi", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "multimap" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" |
| |
| [[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", |
| "serde", |
| ] |
| |
| [[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-traits" |
| version = "0.2.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.37.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "object_store" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "622acbc9100d3c10e2ee15804b0caa40e55c933d5aa53814cd520805b7958a49" |
| dependencies = [ |
| "async-trait", |
| "base64", |
| "bytes", |
| "chrono", |
| "form_urlencoded", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "http", |
| "http-body-util", |
| "httparse", |
| "humantime", |
| "hyper", |
| "itertools", |
| "md-5", |
| "parking_lot", |
| "percent-encoding", |
| "quick-xml", |
| "rand 0.10.0", |
| "reqwest", |
| "ring", |
| "rustls-pki-types", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "thiserror", |
| "tokio", |
| "tracing", |
| "url", |
| "walkdir", |
| "wasm-bindgen-futures", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.21.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| |
| [[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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "parquet" |
| version = "58.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d3f9f2205199603564127932b89695f52b62322f541d0fc7179d57c2e1c9877" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-schema", |
| "arrow-select", |
| "base64", |
| "brotli", |
| "bytes", |
| "chrono", |
| "flate2", |
| "futures", |
| "half", |
| "hashbrown 0.16.1", |
| "lz4_flex", |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| "object_store", |
| "paste", |
| "seq-macro", |
| "simdutf8", |
| "snap", |
| "thrift", |
| "tokio", |
| "twox-hash", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| |
| [[package]] |
| name = "pbjson" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "898bac3fa00d0ba57a4e8289837e965baa2dee8c3749f3b11d45a64b4223d9c3" |
| dependencies = [ |
| "base64", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "pbjson-build" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af22d08a625a2213a78dbb0ffa253318c5c79ce3133d32d296655a7bdfb02095" |
| dependencies = [ |
| "heck", |
| "itertools", |
| "prost", |
| "prost-types", |
| ] |
| |
| [[package]] |
| name = "pbjson-types" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e748e28374f10a330ee3bb9f29b828c0ac79831a32bab65015ad9b661ead526" |
| dependencies = [ |
| "bytes", |
| "chrono", |
| "pbjson", |
| "pbjson-build", |
| "prost", |
| "prost-build", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| |
| [[package]] |
| name = "petgraph" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455" |
| dependencies = [ |
| "fixedbitset", |
| "hashbrown 0.15.5", |
| "indexmap", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7" |
| dependencies = [ |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981" |
| dependencies = [ |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| |
| [[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.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" |
| |
| [[package]] |
| name = "potential_utf" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" |
| dependencies = [ |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| dependencies = [ |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "prettyplease" |
| version = "0.2.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| dependencies = [ |
| "proc-macro2", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.106" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "prost" |
| version = "0.14.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568" |
| dependencies = [ |
| "bytes", |
| "prost-derive", |
| ] |
| |
| [[package]] |
| name = "prost-build" |
| version = "0.14.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7" |
| dependencies = [ |
| "heck", |
| "itertools", |
| "log", |
| "multimap", |
| "petgraph", |
| "prettyplease", |
| "prost", |
| "prost-types", |
| "regex", |
| "syn 2.0.117", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "prost-derive" |
| version = "0.14.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" |
| dependencies = [ |
| "anyhow", |
| "itertools", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "prost-types" |
| version = "0.14.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7" |
| dependencies = [ |
| "prost", |
| ] |
| |
| [[package]] |
| name = "protobuf-src" |
| version = "2.1.1+27.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6217c3504da19b85a3a4b2e9a5183d635822d83507ba0986624b5c05b83bfc40" |
| dependencies = [ |
| "cmake", |
| ] |
| |
| [[package]] |
| name = "psm" |
| version = "0.1.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8" |
| dependencies = [ |
| "ar_archive_writer", |
| "cc", |
| ] |
| |
| [[package]] |
| name = "pyo3" |
| version = "0.28.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1" |
| dependencies = [ |
| "libc", |
| "once_cell", |
| "portable-atomic", |
| "pyo3-build-config", |
| "pyo3-ffi", |
| "pyo3-macros", |
| ] |
| |
| [[package]] |
| name = "pyo3-async-runtimes" |
| version = "0.28.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e7364a95bf00e8377bbf9b0f09d7ff9715a29d8fcf93b47d1a967363b973178" |
| dependencies = [ |
| "futures-channel", |
| "futures-util", |
| "once_cell", |
| "pin-project-lite", |
| "pyo3", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "pyo3-build-config" |
| version = "0.28.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7" |
| dependencies = [ |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "pyo3-ffi" |
| version = "0.28.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc" |
| dependencies = [ |
| "libc", |
| "pyo3-build-config", |
| ] |
| |
| [[package]] |
| name = "pyo3-log" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26c2ec80932c5c3b2d4fbc578c9b56b2d4502098587edb8bef5b6bfcad43682e" |
| dependencies = [ |
| "arc-swap", |
| "log", |
| "pyo3", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros" |
| version = "0.28.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e" |
| dependencies = [ |
| "proc-macro2", |
| "pyo3-macros-backend", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros-backend" |
| version = "0.28.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "pyo3-build-config", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[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.39.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "quinn" |
| version = "0.11.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" |
| dependencies = [ |
| "bytes", |
| "cfg_aliases", |
| "pin-project-lite", |
| "quinn-proto", |
| "quinn-udp", |
| "rustc-hash", |
| "rustls", |
| "socket2", |
| "thiserror", |
| "tokio", |
| "tracing", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "quinn-proto" |
| version = "0.11.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" |
| dependencies = [ |
| "bytes", |
| "getrandom 0.3.4", |
| "lru-slab", |
| "rand 0.9.2", |
| "ring", |
| "rustc-hash", |
| "rustls", |
| "rustls-pki-types", |
| "slab", |
| "thiserror", |
| "tinyvec", |
| "tracing", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "quinn-udp" |
| version = "0.5.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" |
| dependencies = [ |
| "cfg_aliases", |
| "libc", |
| "once_cell", |
| "socket2", |
| "tracing", |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "r-efi" |
| version = "5.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| |
| [[package]] |
| name = "r-efi" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| |
| [[package]] |
| name = "rand" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| dependencies = [ |
| "rand_chacha", |
| "rand_core 0.9.5", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" |
| dependencies = [ |
| "chacha20", |
| "getrandom 0.4.2", |
| "rand_core 0.10.0", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.9.5", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| dependencies = [ |
| "getrandom 0.3.4", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" |
| |
| [[package]] |
| name = "recursive" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e" |
| dependencies = [ |
| "recursive-proc-macro-impl", |
| "stacker", |
| ] |
| |
| [[package]] |
| name = "recursive-proc-macro-impl" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b" |
| dependencies = [ |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| dependencies = [ |
| "bitflags", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-lite" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| |
| [[package]] |
| name = "regress" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2057b2325e68a893284d1538021ab90279adac1139957ca2a74426c6f118fb48" |
| dependencies = [ |
| "hashbrown 0.16.1", |
| "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.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| dependencies = [ |
| "base64", |
| "bytes", |
| "futures-core", |
| "futures-util", |
| "h2", |
| "http", |
| "http-body", |
| "http-body-util", |
| "hyper", |
| "hyper-rustls", |
| "hyper-util", |
| "js-sys", |
| "log", |
| "percent-encoding", |
| "pin-project-lite", |
| "quinn", |
| "rustls", |
| "rustls-native-certs", |
| "rustls-pki-types", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "sync_wrapper", |
| "tokio", |
| "tokio-rustls", |
| "tokio-util", |
| "tower", |
| "tower-http", |
| "tower-service", |
| "url", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-streams", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "ring" |
| version = "0.17.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "getrandom 0.2.17", |
| "libc", |
| "untrusted", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| |
| [[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 = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| dependencies = [ |
| "bitflags", |
| "errno", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.23.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" |
| dependencies = [ |
| "once_cell", |
| "ring", |
| "rustls-pki-types", |
| "rustls-webpki", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-native-certs" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" |
| dependencies = [ |
| "openssl-probe", |
| "rustls-pki-types", |
| "schannel", |
| "security-framework", |
| ] |
| |
| [[package]] |
| name = "rustls-pki-types" |
| version = "1.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" |
| dependencies = [ |
| "web-time", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-webpki" |
| version = "0.103.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" |
| dependencies = [ |
| "ring", |
| "rustls-pki-types", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| |
| [[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.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "schemars" |
| version = "0.8.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" |
| dependencies = [ |
| "dyn-clone", |
| "schemars_derive", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "schemars_derive" |
| version = "0.8.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde_derive_internals", |
| "syn 2.0.117", |
| ] |
| |
| [[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.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| dependencies = [ |
| "bitflags", |
| "core-foundation", |
| "core-foundation-sys", |
| "libc", |
| "security-framework-sys", |
| ] |
| |
| [[package]] |
| name = "security-framework-sys" |
| version = "2.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| dependencies = [ |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "seq-macro" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| dependencies = [ |
| "serde_core", |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_bytes" |
| version = "0.11.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" |
| dependencies = [ |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "serde_core" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[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.117", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.149" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| dependencies = [ |
| "itoa", |
| "memchr", |
| "serde", |
| "serde_core", |
| "zmij", |
| ] |
| |
| [[package]] |
| name = "serde_tokenstream" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7c49585c52c01f13c5c2ebb333f14f6885d76daa768d8a037d28017ec538c69" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn 2.0.117", |
| ] |
| |
| [[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.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.2.17", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "shlex" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| |
| [[package]] |
| name = "simd-adler32" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" |
| |
| [[package]] |
| name = "simdutf8" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" |
| |
| [[package]] |
| name = "siphasher" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| |
| [[package]] |
| name = "snap" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "sqlparser" |
| version = "0.61.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbf5ea8d4d7c808e1af1cbabebca9a2abe603bcefc22294c5b95018d53200cb7" |
| dependencies = [ |
| "log", |
| "recursive", |
| "sqlparser_derive", |
| ] |
| |
| [[package]] |
| name = "sqlparser_derive" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6dd45d8fc1c79299bfbb7190e42ccbbdf6a5f52e4a6ad98d92357ea965bd289" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| |
| [[package]] |
| name = "stacker" |
| version = "0.1.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "libc", |
| "psm", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| |
| [[package]] |
| name = "strum" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "substrait" |
| version = "0.62.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62fc4b483a129b9772ccb9c3f7945a472112fdd9140da87f8a4e7f1d44e045d0" |
| dependencies = [ |
| "heck", |
| "pbjson", |
| "pbjson-build", |
| "pbjson-types", |
| "prettyplease", |
| "prost", |
| "prost-build", |
| "prost-types", |
| "protobuf-src", |
| "regress", |
| "schemars", |
| "semver", |
| "serde", |
| "serde_json", |
| "serde_yaml", |
| "syn 2.0.117", |
| "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.117" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "target-lexicon" |
| version = "0.13.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| dependencies = [ |
| "fastrand", |
| "getrandom 0.4.2", |
| "once_cell", |
| "rustix", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "2.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[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.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" |
| dependencies = [ |
| "displaydoc", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" |
| 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.50.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" |
| dependencies = [ |
| "bytes", |
| "libc", |
| "mio", |
| "pin-project-lite", |
| "socket2", |
| "tokio-macros", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "2.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "tokio-rustls" |
| version = "0.26.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| dependencies = [ |
| "rustls", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-stream" |
| version = "0.1.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| dependencies = [ |
| "futures-core", |
| "pin-project-lite", |
| "tokio", |
| "tokio-util", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.7.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-sink", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tower" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| dependencies = [ |
| "futures-core", |
| "futures-util", |
| "pin-project-lite", |
| "sync_wrapper", |
| "tokio", |
| "tower-layer", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "tower-http" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" |
| dependencies = [ |
| "bitflags", |
| "bytes", |
| "futures-util", |
| "http", |
| "http-body", |
| "iri-string", |
| "pin-project-lite", |
| "tower", |
| "tower-layer", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "tower-layer" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| |
| [[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.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| dependencies = [ |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 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 = "2.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" |
| |
| [[package]] |
| name = "typed-arena" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" |
| |
| [[package]] |
| name = "typenum" |
| version = "1.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
| |
| [[package]] |
| name = "typewit" |
| version = "1.14.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8c1ae7cc0fdb8b842d65d127cb981574b0d2b249b74d1c7a2986863dc134f71" |
| |
| [[package]] |
| name = "typify" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6d5bcc6f62eb1fa8aa4098f39b29f93dcb914e17158b76c50360911257aa629" |
| dependencies = [ |
| "typify-impl", |
| "typify-macro", |
| ] |
| |
| [[package]] |
| name = "typify-impl" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1eb359f7ffa4f9ebe947fa11a1b2da054564502968db5f317b7e37693cb2240" |
| dependencies = [ |
| "heck", |
| "log", |
| "proc-macro2", |
| "quote", |
| "regress", |
| "schemars", |
| "semver", |
| "serde", |
| "serde_json", |
| "syn 2.0.117", |
| "thiserror", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "typify-macro" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "911c32f3c8514b048c1b228361bebb5e6d73aeec01696e8cc0e82e2ffef8ab7a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "schemars", |
| "semver", |
| "serde", |
| "serde_json", |
| "serde_tokenstream", |
| "syn 2.0.117", |
| "typify-impl", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| |
| [[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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "utf8_iter" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| |
| [[package]] |
| name = "uuid" |
| version = "1.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" |
| dependencies = [ |
| "getrandom 0.4.2", |
| "js-sys", |
| "serde_core", |
| "wasm-bindgen", |
| ] |
| |
| [[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.1+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| |
| [[package]] |
| name = "wasip2" |
| version = "1.0.2+wasi-0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| dependencies = [ |
| "wit-bindgen", |
| ] |
| |
| [[package]] |
| name = "wasip3" |
| version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| dependencies = [ |
| "wit-bindgen", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.114" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "rustversion", |
| "wasm-bindgen-macro", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.64" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8" |
| dependencies = [ |
| "cfg-if", |
| "futures-util", |
| "js-sys", |
| "once_cell", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.114" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.114" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" |
| dependencies = [ |
| "bumpalo", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.114" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "wasm-encoder" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| dependencies = [ |
| "leb128fmt", |
| "wasmparser", |
| ] |
| |
| [[package]] |
| name = "wasm-metadata" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| dependencies = [ |
| "anyhow", |
| "indexmap", |
| "wasm-encoder", |
| "wasmparser", |
| ] |
| |
| [[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 = "wasmparser" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| dependencies = [ |
| "bitflags", |
| "hashbrown 0.15.5", |
| "indexmap", |
| "semver", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.91" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" |
| 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.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.62.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| dependencies = [ |
| "windows-implement", |
| "windows-interface", |
| "windows-link", |
| "windows-result", |
| "windows-strings", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.60.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.59.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.59.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.60.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| dependencies = [ |
| "windows-targets 0.53.5", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.61.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.52.6", |
| "windows_aarch64_msvc 0.52.6", |
| "windows_i686_gnu 0.52.6", |
| "windows_i686_gnullvm 0.52.6", |
| "windows_i686_msvc 0.52.6", |
| "windows_x86_64_gnu 0.52.6", |
| "windows_x86_64_gnullvm 0.52.6", |
| "windows_x86_64_msvc 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.53.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| dependencies = [ |
| "windows-link", |
| "windows_aarch64_gnullvm 0.53.1", |
| "windows_aarch64_msvc 0.53.1", |
| "windows_i686_gnu 0.53.1", |
| "windows_i686_gnullvm 0.53.1", |
| "windows_i686_msvc 0.53.1", |
| "windows_x86_64_gnu 0.53.1", |
| "windows_x86_64_gnullvm 0.53.1", |
| "windows_x86_64_msvc 0.53.1", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| |
| [[package]] |
| name = "wit-bindgen" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| dependencies = [ |
| "wit-bindgen-rust-macro", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen-core" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| dependencies = [ |
| "anyhow", |
| "heck", |
| "wit-parser", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen-rust" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| dependencies = [ |
| "anyhow", |
| "heck", |
| "indexmap", |
| "prettyplease", |
| "syn 2.0.117", |
| "wasm-metadata", |
| "wit-bindgen-core", |
| "wit-component", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen-rust-macro" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| dependencies = [ |
| "anyhow", |
| "prettyplease", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| "wit-bindgen-core", |
| "wit-bindgen-rust", |
| ] |
| |
| [[package]] |
| name = "wit-component" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| dependencies = [ |
| "anyhow", |
| "bitflags", |
| "indexmap", |
| "log", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "wasm-encoder", |
| "wasm-metadata", |
| "wasmparser", |
| "wit-parser", |
| ] |
| |
| [[package]] |
| name = "wit-parser" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| dependencies = [ |
| "anyhow", |
| "id-arena", |
| "indexmap", |
| "log", |
| "semver", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "unicode-xid", |
| "wasmparser", |
| ] |
| |
| [[package]] |
| name = "writeable" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" |
| |
| [[package]] |
| name = "yoke" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" |
| dependencies = [ |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.8.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.8.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zeroize" |
| version = "1.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| |
| [[package]] |
| name = "zerotrie" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.11.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.117", |
| ] |
| |
| [[package]] |
| name = "zlib-rs" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513" |
| |
| [[package]] |
| name = "zmij" |
| version = "1.0.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| |
| [[package]] |
| name = "zstd" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" |
| dependencies = [ |
| "zstd-safe", |
| ] |
| |
| [[package]] |
| name = "zstd-safe" |
| version = "7.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" |
| dependencies = [ |
| "zstd-sys", |
| ] |
| |
| [[package]] |
| name = "zstd-sys" |
| version = "2.0.16+zstd.1.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| ] |