| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "abi_stable" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69d6512d3eb05ffe5004c59c206de7f99c34951504056ce23fc953842f12c445" |
| dependencies = [ |
| "abi_stable_derive", |
| "abi_stable_shared", |
| "const_panic", |
| "core_extensions", |
| "crossbeam-channel", |
| "generational-arena", |
| "libloading", |
| "lock_api", |
| "parking_lot", |
| "paste", |
| "repr_offset", |
| "rustc_version", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "abi_stable_derive" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7178468b407a4ee10e881bc7a328a65e739f0863615cca4429d43916b05e898" |
| dependencies = [ |
| "abi_stable_shared", |
| "as_derive_utils", |
| "core_extensions", |
| "proc-macro2", |
| "quote", |
| "rustc_version", |
| "syn 1.0.109", |
| "typed-arena", |
| ] |
| |
| [[package]] |
| name = "abi_stable_shared" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2b5df7688c123e63f4d4d649cba63f2967ba7f7861b1664fca3f77d3dad2b63" |
| dependencies = [ |
| "core_extensions", |
| ] |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.24.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" |
| dependencies = [ |
| "gimli", |
| ] |
| |
| [[package]] |
| name = "adler2" |
| version = "2.0.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.3", |
| "once_cell", |
| "version_check", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "alloc-no-stdlib" |
| version = "2.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" |
| |
| [[package]] |
| name = "alloc-stdlib" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" |
| dependencies = [ |
| "alloc-no-stdlib", |
| ] |
| |
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| |
| [[package]] |
| name = "android_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.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" |
| |
| [[package]] |
| name = "apache-avro" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a033b4ced7c585199fb78ef50fca7fe2f444369ec48080c5fd072efa1a03cc7" |
| dependencies = [ |
| "bigdecimal", |
| "bon", |
| "bzip2 0.6.0", |
| "crc32fast", |
| "digest", |
| "log", |
| "miniz_oxide", |
| "num-bigint", |
| "quad-rand", |
| "rand", |
| "regex-lite", |
| "serde", |
| "serde_bytes", |
| "serde_json", |
| "snap", |
| "strum 0.27.2", |
| "strum_macros 0.27.2", |
| "thiserror", |
| "uuid", |
| "xz2", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "arc-swap" |
| version = "1.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" |
| |
| [[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 = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e833808ff2d94ed40d9379848a950d995043c7fb3e81a30b383f4c6033821cc" |
| 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 = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad08897b81588f60ba983e3ca39bda2b179bdd84dced378e7df81a5313802ef8" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-array" |
| version = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8548ca7c070d8db9ce7aa43f37393e4bfcf3f2d3681df278490772fd1673d08d" |
| dependencies = [ |
| "ahash", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "chrono-tz", |
| "half", |
| "hashbrown 0.16.0", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-buffer" |
| version = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e003216336f70446457e280807a73899dd822feaf02087d31febca1363e2fccc" |
| dependencies = [ |
| "bytes", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-cast" |
| version = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "919418a0681298d3a77d1a315f625916cb5678ad0d74b9c60108eb15fd083023" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "atoi", |
| "base64 0.22.1", |
| "chrono", |
| "comfy-table", |
| "half", |
| "lexical-core", |
| "num", |
| "ryu", |
| ] |
| |
| [[package]] |
| name = "arrow-csv" |
| version = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa9bf02705b5cf762b6f764c65f04ae9082c7cfc4e96e0c33548ee3f67012eb" |
| dependencies = [ |
| "arrow-array", |
| "arrow-cast", |
| "arrow-schema", |
| "chrono", |
| "csv", |
| "csv-core", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "arrow-data" |
| version = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5c64fff1d142f833d78897a772f2e5b55b36cb3e6320376f0961ab0db7bd6d0" |
| dependencies = [ |
| "arrow-buffer", |
| "arrow-schema", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-ipc" |
| version = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d3594dcddccc7f20fd069bc8e9828ce37220372680ff638c5e00dea427d88f5" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "flatbuffers", |
| "lz4_flex", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "arrow-json" |
| version = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88cf36502b64a127dc659e3b305f1d993a544eab0d48cce704424e62074dc04b" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "indexmap", |
| "lexical-core", |
| "memchr", |
| "num", |
| "serde", |
| "serde_json", |
| "simdutf8", |
| ] |
| |
| [[package]] |
| name = "arrow-ord" |
| version = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c8f82583eb4f8d84d4ee55fd1cb306720cddead7596edce95b50ee418edf66f" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| ] |
| |
| [[package]] |
| name = "arrow-pyarrow" |
| version = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d924b32e96f8bb74d94cd82bd97b313c432fcb0ea331689ef9e7c6b8be4b258" |
| dependencies = [ |
| "arrow-array", |
| "arrow-data", |
| "arrow-schema", |
| "pyo3", |
| ] |
| |
| [[package]] |
| name = "arrow-row" |
| version = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d07ba24522229d9085031df6b94605e0f4b26e099fb7cdeec37abd941a73753" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "half", |
| ] |
| |
| [[package]] |
| name = "arrow-schema" |
| version = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3aa9e59c611ebc291c28582077ef25c97f1975383f1479b12f3b9ffee2ffabe" |
| dependencies = [ |
| "bitflags", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "arrow-select" |
| version = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c41dbbd1e97bfcaee4fcb30e29105fb2c75e4d82ae4de70b792a5d3f66b2e7a" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-string" |
| version = "56.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53f5183c150fbc619eede22b861ea7c0eebed8eaac0333eaa7f6da5205fd504d" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "memchr", |
| "num", |
| "regex", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "as_derive_utils" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff3c96645900a44cf11941c111bd08a6573b0e2f9f69bc9264b179d8fae753c4" |
| dependencies = [ |
| "core_extensions", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "async-compression" |
| version = "0.4.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06575e6a9673580f52661c92107baabffbf41e2141373441cbcdc47cb733003c" |
| dependencies = [ |
| "bzip2 0.5.2", |
| "flate2", |
| "futures-core", |
| "memchr", |
| "pin-project-lite", |
| "tokio", |
| "xz2", |
| "zstd", |
| "zstd-safe", |
| ] |
| |
| [[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.106", |
| ] |
| |
| [[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.106", |
| ] |
| |
| [[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 = "backtrace" |
| version = "0.3.75" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" |
| dependencies = [ |
| "addr2line", |
| "cfg-if", |
| "libc", |
| "miniz_oxide", |
| "object", |
| "rustc-demangle", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.21.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| |
| [[package]] |
| name = "base64" |
| version = "0.22.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| |
| [[package]] |
| name = "bigdecimal" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" |
| |
| [[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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "cc", |
| "cfg-if", |
| "constant_time_eq", |
| ] |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "bon" |
| version = "3.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2529c31017402be841eb45892278a6c21a000c0a17643af326c73a73f83f0fb" |
| dependencies = [ |
| "bon-macros", |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "bon-macros" |
| version = "3.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d82020dadcb845a345591863adb65d74fa8dc5c18a0b6d408470e13b7adc7005" |
| dependencies = [ |
| "darling", |
| "ident_case", |
| "prettyplease", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.106", |
| ] |
| |
| [[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.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" |
| |
| [[package]] |
| name = "bzip2" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47" |
| dependencies = [ |
| "bzip2-sys", |
| ] |
| |
| [[package]] |
| name = "bzip2" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bea8dcd42434048e4f7a304411d9273a411f647446c1234a65ce0554923f4cff" |
| dependencies = [ |
| "libbz2-rs-sys", |
| ] |
| |
| [[package]] |
| name = "bzip2-sys" |
| version = "0.1.13+1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.2.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65193589c6404eb80b450d618eaf9a2cafaaafd57ecce47370519ef674a7bd44" |
| dependencies = [ |
| "find-msvc-tools", |
| "jobserver", |
| "libc", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" |
| dependencies = [ |
| "iana-time-zone", |
| "num-traits", |
| "serde", |
| "windows-link 0.2.0", |
| ] |
| |
| [[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.54" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "comfy-table" |
| version = "7.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0d05af1e006a2407bedef5af410552494ce5be9090444dbbcb57258c1af3d56" |
| dependencies = [ |
| "strum 0.26.3", |
| "strum_macros 0.26.4", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "const-random" |
| version = "0.1.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" |
| dependencies = [ |
| "const-random-macro", |
| ] |
| |
| [[package]] |
| name = "const-random-macro" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" |
| dependencies = [ |
| "getrandom 0.2.16", |
| "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.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" |
| |
| [[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 = "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.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 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.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" |
| dependencies = [ |
| "csv-core", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "csv-core" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" |
| dependencies = [ |
| "darling_core", |
| "darling_macro", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" |
| dependencies = [ |
| "fnv", |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim", |
| "syn 2.0.106", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" |
| dependencies = [ |
| "darling_core", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[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 = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2af15bb3c6ffa33011ef579f6b0bcbe7c26584688bd6c994f548e44df67f011a" |
| dependencies = [ |
| "arrow", |
| "arrow-ipc", |
| "arrow-schema", |
| "async-trait", |
| "bytes", |
| "bzip2 0.6.0", |
| "chrono", |
| "datafusion-catalog", |
| "datafusion-catalog-listing", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "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 0.14.0", |
| "log", |
| "object_store", |
| "parking_lot", |
| "parquet", |
| "rand", |
| "regex", |
| "sqlparser", |
| "tempfile", |
| "tokio", |
| "url", |
| "uuid", |
| "xz2", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "datafusion-catalog" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "187622262ad8f7d16d3be9202b4c1e0116f1c9aa387e5074245538b755261621" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "dashmap", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "datafusion-sql", |
| "futures", |
| "itertools 0.14.0", |
| "log", |
| "object_store", |
| "parking_lot", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-catalog-listing" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9657314f0a32efd0382b9a46fdeb2d233273ece64baa68a7c45f5a192daf0f83" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "futures", |
| "log", |
| "object_store", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-common" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a83760d9a13122d025fbdb1d5d5aaf93dd9ada5e90ea229add92aa30898b2d1" |
| dependencies = [ |
| "ahash", |
| "apache-avro", |
| "arrow", |
| "arrow-ipc", |
| "base64 0.22.1", |
| "chrono", |
| "half", |
| "hashbrown 0.14.5", |
| "indexmap", |
| "libc", |
| "log", |
| "object_store", |
| "parquet", |
| "paste", |
| "recursive", |
| "sqlparser", |
| "tokio", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "datafusion-common-runtime" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b6234a6c7173fe5db1c6c35c01a12b2aa0f803a3007feee53483218817f8b1e" |
| dependencies = [ |
| "futures", |
| "log", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7256c9cb27a78709dd42d0c80f0178494637209cac6e29d5c93edd09b6721b86" |
| dependencies = [ |
| "arrow", |
| "async-compression", |
| "async-trait", |
| "bytes", |
| "bzip2 0.6.0", |
| "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 0.14.0", |
| "log", |
| "object_store", |
| "parquet", |
| "rand", |
| "tempfile", |
| "tokio", |
| "tokio-util", |
| "url", |
| "xz2", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource-avro" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10d40b6953ebc9099b37adfd12fde97eb73ff0cee44355c6dea64b8a4537d561" |
| dependencies = [ |
| "apache-avro", |
| "arrow", |
| "async-trait", |
| "bytes", |
| "chrono", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "futures", |
| "num-traits", |
| "object_store", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource-csv" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "64533a90f78e1684bfb113d200b540f18f268134622d7c96bbebc91354d04825" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "bytes", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "futures", |
| "object_store", |
| "regex", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource-json" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d7ebeb12c77df0aacad26f21b0d033aeede423a64b2b352f53048a75bf1d6e6" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "bytes", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "futures", |
| "object_store", |
| "serde_json", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource-parquet" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09e783c4c7d7faa1199af2df4761c68530634521b176a8d1331ddbc5a5c75133" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "bytes", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions-aggregate", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-adapter", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-optimizer", |
| "datafusion-physical-plan", |
| "datafusion-pruning", |
| "datafusion-session", |
| "futures", |
| "itertools 0.14.0", |
| "log", |
| "object_store", |
| "parking_lot", |
| "parquet", |
| "rand", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-doc" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99ee6b1d9a80d13f9deb2291f45c07044b8e62fb540dbde2453a18be17a36429" |
| |
| [[package]] |
| name = "datafusion-execution" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4cec0a57653bec7b933fb248d3ffa3fa3ab3bd33bd140dc917f714ac036f531" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "dashmap", |
| "datafusion-common", |
| "datafusion-expr", |
| "futures", |
| "log", |
| "object_store", |
| "parking_lot", |
| "rand", |
| "tempfile", |
| "url", |
| ] |
| |
| [[package]] |
| name = "datafusion-expr" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef76910bdca909722586389156d0aa4da4020e1631994d50fadd8ad4b1aa05fe" |
| 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", |
| "paste", |
| "recursive", |
| "serde_json", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "datafusion-expr-common" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d155ccbda29591ca71a1344dd6bed26c65a4438072b400df9db59447f590bb6" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "indexmap", |
| "itertools 0.14.0", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "datafusion-ffi" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25ddb7c4e645df080c27dad13a198d191da328dd1c98e198664a7a0f64b335cc" |
| dependencies = [ |
| "abi_stable", |
| "arrow", |
| "arrow-schema", |
| "async-ffi", |
| "async-trait", |
| "datafusion", |
| "datafusion-functions-aggregate-common", |
| "datafusion-proto", |
| "datafusion-proto-common", |
| "futures", |
| "log", |
| "prost", |
| "semver", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7de2782136bd6014670fd84fe3b0ca3b3e4106c96403c3ae05c0598577139977" |
| dependencies = [ |
| "arrow", |
| "arrow-buffer", |
| "base64 0.22.1", |
| "blake2", |
| "blake3", |
| "chrono", |
| "datafusion-common", |
| "datafusion-doc", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-macros", |
| "hex", |
| "itertools 0.14.0", |
| "log", |
| "md-5", |
| "rand", |
| "regex", |
| "sha2", |
| "unicode-segmentation", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-aggregate" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07331fc13603a9da97b74fd8a273f4238222943dffdbbed1c4c6f862a30105bf" |
| 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", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-aggregate-common" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5951e572a8610b89968a09b5420515a121fbc305c0258651f318dc07c97ab17" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "datafusion-common", |
| "datafusion-expr-common", |
| "datafusion-physical-expr-common", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-nested" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fdacca9302c3d8fc03f3e94f338767e786a88a33f5ebad6ffc0e7b50364b9ea3" |
| dependencies = [ |
| "arrow", |
| "arrow-ord", |
| "datafusion-common", |
| "datafusion-doc", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions", |
| "datafusion-functions-aggregate", |
| "datafusion-functions-aggregate-common", |
| "datafusion-macros", |
| "datafusion-physical-expr-common", |
| "itertools 0.14.0", |
| "log", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-table" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c37ff8a99434fbbad604a7e0669717c58c7c4f14c472d45067c4b016621d981" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-physical-plan", |
| "parking_lot", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-window" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48e2aea7c79c926cffabb13dc27309d4eaeb130f4a21c8ba91cdd241c813652b" |
| 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 = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fead257ab5fd2ffc3b40fda64da307e20de0040fe43d49197241d9de82a487f" |
| dependencies = [ |
| "datafusion-common", |
| "datafusion-physical-expr-common", |
| ] |
| |
| [[package]] |
| name = "datafusion-macros" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec6f637bce95efac05cdfb9b6c19579ed4aa5f6b94d951cfa5bb054b7bb4f730" |
| dependencies = [ |
| "datafusion-expr", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[package]] |
| name = "datafusion-optimizer" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6583ef666ae000a613a837e69e456681a9faa96347bf3877661e9e89e141d8a" |
| dependencies = [ |
| "arrow", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-physical-expr", |
| "indexmap", |
| "itertools 0.14.0", |
| "log", |
| "recursive", |
| "regex", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8668103361a272cbbe3a61f72eca60c9b7c706e87cc3565bcf21e2b277b84f6" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-functions-aggregate-common", |
| "datafusion-physical-expr-common", |
| "half", |
| "hashbrown 0.14.5", |
| "indexmap", |
| "itertools 0.14.0", |
| "log", |
| "parking_lot", |
| "paste", |
| "petgraph 0.8.2", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr-adapter" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "815acced725d30601b397e39958e0e55630e0a10d66ef7769c14ae6597298bb0" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-functions", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "itertools 0.14.0", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr-common" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6652fe7b5bf87e85ed175f571745305565da2c0b599d98e697bcbedc7baa47c3" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "datafusion-common", |
| "datafusion-expr-common", |
| "hashbrown 0.14.5", |
| "itertools 0.14.0", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-optimizer" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49b7d623eb6162a3332b564a0907ba00895c505d101b99af78345f1acf929b5c" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-pruning", |
| "itertools 0.14.0", |
| "log", |
| "recursive", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-plan" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2f7f778a1a838dec124efb96eae6144237d546945587557c9e6936b3414558c" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "arrow-ord", |
| "arrow-schema", |
| "async-trait", |
| "chrono", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions-aggregate-common", |
| "datafusion-functions-window-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "futures", |
| "half", |
| "hashbrown 0.14.5", |
| "indexmap", |
| "itertools 0.14.0", |
| "log", |
| "parking_lot", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-proto" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7df9f606892e6af45763d94d210634eec69b9bb6ced5353381682ff090028a3" |
| dependencies = [ |
| "arrow", |
| "chrono", |
| "datafusion", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-proto-common", |
| "object_store", |
| "prost", |
| ] |
| |
| [[package]] |
| name = "datafusion-proto-common" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4b14f288ca4ef77743d9672cafecf3adfffff0b9b04af9af79ecbeaaf736901" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "prost", |
| ] |
| |
| [[package]] |
| name = "datafusion-pruning" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd1e59e2ca14fe3c30f141600b10ad8815e2856caa59ebbd0e3e07cd3d127a65" |
| dependencies = [ |
| "arrow", |
| "arrow-schema", |
| "datafusion-common", |
| "datafusion-datasource", |
| "datafusion-expr-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "itertools 0.14.0", |
| "log", |
| ] |
| |
| [[package]] |
| name = "datafusion-python" |
| version = "50.1.0" |
| dependencies = [ |
| "arrow", |
| "arrow-select", |
| "async-trait", |
| "cstr", |
| "datafusion", |
| "datafusion-ffi", |
| "datafusion-proto", |
| "datafusion-substrait", |
| "futures", |
| "log", |
| "mimalloc", |
| "object_store", |
| "parking_lot", |
| "prost", |
| "prost-types", |
| "pyo3", |
| "pyo3-async-runtimes", |
| "pyo3-build-config", |
| "pyo3-log", |
| "tokio", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-session" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21ef8e2745583619bd7a49474e8f45fbe98ebb31a133f27802217125a7b3d58d" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "dashmap", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "datafusion-physical-plan", |
| "datafusion-sql", |
| "futures", |
| "itertools 0.14.0", |
| "log", |
| "object_store", |
| "parking_lot", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-sql" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89abd9868770386fede29e5a4b14f49c0bf48d652c3b9d7a8a0332329b87d50b" |
| dependencies = [ |
| "arrow", |
| "bigdecimal", |
| "datafusion-common", |
| "datafusion-expr", |
| "indexmap", |
| "log", |
| "recursive", |
| "regex", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "datafusion-substrait" |
| version = "50.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eaa011a3814d91a03ab655ad41bbe5e57b203b2859281af8fe2c30aebbbcc5d9" |
| dependencies = [ |
| "async-recursion", |
| "async-trait", |
| "chrono", |
| "datafusion", |
| "itertools 0.14.0", |
| "object_store", |
| "pbjson-types", |
| "prost", |
| "substrait", |
| "tokio", |
| "url", |
| "uuid", |
| ] |
| |
| [[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.106", |
| ] |
| |
| [[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.0", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d" |
| |
| [[package]] |
| name = "fixedbitset" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" |
| |
| [[package]] |
| name = "flatbuffers" |
| version = "25.2.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1045398c1bfd89168b5fd3f1fc11f6e70b34f6f66300c87d44d3de849463abf1" |
| dependencies = [ |
| "bitflags", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" |
| dependencies = [ |
| "crc32fast", |
| "libz-rs-sys", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project-lite", |
| "pin-utils", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "generational-arena" |
| version = "0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877e94aff08e743b651baaea359664321055749b398adff8740a7399af7796e7" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.14.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| dependencies = [ |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "wasi 0.11.1+wasi-snapshot-preview1", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "r-efi", |
| "wasi 0.14.7+wasi-0.2.4", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.31.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| |
| [[package]] |
| name = "h2" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "http", |
| "indexmap", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" |
| dependencies = [ |
| "cfg-if", |
| "crunchy", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| dependencies = [ |
| "ahash", |
| "allocator-api2", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| dependencies = [ |
| "allocator-api2", |
| "equivalent", |
| "foldhash", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" |
| |
| [[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.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| dependencies = [ |
| "bytes", |
| "http", |
| ] |
| |
| [[package]] |
| name = "http-body-util" |
| version = "0.1.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.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" |
| 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.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "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.64" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "log", |
| "wasm-bindgen", |
| "windows-core", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone-haiku" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "icu_collections" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" |
| dependencies = [ |
| "displaydoc", |
| "potential_utf", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locale_core" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_normalizer_data", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer_data" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" |
| |
| [[package]] |
| name = "icu_properties" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_locale_core", |
| "icu_properties_data", |
| "icu_provider", |
| "potential_utf", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_properties_data" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" |
| dependencies = [ |
| "displaydoc", |
| "icu_locale_core", |
| "stable_deref_trait", |
| "tinystr", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "ident_case" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| |
| [[package]] |
| name = "idna" |
| version = "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.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92119844f513ffa41556430369ab02c295a3578af21cf945caa3e9e0c2481ac3" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.15.5", |
| ] |
| |
| [[package]] |
| name = "indoc" |
| version = "2.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" |
| |
| [[package]] |
| name = "integer-encoding" |
| version = "3.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" |
| |
| [[package]] |
| name = "io-uring" |
| version = "0.7.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" |
| dependencies = [ |
| "bitflags", |
| "cfg-if", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "ipnet" |
| version = "2.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
| |
| [[package]] |
| name = "iri-string" |
| version = "0.7.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[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.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| dependencies = [ |
| "getrandom 0.3.3", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.78" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738" |
| dependencies = [ |
| "once_cell", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "lexical-core" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b765c31809609075565a70b4b71402281283aeda7ecaf4818ac14a7b2ade8958" |
| dependencies = [ |
| "lexical-parse-float", |
| "lexical-parse-integer", |
| "lexical-util", |
| "lexical-write-float", |
| "lexical-write-integer", |
| ] |
| |
| [[package]] |
| name = "lexical-parse-float" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2" |
| dependencies = [ |
| "lexical-parse-integer", |
| "lexical-util", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "lexical-parse-integer" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e" |
| dependencies = [ |
| "lexical-util", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "lexical-util" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3" |
| dependencies = [ |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "lexical-write-float" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c5afc668a27f460fb45a81a757b6bf2f43c2d7e30cb5a2dcd3abf294c78d62bd" |
| dependencies = [ |
| "lexical-util", |
| "lexical-write-integer", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "lexical-write-integer" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "629ddff1a914a836fb245616a7888b62903aae58fa771e1d83943035efa0f978" |
| dependencies = [ |
| "lexical-util", |
| "static_assertions", |
| ] |
| |
| [[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.175" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" |
| |
| [[package]] |
| name = "libloading" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" |
| dependencies = [ |
| "cfg-if", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" |
| |
| [[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 = "libz-rs-sys" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd" |
| dependencies = [ |
| "zlib-rs", |
| ] |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" |
| |
| [[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.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" |
| |
| [[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.11.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a" |
| dependencies = [ |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "lzma-sys" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "md-5" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| dependencies = [ |
| "cfg-if", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "mimalloc" |
| version = "0.1.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", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" |
| dependencies = [ |
| "libc", |
| "wasi 0.11.1+wasi-snapshot-preview1", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "multimap" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" |
| |
| [[package]] |
| name = "num" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| dependencies = [ |
| "num-bigint", |
| "num-complex", |
| "num-integer", |
| "num-iter", |
| "num-rational", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-bigint" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| "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-iter" |
| version = "0.1.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| dependencies = [ |
| "autocfg", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-rational" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| dependencies = [ |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.36.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "object_store" |
| version = "0.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c1be0c6c22ec0817cdc77d3842f721a17fd30ab6965001415b5402a74e6b740" |
| dependencies = [ |
| "async-trait", |
| "base64 0.22.1", |
| "bytes", |
| "chrono", |
| "form_urlencoded", |
| "futures", |
| "http", |
| "http-body-util", |
| "httparse", |
| "humantime", |
| "hyper", |
| "itertools 0.14.0", |
| "md-5", |
| "parking_lot", |
| "percent-encoding", |
| "quick-xml", |
| "rand", |
| "reqwest", |
| "ring", |
| "rustls-pemfile", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "thiserror", |
| "tokio", |
| "tracing", |
| "url", |
| "walkdir", |
| "wasm-bindgen-futures", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
| |
| [[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 0.2.0", |
| ] |
| |
| [[package]] |
| name = "parquet" |
| version = "56.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89b56b41d1bd36aae415e42f91cae70ee75cf6cba74416b14dce3e958d5990ec" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-schema", |
| "arrow-select", |
| "base64 0.22.1", |
| "brotli", |
| "bytes", |
| "chrono", |
| "flate2", |
| "futures", |
| "half", |
| "hashbrown 0.15.5", |
| "lz4_flex", |
| "num", |
| "num-bigint", |
| "object_store", |
| "paste", |
| "ring", |
| "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.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7e6349fa080353f4a597daffd05cb81572a9c031a6d4fff7e504947496fcc68" |
| dependencies = [ |
| "base64 0.21.7", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "pbjson-build" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6eea3058763d6e656105d1403cb04e0a41b7bbac6362d413e7c33be0c32279c9" |
| dependencies = [ |
| "heck", |
| "itertools 0.13.0", |
| "prost", |
| "prost-types", |
| ] |
| |
| [[package]] |
| name = "pbjson-types" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e54e5e7bfb1652f95bc361d76f3c780d8e526b134b85417e774166ee941f0887" |
| dependencies = [ |
| "bytes", |
| "chrono", |
| "pbjson", |
| "pbjson-build", |
| "prost", |
| "prost-build", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| |
| [[package]] |
| name = "petgraph" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" |
| dependencies = [ |
| "fixedbitset", |
| "indexmap", |
| ] |
| |
| [[package]] |
| name = "petgraph" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54acf3a685220b533e437e264e4d932cfbdc4cc7ec0cd232ed73c08d03b8a7ca" |
| 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.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" |
| |
| [[package]] |
| name = "potential_utf" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" |
| 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.106", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "prost" |
| version = "0.13.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" |
| dependencies = [ |
| "bytes", |
| "prost-derive", |
| ] |
| |
| [[package]] |
| name = "prost-build" |
| version = "0.13.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" |
| dependencies = [ |
| "heck", |
| "itertools 0.14.0", |
| "log", |
| "multimap", |
| "once_cell", |
| "petgraph 0.7.1", |
| "prettyplease", |
| "prost", |
| "prost-types", |
| "regex", |
| "syn 2.0.106", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "prost-derive" |
| version = "0.13.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" |
| dependencies = [ |
| "anyhow", |
| "itertools 0.14.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[package]] |
| name = "prost-types" |
| version = "0.13.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" |
| 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.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "pyo3" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8970a78afe0628a3e3430376fc5fd76b6b45c4d43360ffd6cdd40bdde72b682a" |
| dependencies = [ |
| "indoc", |
| "libc", |
| "memoffset", |
| "once_cell", |
| "portable-atomic", |
| "pyo3-build-config", |
| "pyo3-ffi", |
| "pyo3-macros", |
| "unindent", |
| ] |
| |
| [[package]] |
| name = "pyo3-async-runtimes" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d73cc6b1b7d8b3cef02101d37390dbdfe7e450dfea14921cae80a9534ba59ef2" |
| dependencies = [ |
| "futures", |
| "once_cell", |
| "pin-project-lite", |
| "pyo3", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "pyo3-build-config" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "458eb0c55e7ece017adeba38f2248ff3ac615e53660d7c71a238d7d2a01c7598" |
| dependencies = [ |
| "once_cell", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "pyo3-ffi" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7114fe5457c61b276ab77c5055f206295b812608083644a5c5b2640c3102565c" |
| dependencies = [ |
| "libc", |
| "pyo3-build-config", |
| ] |
| |
| [[package]] |
| name = "pyo3-log" |
| version = "0.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45192e5e4a4d2505587e27806c7b710c231c40c56f3bfc19535d0bb25df52264" |
| dependencies = [ |
| "arc-swap", |
| "log", |
| "pyo3", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8725c0a622b374d6cb051d11a0983786448f7785336139c3c94f5aa6bef7e50" |
| dependencies = [ |
| "proc-macro2", |
| "pyo3-macros-backend", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros-backend" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4109984c22491085343c05b0dbc54ddc405c3cf7b4374fc533f5c3313a572ccc" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "pyo3-build-config", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[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.38.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89" |
| 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.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" |
| dependencies = [ |
| "bytes", |
| "getrandom 0.3.3", |
| "lru-slab", |
| "rand", |
| "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.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
| 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 = "rand" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| dependencies = [ |
| "rand_chacha", |
| "rand_core", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
| dependencies = [ |
| "getrandom 0.3.3", |
| ] |
| |
| [[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.106", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" |
| dependencies = [ |
| "bitflags", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-lite" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "943f41321c63ef1c92fd763bfe054d2668f7f225a5c29f0105903dc2fc04ba30" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" |
| |
| [[package]] |
| name = "regress" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "145bb27393fe455dd64d6cbc8d059adfa392590a45eadf079c01b11857e7b010" |
| dependencies = [ |
| "hashbrown 0.15.5", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "repr_offset" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb1070755bd29dffc19d0971cab794e607839ba2ef4b69a9e6fbc8733c1b72ea" |
| dependencies = [ |
| "tstr", |
| ] |
| |
| [[package]] |
| name = "reqwest" |
| version = "0.12.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" |
| dependencies = [ |
| "base64 0.22.1", |
| "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.16", |
| "libc", |
| "untrusted", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" |
| |
| [[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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" |
| dependencies = [ |
| "bitflags", |
| "errno", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.61.0", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.23.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" |
| dependencies = [ |
| "once_cell", |
| "ring", |
| "rustls-pki-types", |
| "rustls-webpki", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-native-certs" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" |
| dependencies = [ |
| "openssl-probe", |
| "rustls-pki-types", |
| "schannel", |
| "security-framework", |
| ] |
| |
| [[package]] |
| name = "rustls-pemfile" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" |
| dependencies = [ |
| "rustls-pki-types", |
| ] |
| |
| [[package]] |
| name = "rustls-pki-types" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" |
| dependencies = [ |
| "web-time", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-webpki" |
| version = "0.103.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8572f3c2cb9934231157b45499fc41e1f58c589fdfb81a844ba873265e80f8eb" |
| 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.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
| |
| [[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.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" |
| dependencies = [ |
| "windows-sys 0.61.0", |
| ] |
| |
| [[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.106", |
| ] |
| |
| [[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.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60b369d18893388b345804dc0007963c99b7d665ae71d275812d828c6f089640" |
| dependencies = [ |
| "bitflags", |
| "core-foundation", |
| "core-foundation-sys", |
| "libc", |
| "security-framework-sys", |
| ] |
| |
| [[package]] |
| name = "security-framework-sys" |
| version = "2.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" |
| 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.225" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd6c24dee235d0da097043389623fb913daddf92c76e9f5a1db88607a0bcbd1d" |
| 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.225" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "659356f9a0cb1e529b24c01e43ad2bdf520ec4ceaf83047b83ddcc2251f96383" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.225" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ea936adf78b1f766949a4977b91d2f5595825bd6ec079aa9543ad2685fc4516" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[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.106", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.145" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" |
| dependencies = [ |
| "itoa", |
| "memchr", |
| "ryu", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "serde_tokenstream" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn 2.0.106", |
| ] |
| |
| [[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", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "shlex" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| |
| [[package]] |
| name = "snap" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "sqlparser" |
| version = "0.58.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec4b661c54b1e4b603b37873a18c59920e4c51ea8ea2cf527d925424dbd4437c" |
| dependencies = [ |
| "log", |
| "recursive", |
| "sqlparser_derive", |
| ] |
| |
| [[package]] |
| name = "sqlparser_derive" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da5fc6819faabb412da764b99d3b713bb55083c11e7e0c00144d386cd6a1939c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| |
| [[package]] |
| name = "stacker" |
| version = "0.1.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "libc", |
| "psm", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "strsim" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| |
| [[package]] |
| name = "strum" |
| version = "0.26.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" |
| |
| [[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.26.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.106", |
| ] |
| |
| [[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.106", |
| ] |
| |
| [[package]] |
| name = "substrait" |
| version = "0.58.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de6d24c270c6c672a86c183c3a8439ba46c1936f93cf7296aa692de3b0ff0228" |
| 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.106", |
| "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.106" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" |
| 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.106", |
| ] |
| |
| [[package]] |
| name = "target-lexicon" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" |
| dependencies = [ |
| "fastrand", |
| "getrandom 0.3.3", |
| "once_cell", |
| "rustix", |
| "windows-sys 0.61.0", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "2.0.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" |
| dependencies = [ |
| "displaydoc", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" |
| dependencies = [ |
| "tinyvec_macros", |
| ] |
| |
| [[package]] |
| name = "tinyvec_macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| |
| [[package]] |
| name = "tokio" |
| version = "1.47.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" |
| dependencies = [ |
| "backtrace", |
| "bytes", |
| "io-uring", |
| "libc", |
| "mio", |
| "pin-project-lite", |
| "slab", |
| "socket2", |
| "tokio-macros", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[package]] |
| name = "tokio-rustls" |
| version = "0.26.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" |
| dependencies = [ |
| "rustls", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.7.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-sink", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tower" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" |
| dependencies = [ |
| "futures-core", |
| "futures-util", |
| "pin-project-lite", |
| "sync_wrapper", |
| "tokio", |
| "tower-layer", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "tower-http" |
| version = "0.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" |
| 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.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
| dependencies = [ |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" |
| 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.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" |
| |
| [[package]] |
| name = "typewit" |
| version = "1.14.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8c1ae7cc0fdb8b842d65d127cb981574b0d2b249b74d1c7a2986863dc134f71" |
| |
| [[package]] |
| name = "typify" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7144144e97e987c94758a3017c920a027feac0799df325d6df4fc8f08d02068e" |
| dependencies = [ |
| "typify-impl", |
| "typify-macro", |
| ] |
| |
| [[package]] |
| name = "typify-impl" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "062879d46aa4c9dfe0d33b035bbaf512da192131645d05deacb7033ec8581a09" |
| dependencies = [ |
| "heck", |
| "log", |
| "proc-macro2", |
| "quote", |
| "regress", |
| "schemars", |
| "semver", |
| "serde", |
| "serde_json", |
| "syn 2.0.106", |
| "thiserror", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "typify-macro" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9708a3ceb6660ba3f8d2b8f0567e7d4b8b198e2b94d093b8a6077a751425de9e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "schemars", |
| "semver", |
| "serde", |
| "serde_json", |
| "serde_tokenstream", |
| "syn 2.0.106", |
| "typify-impl", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" |
| |
| [[package]] |
| name = "unindent" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3" |
| |
| [[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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" |
| 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.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" |
| dependencies = [ |
| "getrandom 0.3.3", |
| "js-sys", |
| "serde", |
| "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 = "wasi" |
| version = "0.14.7+wasi-0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" |
| dependencies = [ |
| "wasip2", |
| ] |
| |
| [[package]] |
| name = "wasip2" |
| version = "1.0.1+wasi-0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
| dependencies = [ |
| "wit-bindgen", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "rustversion", |
| "wasm-bindgen-macro", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.51" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "once_cell", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "wasm-streams" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" |
| dependencies = [ |
| "futures-util", |
| "js-sys", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.78" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12" |
| 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.0", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.62.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57fe7168f7de578d2d8a05b07fd61870d2e73b4020e9f49aa00da8471723497c" |
| dependencies = [ |
| "windows-implement", |
| "windows-interface", |
| "windows-link 0.2.0", |
| "windows-result", |
| "windows-strings", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.60.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.59.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" |
| dependencies = [ |
| "windows-link 0.2.0", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" |
| dependencies = [ |
| "windows-link 0.2.0", |
| ] |
| |
| [[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.3", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.61.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa" |
| dependencies = [ |
| "windows-link 0.2.0", |
| ] |
| |
| [[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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" |
| dependencies = [ |
| "windows-link 0.1.3", |
| "windows_aarch64_gnullvm 0.53.0", |
| "windows_aarch64_msvc 0.53.0", |
| "windows_i686_gnu 0.53.0", |
| "windows_i686_gnullvm 0.53.0", |
| "windows_i686_msvc 0.53.0", |
| "windows_x86_64_gnu 0.53.0", |
| "windows_x86_64_gnullvm 0.53.0", |
| "windows_x86_64_msvc 0.53.0", |
| ] |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" |
| |
| [[package]] |
| name = "wit-bindgen" |
| version = "0.46.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
| |
| [[package]] |
| name = "writeable" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" |
| |
| [[package]] |
| name = "xz2" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
| dependencies = [ |
| "lzma-sys", |
| ] |
| |
| [[package]] |
| name = "yoke" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" |
| dependencies = [ |
| "serde", |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.8.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.8.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[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.106", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zeroize" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
| |
| [[package]] |
| name = "zerotrie" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.106", |
| ] |
| |
| [[package]] |
| name = "zlib-rs" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2" |
| |
| [[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", |
| ] |