| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" |
| dependencies = [ |
| "gimli", |
| ] |
| |
| [[package]] |
| name = "adler2" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| |
| [[package]] |
| name = "aead" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" |
| dependencies = [ |
| "crypto-common 0.1.7", |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "aes" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
| dependencies = [ |
| "cfg-if", |
| "cipher", |
| "cpufeatures 0.2.17", |
| ] |
| |
| [[package]] |
| name = "aes-gcm" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" |
| dependencies = [ |
| "aead", |
| "aes", |
| "cipher", |
| "ctr", |
| "ghash", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "ahash" |
| version = "0.8.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| dependencies = [ |
| "cfg-if", |
| "const-random", |
| "getrandom 0.3.4", |
| "once_cell", |
| "version_check", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "aligned-vec" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" |
| dependencies = [ |
| "equator", |
| ] |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195" |
| 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.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "anes" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
| |
| [[package]] |
| name = "anstream" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" |
| dependencies = [ |
| "anstyle", |
| "anstyle-parse", |
| "anstyle-query", |
| "anstyle-wincon", |
| "colorchoice", |
| "is_terminal_polyfill", |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| |
| [[package]] |
| name = "anstyle-parse" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" |
| dependencies = [ |
| "utf8parse", |
| ] |
| |
| [[package]] |
| name = "anstyle-query" |
| version = "1.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "anstyle-wincon" |
| version = "3.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| dependencies = [ |
| "anstyle", |
| "once_cell_polyfill", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.104" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" |
| |
| [[package]] |
| name = "apache-avro" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36fa98bc79671c7981272d91a8753a928ff6a1cd8e4f20a44c45bd5d313840bf" |
| dependencies = [ |
| "bigdecimal", |
| "bon", |
| "crc32fast", |
| "digest 0.10.7", |
| "log", |
| "miniz_oxide 0.8.9", |
| "num-bigint 0.4.8", |
| "quad-rand", |
| "rand 0.9.5", |
| "regex-lite", |
| "serde", |
| "serde_bytes", |
| "serde_json", |
| "snap", |
| "strum", |
| "strum_macros", |
| "thiserror 2.0.20", |
| "uuid", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "arc-swap" |
| version = "1.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b" |
| dependencies = [ |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "array-init" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56" |
| |
| [[package]] |
| name = "arrow" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c14b3d39f306bc28fd639d59f06e17a0f377d0021e1b7e9054e4d6fedc98774" |
| dependencies = [ |
| "arrow-arith", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-csv", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-json", |
| "arrow-ord", |
| "arrow-row", |
| "arrow-schema", |
| "arrow-select", |
| "arrow-string", |
| ] |
| |
| [[package]] |
| name = "arrow-arith" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce2961626677665b2195eb59242af4c7befe7b8737ca2050295389362380104e" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-array" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e5f6adeffdf587d7a31db5d2266189624b526730cd3627f9ff9fedae97ad584" |
| dependencies = [ |
| "ahash", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "chrono-tz", |
| "half", |
| "hashbrown 0.17.1", |
| "libc", |
| "num-complex", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-buffer" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "097d193003ce7995d5d087089069ec2a6e0187faf5a6f8c9f38af2645d987182" |
| dependencies = [ |
| "bytes", |
| "half", |
| "num-bigint 0.5.1", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-cast" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "635c9c635668ad26adf76cce8fb276c4be7cf06e63bd516de7da514f9680ee53" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-ord", |
| "arrow-schema", |
| "arrow-select", |
| "atoi", |
| "base64 0.23.1", |
| "chrono", |
| "comfy-table", |
| "half", |
| "lexical-core", |
| "num-traits", |
| "ryu", |
| ] |
| |
| [[package]] |
| name = "arrow-csv" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c2ebf8d631e79b02c16cf5ae860561272c26024ec88fce389a56aaddd558e86" |
| dependencies = [ |
| "arrow-array", |
| "arrow-cast", |
| "arrow-schema", |
| "chrono", |
| "csv", |
| "csv-core", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "arrow-data" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ba2f832eaeca24b8f26143dba750e42ee4ab51cf7d65e701ca9607cfda9f358" |
| dependencies = [ |
| "arrow-buffer", |
| "arrow-schema", |
| "half", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-ipc" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dcc41681ea80f521df14c36725b74d4c60702c47f0793af2be469c04527e2599" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "flatbuffers", |
| "lz4_flex", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "arrow-json" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2f57d7a81969f24ccf80809587b76c09897e6f829d2d65a5976bfb3218851f1" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-ord", |
| "arrow-schema", |
| "arrow-select", |
| "chrono", |
| "half", |
| "indexmap 2.14.1", |
| "itoa", |
| "lexical-core", |
| "memchr", |
| "num-traits", |
| "ryu", |
| "serde_core", |
| "serde_json", |
| "simdutf8", |
| ] |
| |
| [[package]] |
| name = "arrow-ord" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c900759f3bd8354fd4196bc4403eee846894dc2adf66b4225472006a0bf18c5" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| ] |
| |
| [[package]] |
| name = "arrow-row" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4c6425032e28266e3fc4ff680805e57e670d6ea92473043f3e65b7ed6ac79f2" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "half", |
| ] |
| |
| [[package]] |
| name = "arrow-schema" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10fab8d4563491417ba801fab29d205104d20d4bdf37bda6cd1cf425cff598cd" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "serde_core", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "arrow-select" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc58569193c2525915f3cc6310edba3792f1200f65d6e9ed330aa33e691493b8" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "arrow-string" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e0813f3c35c1cfea65e14c20a953440f7783c088b7ad2d0db162ccdeefcec14" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "memchr", |
| "num-traits", |
| "regex", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "as-any" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0f477b951e452a0b6b4a10b53ccd569042d1d01729b519e02074a9c0958a063" |
| |
| [[package]] |
| name = "assertables" |
| version = "10.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3c16d80246a076246d8b525d9f404543e90fe0818636cd89c249c2a4bee3bb1" |
| dependencies = [ |
| "regex", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "async-channel" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" |
| dependencies = [ |
| "concurrent-queue", |
| "event-listener 2.5.3", |
| "futures-core", |
| ] |
| |
| [[package]] |
| name = "async-channel" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| dependencies = [ |
| "concurrent-queue", |
| "event-listener-strategy", |
| "futures-core", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "async-compression" |
| version = "0.4.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "515a1f282e33d55983c499d7e9e87082e81cbc32974825bf9032f928392d5844" |
| dependencies = [ |
| "compression-codecs", |
| "compression-core", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "async-executor" |
| version = "1.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" |
| dependencies = [ |
| "async-task", |
| "concurrent-queue", |
| "fastrand", |
| "futures-lite", |
| "pin-project-lite", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "async-global-executor" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" |
| dependencies = [ |
| "async-channel 2.5.0", |
| "async-executor", |
| "async-io", |
| "async-lock", |
| "blocking", |
| "futures-lite", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "async-io" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" |
| dependencies = [ |
| "autocfg", |
| "cfg-if", |
| "concurrent-queue", |
| "futures-io", |
| "futures-lite", |
| "parking", |
| "polling", |
| "rustix", |
| "slab", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "async-lock" |
| version = "3.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" |
| dependencies = [ |
| "event-listener 5.4.2", |
| "event-listener-strategy", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "async-std" |
| version = "1.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b" |
| dependencies = [ |
| "async-channel 1.9.0", |
| "async-global-executor", |
| "async-io", |
| "async-lock", |
| "crossbeam-utils", |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-lite", |
| "gloo-timers", |
| "kv-log-macro", |
| "log", |
| "memchr", |
| "once_cell", |
| "pin-project-lite", |
| "pin-utils", |
| "slab", |
| "wasm-bindgen-futures", |
| ] |
| |
| [[package]] |
| name = "async-task" |
| version = "4.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| |
| [[package]] |
| name = "async-trait" |
| version = "0.1.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "asyncband" |
| version = "0.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94a214ba60d6231afd0e805e3c27c45a1626d9debaa5a5061c45a1ea1b2f1ed0" |
| dependencies = [ |
| "hashbrown 0.17.1", |
| "slab", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| |
| [[package]] |
| name = "aws-config" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a767267da9e2c2e189b2f9df8b5657e850ecf5352644734ba130d4a57095cf1b" |
| dependencies = [ |
| "aws-credential-types", |
| "aws-runtime", |
| "aws-sdk-sso", |
| "aws-sdk-ssooidc", |
| "aws-sdk-sts", |
| "aws-smithy-async", |
| "aws-smithy-http", |
| "aws-smithy-json", |
| "aws-smithy-runtime", |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "aws-types", |
| "bytes", |
| "fastrand", |
| "hex", |
| "http 1.5.0", |
| "sha1 0.10.7", |
| "time", |
| "tokio", |
| "tracing", |
| "url", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aws-credential-types" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e93964ffdaf57857f544be3666a5f57570bb699e934700f11b49708f61bb556e" |
| dependencies = [ |
| "aws-smithy-async", |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aws-lc-rs" |
| version = "1.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b281d307588d634de920874890732659e2e7672f72b5e10e81badc1a8a83621e" |
| dependencies = [ |
| "aws-lc-sys", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aws-lc-sys" |
| version = "0.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9bff6c3b54fad79a2e60b8102caf565819711497c1f5f092f49508e2f5c31b27" |
| dependencies = [ |
| "cc", |
| "cmake", |
| "dunce", |
| "fs_extra", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "aws-runtime" |
| version = "1.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c9007227e10b5fed2f3e0a2beff489211e2b5604c400b7a9d5d81ca9d64c24bb" |
| dependencies = [ |
| "aws-credential-types", |
| "aws-sigv4", |
| "aws-smithy-async", |
| "aws-smithy-http", |
| "aws-smithy-runtime", |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "aws-types", |
| "bytes", |
| "bytes-utils", |
| "fastrand", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "percent-encoding", |
| "pin-project-lite", |
| "tracing", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "aws-sdk-sso" |
| version = "1.108.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c15301b04372832947916607983b114b3374b9db0be058a00fb7513800de1f05" |
| dependencies = [ |
| "arc-swap", |
| "aws-credential-types", |
| "aws-runtime", |
| "aws-smithy-async", |
| "aws-smithy-http", |
| "aws-smithy-json", |
| "aws-smithy-observability", |
| "aws-smithy-runtime", |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "aws-types", |
| "bytes", |
| "fastrand", |
| "http 0.2.12", |
| "http 1.5.0", |
| "regex-lite", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-sdk-ssooidc" |
| version = "1.110.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72cc2c205cb27108183cf1856333f7d584c2ba0f505421b4209ca5828f9ea899" |
| dependencies = [ |
| "arc-swap", |
| "aws-credential-types", |
| "aws-runtime", |
| "aws-smithy-async", |
| "aws-smithy-http", |
| "aws-smithy-json", |
| "aws-smithy-observability", |
| "aws-smithy-runtime", |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "aws-types", |
| "bytes", |
| "fastrand", |
| "http 0.2.12", |
| "http 1.5.0", |
| "regex-lite", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-sdk-sts" |
| version = "1.113.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68182ecb449f7537db0f4d5d25917789cf41e32074a9fe47b6a0b847fe1d2032" |
| dependencies = [ |
| "arc-swap", |
| "aws-credential-types", |
| "aws-runtime", |
| "aws-smithy-async", |
| "aws-smithy-http", |
| "aws-smithy-json", |
| "aws-smithy-observability", |
| "aws-smithy-query", |
| "aws-smithy-runtime", |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "aws-smithy-xml", |
| "aws-types", |
| "fastrand", |
| "http 0.2.12", |
| "http 1.5.0", |
| "regex-lite", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-sigv4" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "723c2234ad7511ceef63eab016b7ba6ff7c55590fefb96fa8467af014a07309f" |
| dependencies = [ |
| "aws-credential-types", |
| "aws-smithy-http", |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "bytes", |
| "form_urlencoded", |
| "hex", |
| "hmac 0.13.0", |
| "http 0.2.12", |
| "http 1.5.0", |
| "percent-encoding", |
| "sha2 0.11.0", |
| "time", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-async" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f02e407fb3b54891734224b9ffac8a71fdd35f542500fa1af95754a6b2beb316" |
| dependencies = [ |
| "futures-util", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-http" |
| version = "0.64.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37843d9add67c3aff5856f409c6dc315d3cdff60f9c0cb5b670dab1e9920306d" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "bytes", |
| "bytes-utils", |
| "futures-core", |
| "futures-util", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "http-body-util", |
| "percent-encoding", |
| "pin-project-lite", |
| "pin-utils", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-http-client" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebfd138fac0337cee7516c352757ea73b9f2266e57d0bcb5bc70e9547e45aef1" |
| dependencies = [ |
| "aws-smithy-async", |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "h2", |
| "http 1.5.0", |
| "hyper", |
| "hyper-rustls", |
| "hyper-util", |
| "pin-project-lite", |
| "rustls", |
| "rustls-native-certs", |
| "rustls-pki-types", |
| "tokio", |
| "tokio-rustls", |
| "tower", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-json" |
| version = "0.63.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3dc65a121adb4b33729919fcfa14fa36fb33c1555a8f06bb0e2188dbfdc1d9ef" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-observability" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e86338c869539a581bf161247762a6e87f92c5c075060057b5ed6d06632ed0c" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-query" |
| version = "0.62.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "512346c7212ab7436df2d77a16d976a468ae44a418835511d2a69269810aaf62" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "aws-smithy-xml", |
| "urlencoding", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-runtime" |
| version = "1.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b82e438d30e02a825d363bd639a9efaed68a8089d86101054b0081e7e0d3e606" |
| dependencies = [ |
| "aws-smithy-async", |
| "aws-smithy-http", |
| "aws-smithy-http-client", |
| "aws-smithy-observability", |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "bytes", |
| "fastrand", |
| "http 0.2.12", |
| "http 1.5.0", |
| "http-body 0.4.6", |
| "http-body 1.1.0", |
| "http-body-util", |
| "pin-project-lite", |
| "pin-utils", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-runtime-api" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c054752dd9e4dc73d0b75748c99ac2d0feafbf2f25c7b0516f03a3534161223" |
| dependencies = [ |
| "aws-smithy-async", |
| "aws-smithy-runtime-api-macros", |
| "aws-smithy-types", |
| "bytes", |
| "http 0.2.12", |
| "http 1.5.0", |
| "pin-project-lite", |
| "tokio", |
| "tracing", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-runtime-api-macros" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "221eaa237ddf1ca79b60d1372aad77e47f9c0ea5b3ce5099da8c61d027dc77b3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-schema" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d56e0a4e53127a632224e43633b0fe045fa9e1e3cfc68b9830f1115e103f910" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| "aws-smithy-types", |
| "http 1.5.0", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-types" |
| version = "1.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f94d16e797ec62cd999fc9d5942b48fa7050c3093ddadff48e4d7528d16fcb9" |
| dependencies = [ |
| "base64-simd", |
| "bytes", |
| "bytes-utils", |
| "http 0.2.12", |
| "http 1.5.0", |
| "http-body 0.4.6", |
| "http-body 1.1.0", |
| "http-body-util", |
| "itoa", |
| "num-integer", |
| "pin-project-lite", |
| "pin-utils", |
| "ryu", |
| "serde", |
| "time", |
| ] |
| |
| [[package]] |
| name = "aws-smithy-xml" |
| version = "0.62.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce84f71c72fee2cbbadde6e7d082f5fb466e3a84733855295fa7aafd1b31b7d8" |
| dependencies = [ |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "xmlparser", |
| ] |
| |
| [[package]] |
| name = "aws-types" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eec1cd5469f328c782dc3e33d4153cf118a54e33cbb3356d60d16f89883e1f94" |
| dependencies = [ |
| "aws-credential-types", |
| "aws-smithy-async", |
| "aws-smithy-runtime-api", |
| "aws-smithy-schema", |
| "aws-smithy-types", |
| "rustc_version", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "backon" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef" |
| dependencies = [ |
| "fastrand", |
| "gloo-timers", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.76" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" |
| dependencies = [ |
| "addr2line", |
| "cfg-if", |
| "libc", |
| "miniz_oxide 0.8.9", |
| "object", |
| "rustc-demangle", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.22.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| |
| [[package]] |
| name = "base64" |
| version = "0.23.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" |
| |
| [[package]] |
| name = "base64-simd" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" |
| dependencies = [ |
| "outref", |
| "vsimd", |
| ] |
| |
| [[package]] |
| name = "base64ct" |
| version = "1.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" |
| |
| [[package]] |
| name = "bigdecimal" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| "num-bigint 0.4.8", |
| "num-integer", |
| "num-traits", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bimap" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" |
| |
| [[package]] |
| name = "blake2" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
| dependencies = [ |
| "digest 0.10.7", |
| ] |
| |
| [[package]] |
| name = "blake3" |
| version = "1.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d9e454fc11f76977dc803893aff6304ed33d6a26efae8696573bea74baa27ae" |
| dependencies = [ |
| "arrayvec", |
| "cc", |
| "cfg-if", |
| "constant_time_eq", |
| "cpufeatures 0.3.1", |
| ] |
| |
| [[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 = "block-buffer" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa" |
| dependencies = [ |
| "hybrid-array", |
| ] |
| |
| [[package]] |
| name = "block-padding" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "blocking" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a70e4329df6cb94385eed412ec92375c3cdd8a6e502493d1229b6414e4036dfa" |
| dependencies = [ |
| "async-channel 2.5.0", |
| "async-task", |
| "futures-io", |
| "futures-lite", |
| "piper", |
| ] |
| |
| [[package]] |
| name = "bnum" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f781dba93de3a5ef6dc5b17c9958b208f6f3f021623b360fb605ea51ce443f10" |
| dependencies = [ |
| "serde", |
| "serde-big-array", |
| ] |
| |
| [[package]] |
| name = "bon" |
| version = "3.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e3fac94a66da67200398458a25412bcc3f9b6443b5119a6cad9cf3ccfcd8cc6" |
| dependencies = [ |
| "bon-macros", |
| ] |
| |
| [[package]] |
| name = "bon-macros" |
| version = "3.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4654961ad0494e4774c5c60b4cb4cd0ae9b9d92d039d901638b1dba97ebebf5" |
| dependencies = [ |
| "darling 0.24.1", |
| "ident_case", |
| "prettyplease 0.3.0", |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "brotli" |
| version = "8.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| "brotli-decompressor", |
| ] |
| |
| [[package]] |
| name = "brotli-decompressor" |
| version = "5.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| ] |
| |
| [[package]] |
| name = "bs58" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.20.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| |
| [[package]] |
| name = "bytemuck" |
| version = "1.25.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" |
| |
| [[package]] |
| name = "bytes-utils" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" |
| dependencies = [ |
| "bytes", |
| "either", |
| ] |
| |
| [[package]] |
| name = "bzip2" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c" |
| dependencies = [ |
| "libbz2-rs-sys", |
| ] |
| |
| [[package]] |
| name = "cast" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
| |
| [[package]] |
| name = "cbc" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" |
| dependencies = [ |
| "cipher", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273" |
| dependencies = [ |
| "find-msvc-tools", |
| "jobserver", |
| "libc", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cesu8" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" |
| |
| [[package]] |
| name = "chacha20" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65c35e4b699c7e15ccbe7ee35c005e4fc0a278d22238a2857e6ce2dadeda1b06" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.3.1", |
| "rand_core 0.10.1", |
| ] |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| dependencies = [ |
| "iana-time-zone", |
| "js-sys", |
| "num-traits", |
| "serde", |
| "wasm-bindgen", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "chrono-tz" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3" |
| dependencies = [ |
| "chrono", |
| "phf", |
| ] |
| |
| [[package]] |
| name = "ciborium" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" |
| dependencies = [ |
| "ciborium-io", |
| "ciborium-ll", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ciborium-io" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" |
| |
| [[package]] |
| name = "ciborium-ll" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" |
| dependencies = [ |
| "ciborium-io", |
| "half", |
| ] |
| |
| [[package]] |
| name = "cipher" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
| dependencies = [ |
| "crypto-common 0.1.7", |
| "inout", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca" |
| dependencies = [ |
| "clap_builder", |
| "clap_derive", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889" |
| dependencies = [ |
| "anstream", |
| "anstyle", |
| "clap_lex", |
| "strsim", |
| ] |
| |
| [[package]] |
| name = "clap_derive" |
| version = "4.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| |
| [[package]] |
| name = "cmake" |
| version = "0.1.58" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "cmov" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a" |
| |
| [[package]] |
| name = "colorchoice" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" |
| |
| [[package]] |
| name = "combine" |
| version = "4.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfc320937d09e6de266b31b9afb480f197d7a861be86be7cb2ea7e5d1bfffc5e" |
| dependencies = [ |
| "bytes", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "comet-contrib-delta" |
| version = "0.18.0" |
| dependencies = [ |
| "datafusion", |
| "datafusion-comet-proto", |
| ] |
| |
| [[package]] |
| name = "comfy-table" |
| version = "7.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47" |
| dependencies = [ |
| "unicode-segmentation", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "compression-codecs" |
| version = "0.4.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fe67f2944eef52fc7b106b8c9450d243a88701a0c065f7f57235e76abaed7df" |
| dependencies = [ |
| "bzip2", |
| "compression-core", |
| "flate2", |
| "liblzma", |
| "memchr", |
| "zstd", |
| "zstd-safe", |
| ] |
| |
| [[package]] |
| name = "compression-core" |
| version = "0.4.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e8ccc4ea9f6acc32d102c0f6d471d11d913ad15f20c04de743374861fa1d414" |
| |
| [[package]] |
| name = "concurrent-queue" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "const-oid" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
| |
| [[package]] |
| name = "const-oid" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" |
| |
| [[package]] |
| name = "const-random" |
| version = "0.1.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" |
| dependencies = [ |
| "const-random-macro", |
| ] |
| |
| [[package]] |
| name = "const-random-macro" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" |
| dependencies = [ |
| "getrandom 0.2.17", |
| "once_cell", |
| "tiny-keccak", |
| ] |
| |
| [[package]] |
| name = "constant_time_eq" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| |
| [[package]] |
| name = "cpp_demangle" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ca28b0ae3115b884660db4118d803791fd6756b6e88f39c0f3f7859060d7566" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc-fast" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e75b2483e97a5a7da73ac68a05b629f9c53cff58d8ed1c77866079e18b00dba5" |
| dependencies = [ |
| "digest 0.10.7", |
| "spin 0.10.1", |
| ] |
| |
| [[package]] |
| name = "crc32c" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47" |
| dependencies = [ |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "criterion" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928" |
| dependencies = [ |
| "anes", |
| "async-std", |
| "cast", |
| "ciborium", |
| "clap", |
| "criterion-plot", |
| "itertools 0.13.0", |
| "num-traits", |
| "oorandom", |
| "plotters", |
| "rayon", |
| "regex", |
| "serde", |
| "serde_json", |
| "tinytemplate", |
| "tokio", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "criterion-plot" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338" |
| dependencies = [ |
| "cast", |
| "itertools 0.13.0", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" |
| |
| [[package]] |
| name = "crunchy" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| dependencies = [ |
| "generic-array", |
| "rand_core 0.6.4", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" |
| dependencies = [ |
| "hybrid-array", |
| ] |
| |
| [[package]] |
| name = "csv" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938" |
| dependencies = [ |
| "csv-core", |
| "itoa", |
| "ryu", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "csv-core" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "ctor" |
| version = "1.0.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "914a755b7c2d4af2bdcff7ce1739e2db9a1b81a9b07123d8015786ae03c0980d" |
| dependencies = [ |
| "link-section", |
| "linktime-proc-macro", |
| ] |
| |
| [[package]] |
| name = "ctr" |
| version = "0.9.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
| dependencies = [ |
| "cipher", |
| ] |
| |
| [[package]] |
| name = "ctutils" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e" |
| dependencies = [ |
| "cmov", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
| dependencies = [ |
| "darling_core 0.20.11", |
| "darling_macro 0.20.11", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" |
| dependencies = [ |
| "darling_core 0.23.0", |
| "darling_macro 0.23.0", |
| ] |
| |
| [[package]] |
| name = "darling" |
| version = "0.24.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed17f5901b6630b993ca003def43f2f8ef4014fc13b047b57aad617ff32bc2ec" |
| dependencies = [ |
| "darling_core 0.24.1", |
| "darling_macro 0.24.1", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
| dependencies = [ |
| "fnv", |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" |
| dependencies = [ |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.24.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6837e2cf7485aaae18f86181d2f0e9a7ed297a025e220aeabf63fdebd3a2ddff" |
| dependencies = [ |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.20.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
| dependencies = [ |
| "darling_core 0.20.11", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.23.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" |
| dependencies = [ |
| "darling_core 0.23.0", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.24.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2ac7135c3ef02b2f7833bbeb1be5ba7f966dcde8a87c6b87f65a778d71a02785" |
| dependencies = [ |
| "darling_core 0.24.1", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "dashmap" |
| version = "6.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| "hashbrown 0.14.5", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "datafusion" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96f76f0167ed0842b29a3d1e41be3c034c0a46409a3a703cc4cc84ee8c24abf4" |
| dependencies = [ |
| "arrow", |
| "arrow-schema", |
| "async-trait", |
| "chrono", |
| "datafusion-catalog", |
| "datafusion-catalog-listing", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-datasource-arrow", |
| "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", |
| "futures", |
| "indexmap 2.14.1", |
| "itertools 0.15.0", |
| "log", |
| "object_store", |
| "parking_lot", |
| "parquet", |
| "sqlparser", |
| "tempfile", |
| "tokio", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-catalog" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d79ec3460f6ed5c58f9b3f2d873fbc77748b82653bff1b4cdaf06de33bb4e05f" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "dashmap", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "futures", |
| "itertools 0.15.0", |
| "log", |
| "object_store", |
| "parking_lot", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-catalog-listing" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b48cef241e2efcfd496fe05ae4d0d5de20793451862faefe406c397a467e12d4" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-adapter", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "futures", |
| "itertools 0.15.0", |
| "log", |
| "object_store", |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "datafusion-comet" |
| version = "1.1.0" |
| dependencies = [ |
| "arrow", |
| "assertables", |
| "async-trait", |
| "aws-config", |
| "aws-credential-types", |
| "base64 0.23.1", |
| "bytes", |
| "comet-contrib-delta", |
| "criterion", |
| "datafusion", |
| "datafusion-comet-common", |
| "datafusion-comet-jni-bridge", |
| "datafusion-comet-proto", |
| "datafusion-comet-shuffle", |
| "datafusion-comet-spark-expr", |
| "datafusion-datasource", |
| "datafusion-functions-nested", |
| "datafusion-physical-expr-adapter", |
| "datafusion-spark", |
| "futures", |
| "hdfs-sys", |
| "hdrs", |
| "hex", |
| "iceberg", |
| "iceberg-storage-opendal", |
| "itertools 0.15.0", |
| "jni 0.22.4", |
| "lazy_static", |
| "log", |
| "log4rs", |
| "mimalloc", |
| "num", |
| "object_store", |
| "object_store_opendal", |
| "once_cell", |
| "opendal", |
| "parking_lot", |
| "parquet", |
| "paste", |
| "pprof", |
| "procfs", |
| "prost", |
| "rand 0.10.2", |
| "reqsign-core", |
| "reqwest 0.12.28", |
| "serde", |
| "serde_json", |
| "tempfile", |
| "tikv-jemalloc-ctl", |
| "tikv-jemallocator", |
| "tokio", |
| "typetag", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-comet-common" |
| version = "1.1.0" |
| dependencies = [ |
| "arrow", |
| "datafusion", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "datafusion-comet-jni-bridge" |
| version = "1.1.0" |
| dependencies = [ |
| "arrow", |
| "assertables", |
| "datafusion", |
| "datafusion-comet-common", |
| "jni 0.22.4", |
| "lazy_static", |
| "once_cell", |
| "parquet", |
| "paste", |
| "prost", |
| "regex", |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "datafusion-comet-proto" |
| version = "1.1.0" |
| dependencies = [ |
| "prost", |
| "prost-build", |
| ] |
| |
| [[package]] |
| name = "datafusion-comet-shuffle" |
| version = "1.1.0" |
| dependencies = [ |
| "arrow", |
| "arrow-select", |
| "async-trait", |
| "bytes", |
| "clap", |
| "crc32c", |
| "crc32fast", |
| "criterion", |
| "datafusion", |
| "datafusion-comet-common", |
| "datafusion-comet-jni-bridge", |
| "datafusion-comet-spark-expr", |
| "futures", |
| "itertools 0.15.0", |
| "jni 0.21.1", |
| "log", |
| "lz4_flex", |
| "parquet", |
| "simd-adler32", |
| "snap", |
| "tempfile", |
| "tokio", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "datafusion-comet-spark-expr" |
| version = "1.1.0" |
| dependencies = [ |
| "arrow", |
| "base64 0.23.1", |
| "chrono", |
| "criterion", |
| "datafusion", |
| "datafusion-comet-common", |
| "datafusion-comet-jni-bridge", |
| "datafusion-spark", |
| "futures", |
| "jni 0.22.4", |
| "num", |
| "rand 0.10.2", |
| "regex", |
| "ryu", |
| "serde", |
| "serde_json", |
| "tokio", |
| "twox-hash", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-common" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f72810485975c258f1b4d00baab31728470676c60c5546f366ebd0d99f05ab6" |
| dependencies = [ |
| "arrow", |
| "arrow-ipc", |
| "arrow-schema", |
| "chrono", |
| "foldhash 0.2.0", |
| "half", |
| "hashbrown 0.17.1", |
| "hex", |
| "indexmap 2.14.1", |
| "itertools 0.15.0", |
| "libc", |
| "log", |
| "num-traits", |
| "object_store", |
| "parquet", |
| "sqlparser", |
| "tokio", |
| "uuid", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "datafusion-common-runtime" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "533c28e75dba52f41bde187d23a1cb24ab91c7c097966824fa471e67b60320ea" |
| dependencies = [ |
| "futures", |
| "log", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b00a1fa0da26f6087136a82fea7f13c76a672cbab452d4086952a7cf770a19b" |
| dependencies = [ |
| "arrow", |
| "async-compression", |
| "async-trait", |
| "bytes", |
| "bzip2", |
| "chrono", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-adapter", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "flate2", |
| "futures", |
| "glob", |
| "itertools 0.15.0", |
| "liblzma", |
| "log", |
| "object_store", |
| "parking_lot", |
| "rand 0.9.5", |
| "tokio", |
| "tokio-util", |
| "url", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource-arrow" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ad17ec881bff2ed7768b4bfe971d3efbf3473f2fd1f9d365447bccbdf908678" |
| dependencies = [ |
| "arrow", |
| "arrow-ipc", |
| "async-trait", |
| "bytes", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "futures", |
| "itertools 0.15.0", |
| "object_store", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource-csv" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5345285b0c3eaab412e7539b706973c083bd7e5bce575de5e0a3da488d08d1d" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "bytes", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "futures", |
| "object_store", |
| "regex", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource-json" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da02fb9324f56bd8c53f1ee2e949547425cb66f76adc6832b10d44f80a1221d2" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "bytes", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-session", |
| "futures", |
| "object_store", |
| "tokio", |
| "tokio-stream", |
| ] |
| |
| [[package]] |
| name = "datafusion-datasource-parquet" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c0b0dc1453952952fd5c69ad1c7f6042176e69ed233011d47e07cf74ed0949e" |
| dependencies = [ |
| "arrow", |
| "arrow-schema", |
| "async-trait", |
| "bytes", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-datasource", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions", |
| "datafusion-functions-aggregate-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-adapter", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-pruning", |
| "datafusion-session", |
| "futures", |
| "itertools 0.15.0", |
| "log", |
| "object_store", |
| "parking_lot", |
| "parquet", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-doc" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a88fd985bc0550c36f557db69543cc9d6393b1509783520b30e902f23c555da6" |
| |
| [[package]] |
| name = "datafusion-execution" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a98f1052f91b4991f0bf2ce1e4e36dfbdcda454a956b8c8d562c7c845e8fce1d" |
| dependencies = [ |
| "arrow", |
| "arrow-buffer", |
| "async-trait", |
| "bytes", |
| "dashmap", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-physical-expr-common", |
| "futures", |
| "log", |
| "object_store", |
| "parking_lot", |
| "parquet", |
| "pin-project-lite", |
| "rand 0.9.5", |
| "tempfile", |
| "tokio", |
| "tokio-util", |
| "url", |
| ] |
| |
| [[package]] |
| name = "datafusion-expr" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "464625a1f0e4b9df552d894fafcc8aac953ebbc8b0fa0acdaf20975fd615040e" |
| dependencies = [ |
| "arrow", |
| "arrow-schema", |
| "async-trait", |
| "chrono", |
| "datafusion-common", |
| "datafusion-doc", |
| "datafusion-expr-common", |
| "datafusion-functions-aggregate-common", |
| "datafusion-functions-window-common", |
| "datafusion-physical-expr-common", |
| "indexmap 2.14.1", |
| "itertools 0.15.0", |
| "serde_json", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "datafusion-expr-common" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2604994999d5aeca1d1df645ffc98bc787447aaff05dde27aad0342b48fc1fe0" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "indexmap 2.14.1", |
| "itertools 0.15.0", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "051e97533e6af53e4aa0a0667cadc886abcaf36c4a5925019c55c0aa4c218fde" |
| dependencies = [ |
| "arrow", |
| "arrow-buffer", |
| "base64 0.23.1", |
| "blake2", |
| "blake3", |
| "chrono", |
| "chrono-tz", |
| "datafusion-common", |
| "datafusion-doc", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-macros", |
| "datafusion-physical-expr-common", |
| "hex", |
| "itertools 0.15.0", |
| "log", |
| "md-5 0.11.0", |
| "memchr", |
| "num-traits", |
| "rand 0.9.5", |
| "regex", |
| "sha2 0.11.0", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-aggregate" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d0f1bb166d3572b6ed40e1afb2faaacade962abc08c2fcf04babee74681c56b" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-doc", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions-aggregate-common", |
| "datafusion-macros", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "half", |
| "hashbrown 0.17.1", |
| "log", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-aggregate-common" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ed756770f5f98369e181d692fd5ee6b1127ffd7322caba92f3730f9f5c92333" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-expr-common", |
| "datafusion-physical-expr-common", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-nested" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91173fdb5c0ff2a41169a8ffa1b385b8844f18728747bb0a37e35ad7d5772a4f" |
| dependencies = [ |
| "arrow", |
| "arrow-ord", |
| "datafusion-common", |
| "datafusion-doc", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-functions", |
| "datafusion-functions-aggregate", |
| "datafusion-functions-aggregate-common", |
| "datafusion-macros", |
| "datafusion-physical-expr-common", |
| "hashbrown 0.17.1", |
| "itertools 0.15.0", |
| "itoa", |
| "log", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-table" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1bcdfb286a745461b126719c32700777e83df4f17cc44db5d71ebce5731e840" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "datafusion-physical-plan", |
| "parking_lot", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-window" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ec4b508f1f93f00038ba3e737e894ec6c775528b4369413386655ae6125f0fc" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-doc", |
| "datafusion-expr", |
| "datafusion-functions-window-common", |
| "datafusion-macros", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "log", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-window-common" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b352020834140073fbf5b46ee0ceb926e5074a9d0bcae1dbd91d0586d999cde" |
| dependencies = [ |
| "datafusion-common", |
| "datafusion-physical-expr-common", |
| ] |
| |
| [[package]] |
| name = "datafusion-macros" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15192effab05d38cce10e92a6fb48c967b5f166b27b7195a165a72b232569c58" |
| dependencies = [ |
| "datafusion-doc", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "datafusion-optimizer" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "854445d9f7847e1e46089cf61b8d341a64382f14484e912c83a0f23b31216896" |
| dependencies = [ |
| "arrow", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-physical-expr", |
| "indexmap 2.14.1", |
| "itertools 0.15.0", |
| "log", |
| "regex", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "671558dad1d2aa253c39c0a4c52515958b99eb91abf649f4b88d5e69cc55282f" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-functions-aggregate-common", |
| "datafusion-physical-expr-common", |
| "half", |
| "hashbrown 0.17.1", |
| "indexmap 2.14.1", |
| "itertools 0.15.0", |
| "parking_lot", |
| "petgraph", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr-adapter" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ffae3d78c2da80ecc829cb58536cc5aca2e99cf1365eda694fc75bfe288861e0" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-functions", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "itertools 0.15.0", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr-common" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d9092ed15e7203fbd0903215172f7c9d18f10d94cba35137f3b3836f7c46f16" |
| dependencies = [ |
| "arrow", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr-common", |
| "hashbrown 0.17.1", |
| "indexmap 2.14.1", |
| "itertools 0.15.0", |
| "parking_lot", |
| "pin-project", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-optimizer" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9005b6cf50b57b72d476c6ed4662b04be7ca6be5320ba9127c6d0b7e4218095b" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-expr-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-pruning", |
| "datafusion-session", |
| "itertools 0.15.0", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-plan" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5787e4fcff4adc4fce8948441103a99705018b49c8dff0720b650bd7a15da112" |
| dependencies = [ |
| "arrow", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-ord", |
| "arrow-schema", |
| "async-trait", |
| "bytes", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions", |
| "datafusion-functions-aggregate-common", |
| "datafusion-functions-window-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "futures", |
| "half", |
| "hashbrown 0.17.1", |
| "indexmap 2.14.1", |
| "itertools 0.15.0", |
| "log", |
| "num-traits", |
| "parking_lot", |
| "pin-project-lite", |
| "serde_json", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-pruning" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e651c8df0b90daed6a7be5921ec0ee379e6909705f063eeff70fd4e35010e4c" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-datasource", |
| "datafusion-expr-common", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "log", |
| ] |
| |
| [[package]] |
| name = "datafusion-session" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb56667ee38217efab19b895d9a936052cfb47ed438a19663351bdc42a6214a1" |
| dependencies = [ |
| "arrow-schema", |
| "async-trait", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-plan", |
| "parking_lot", |
| ] |
| |
| [[package]] |
| name = "datafusion-spark" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "992dd0b954f24cb576cbeee3555c3083b9cf7a5a5f2448ea25f7a437d444163f" |
| dependencies = [ |
| "arrow", |
| "bigdecimal", |
| "chrono", |
| "crc32fast", |
| "datafusion", |
| "datafusion-catalog", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions", |
| "datafusion-functions-aggregate", |
| "datafusion-functions-aggregate-common", |
| "datafusion-functions-nested", |
| "log", |
| "num-traits", |
| "percent-encoding", |
| "rand 0.9.5", |
| "serde_json", |
| "sha1 0.11.0", |
| "sha2 0.11.0", |
| "twox-hash", |
| "url", |
| ] |
| |
| [[package]] |
| name = "datafusion-sql" |
| version = "55.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c29067cb9d32f8e603c45e15d61ea18f1069f96ceafeceb4e18466b8e5b31d9" |
| dependencies = [ |
| "arrow", |
| "bigdecimal", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-functions-nested", |
| "indexmap 2.14.1", |
| "log", |
| "regex", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "debugid" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" |
| dependencies = [ |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "defmt" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "defmt-macros", |
| ] |
| |
| [[package]] |
| name = "defmt-macros" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8" |
| dependencies = [ |
| "defmt-parser", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "defmt-parser" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e" |
| dependencies = [ |
| "thiserror 2.0.20", |
| ] |
| |
| [[package]] |
| name = "der" |
| version = "0.7.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" |
| dependencies = [ |
| "const-oid 0.9.6", |
| "pem-rfc7468", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "deranged" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "derive_builder" |
| version = "0.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" |
| dependencies = [ |
| "derive_builder_macro", |
| ] |
| |
| [[package]] |
| name = "derive_builder_core" |
| version = "0.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" |
| dependencies = [ |
| "darling 0.20.11", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "derive_builder_macro" |
| version = "0.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" |
| dependencies = [ |
| "derive_builder_core", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "derive_more" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" |
| dependencies = [ |
| "derive_more-impl", |
| ] |
| |
| [[package]] |
| name = "derive_more-impl" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "rustc_version", |
| "syn 2.0.119", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "destructure_traitobject" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c877555693c14d2f84191cfd3ad8582790fc52b5e2274b40b59cf5f5cea25c7" |
| |
| [[package]] |
| name = "digest" |
| version = "0.10.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| dependencies = [ |
| "block-buffer 0.10.4", |
| "const-oid 0.9.6", |
| "crypto-common 0.1.7", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "digest" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" |
| dependencies = [ |
| "block-buffer 0.12.1", |
| "const-oid 0.10.2", |
| "crypto-common 0.2.2", |
| "ctutils", |
| ] |
| |
| [[package]] |
| name = "displaydoc" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "dissimilar" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aeda16ab4059c5fd2a83f2b9c9e9c981327b18aa8e3b313f7e6563799d4f093e" |
| |
| [[package]] |
| name = "dlv-list" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f" |
| dependencies = [ |
| "const-random", |
| ] |
| |
| [[package]] |
| name = "dunce" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| |
| [[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.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34" |
| |
| [[package]] |
| name = "equator" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" |
| dependencies = [ |
| "equator-macro", |
| ] |
| |
| [[package]] |
| name = "equator-macro" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| |
| [[package]] |
| name = "erased-serde" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec" |
| dependencies = [ |
| "serde", |
| "serde_core", |
| "typeid", |
| ] |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "event-listener" |
| version = "2.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" |
| |
| [[package]] |
| name = "event-listener" |
| version = "5.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2" |
| dependencies = [ |
| "parking", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "event-listener-strategy" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| dependencies = [ |
| "event-listener 5.4.2", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "expect-test" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63af43ff4431e848fb47472a920f14fa71c24de13255a5692e93d4e90302acb0" |
| dependencies = [ |
| "dissimilar", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "fastnum" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "020d1b59a944bc239d79903fbac2eda2365138b44890c27979562f6592059dcd" |
| dependencies = [ |
| "bnum", |
| "num-integer", |
| "num-traits", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "fastrand" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223" |
| |
| [[package]] |
| name = "find-msvc-tools" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890" |
| |
| [[package]] |
| name = "findshlibs" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64" |
| dependencies = [ |
| "cc", |
| "lazy_static", |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "fixedbitset" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" |
| |
| [[package]] |
| name = "flatbuffers" |
| version = "25.12.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide 0.9.1", |
| "zlib-rs", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "fs_extra" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed" |
| |
| [[package]] |
| name = "futures-lite" |
| version = "2.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| dependencies = [ |
| "fastrand", |
| "futures-core", |
| "futures-io", |
| "parking", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project-lite", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.14.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| dependencies = [ |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "wasi", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "r-efi 5.3.0", |
| "wasip2", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "libc", |
| "r-efi 6.0.0", |
| "rand_core 0.10.1", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "ghash" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" |
| dependencies = [ |
| "opaque-debug", |
| "polyval", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.32.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b" |
| |
| [[package]] |
| name = "gloo-timers" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "h2" |
| version = "0.4.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef8e5e5a340588f4452631496976cf8636d4a7ecf600239fdc27615d2530bc16" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "http 1.5.0", |
| "indexmap 2.14.1", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "2.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| dependencies = [ |
| "cfg-if", |
| "crunchy", |
| "num-traits", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| dependencies = [ |
| "foldhash 0.1.5", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.17.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| dependencies = [ |
| "allocator-api2", |
| "equivalent", |
| "foldhash 0.2.0", |
| ] |
| |
| [[package]] |
| name = "hdfs-sys" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33e2d5cefba2d51a26b44d2a493f963a32725a0f6593c91be4a610ad449c49cb" |
| dependencies = [ |
| "cc", |
| "java-locator", |
| ] |
| |
| [[package]] |
| name = "hdrs" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7c42a693bfe5dc8fcad1f24044c5ec355c5f157b8ce63c7d62f51cecbc7878d" |
| dependencies = [ |
| "blocking", |
| "errno", |
| "futures", |
| "hdfs-sys", |
| "libc", |
| "log", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e17592d60ebacc7d5e169f4663c5f84f9161cc90328abcfe8456f41e4dfcb284" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "hmac" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| dependencies = [ |
| "digest 0.10.7", |
| ] |
| |
| [[package]] |
| name = "hmac" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f" |
| dependencies = [ |
| "digest 0.11.3", |
| ] |
| |
| [[package]] |
| name = "http" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0" |
| dependencies = [ |
| "bytes", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
| dependencies = [ |
| "bytes", |
| "http 0.2.12", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c" |
| dependencies = [ |
| "bytes", |
| "http 1.5.0", |
| ] |
| |
| [[package]] |
| name = "http-body-util" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "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.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15" |
| |
| [[package]] |
| name = "hybrid-array" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b" |
| dependencies = [ |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "hyper" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27b501faa50e7a26c3d3560ca625132f4078a17771f4810baf70475ae48cbe43" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "h2", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "httparse", |
| "itoa", |
| "pin-project-lite", |
| "smallvec", |
| "tokio", |
| "want", |
| ] |
| |
| [[package]] |
| name = "hyper-rustls" |
| version = "0.27.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" |
| dependencies = [ |
| "http 1.5.0", |
| "hyper", |
| "hyper-util", |
| "rustls", |
| "rustls-native-certs", |
| "tokio", |
| "tokio-rustls", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "hyper-util" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "futures-channel", |
| "futures-util", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "hyper", |
| "ipnet", |
| "libc", |
| "percent-encoding", |
| "pin-project-lite", |
| "socket2", |
| "tokio", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.65" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "log", |
| "wasm-bindgen", |
| "windows-core", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone-haiku" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "iceberg" |
| version = "0.10.1" |
| source = "git+https://github.com/apache/iceberg-rust?rev=665c64e48e8d33797ecb1a421f327edd9b024879#665c64e48e8d33797ecb1a421f327edd9b024879" |
| dependencies = [ |
| "aes-gcm", |
| "anyhow", |
| "apache-avro", |
| "array-init", |
| "arrow-arith", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-ord", |
| "arrow-schema", |
| "arrow-select", |
| "arrow-string", |
| "as-any", |
| "async-trait", |
| "backon", |
| "base64 0.22.1", |
| "bimap", |
| "bytes", |
| "chrono", |
| "crc32fast", |
| "derive_builder", |
| "expect-test", |
| "fastnum", |
| "flate2", |
| "fnv", |
| "form_urlencoded", |
| "futures", |
| "iceberg-property-macro", |
| "itertools 0.13.0", |
| "moka", |
| "murmur3", |
| "once_cell", |
| "ordered-float 4.6.0", |
| "parquet", |
| "rand 0.9.5", |
| "reqwest 0.12.28", |
| "roaring", |
| "serde", |
| "serde_bytes", |
| "serde_derive", |
| "serde_json", |
| "serde_repr", |
| "serde_with", |
| "strum", |
| "tokio", |
| "tracing", |
| "typed-builder", |
| "typetag", |
| "url", |
| "uuid", |
| "zeroize", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "iceberg-property-macro" |
| version = "0.10.1" |
| source = "git+https://github.com/apache/iceberg-rust?rev=665c64e48e8d33797ecb1a421f327edd9b024879#665c64e48e8d33797ecb1a421f327edd9b024879" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "iceberg-storage-opendal" |
| version = "0.10.1" |
| source = "git+https://github.com/apache/iceberg-rust?rev=665c64e48e8d33797ecb1a421f327edd9b024879#665c64e48e8d33797ecb1a421f327edd9b024879" |
| dependencies = [ |
| "anyhow", |
| "async-trait", |
| "bytes", |
| "cfg-if", |
| "futures", |
| "iceberg", |
| "opendal", |
| "reqsign-aws-v4", |
| "reqsign-core", |
| "serde", |
| "typetag", |
| "url", |
| ] |
| |
| [[package]] |
| name = "icu_collections" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513" |
| dependencies = [ |
| "displaydoc", |
| "potential_utf", |
| "utf8_iter", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locale_core" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12f9cf5f235641ed274641dd81c3f28d870e276763d0797aeeab72317b1c646f" |
| dependencies = [ |
| "icu_collections", |
| "icu_normalizer_data", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer_data" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0" |
| |
| [[package]] |
| name = "icu_properties" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_locale_core", |
| "icu_properties_data", |
| "icu_provider", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_properties_data" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73" |
| dependencies = [ |
| "displaydoc", |
| "icu_locale_core", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "ident_case" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| |
| [[package]] |
| name = "idna" |
| version = "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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| dependencies = [ |
| "icu_normalizer", |
| "icu_properties", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "1.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| dependencies = [ |
| "autocfg", |
| "hashbrown 0.12.3", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.14.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07aa2048142242915a31d35844fb311e0e53fcca590c3a0a40dcf1b841fa09eb" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.17.1", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "inferno" |
| version = "0.11.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "232929e1d75fe899576a3d5c7416ad0d88dbfbb3c3d6aa00873a7408a50ddb88" |
| dependencies = [ |
| "ahash", |
| "indexmap 2.14.1", |
| "is-terminal", |
| "itoa", |
| "log", |
| "num-format", |
| "once_cell", |
| "quick-xml 0.26.0", |
| "rgb", |
| "str_stack", |
| ] |
| |
| [[package]] |
| name = "inout" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" |
| dependencies = [ |
| "block-padding", |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "inventory" |
| version = "0.3.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" |
| dependencies = [ |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "ipnet" |
| version = "2.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78" |
| |
| [[package]] |
| name = "is-terminal" |
| version = "0.4.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "is_terminal_polyfill" |
| version = "1.70.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| |
| [[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 = "itertools" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| |
| [[package]] |
| name = "java-locator" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09c46c1fe465c59b1474e665e85e1256c3893dd00927b8d55f63b09044c1e64f" |
| dependencies = [ |
| "glob", |
| ] |
| |
| [[package]] |
| name = "jiff" |
| version = "0.2.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc" |
| dependencies = [ |
| "defmt", |
| "jiff-core", |
| "jiff-static", |
| "jiff-tzdb-platform", |
| "js-sys", |
| "log", |
| "portable-atomic", |
| "portable-atomic-util", |
| "serde_core", |
| "wasm-bindgen", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "jiff-core" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09" |
| dependencies = [ |
| "defmt", |
| ] |
| |
| [[package]] |
| name = "jiff-static" |
| version = "0.2.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204" |
| dependencies = [ |
| "jiff-core", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "jiff-tzdb" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "142bd39932ad231f10513df9ab62661fead8719872150b7ad02a2df79f4e141e" |
| |
| [[package]] |
| name = "jiff-tzdb-platform" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" |
| dependencies = [ |
| "jiff-tzdb", |
| ] |
| |
| [[package]] |
| name = "jni" |
| version = "0.21.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| dependencies = [ |
| "cesu8", |
| "cfg-if", |
| "combine", |
| "jni-sys 0.3.1", |
| "log", |
| "thiserror 1.0.69", |
| "walkdir", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "jni" |
| version = "0.22.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" |
| dependencies = [ |
| "cfg-if", |
| "combine", |
| "java-locator", |
| "jni-macros", |
| "jni-sys 0.4.1", |
| "libloading", |
| "log", |
| "simd_cesu8", |
| "thiserror 2.0.20", |
| "walkdir", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "jni-macros" |
| version = "0.22.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "rustc_version", |
| "simd_cesu8", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "jni-sys" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" |
| dependencies = [ |
| "jni-sys 0.4.1", |
| ] |
| |
| [[package]] |
| name = "jni-sys" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" |
| dependencies = [ |
| "jni-sys-macros", |
| ] |
| |
| [[package]] |
| name = "jni-sys-macros" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" |
| dependencies = [ |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3" |
| dependencies = [ |
| "getrandom 0.4.3", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.104" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a" |
| dependencies = [ |
| "cfg-if", |
| "futures-util", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "kv-log-macro" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| dependencies = [ |
| "spin 0.9.9", |
| ] |
| |
| [[package]] |
| name = "lexical-core" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594" |
| dependencies = [ |
| "lexical-parse-float", |
| "lexical-parse-integer", |
| "lexical-util", |
| "lexical-write-float", |
| "lexical-write-integer", |
| ] |
| |
| [[package]] |
| name = "lexical-parse-float" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56" |
| dependencies = [ |
| "lexical-parse-integer", |
| "lexical-util", |
| ] |
| |
| [[package]] |
| name = "lexical-parse-integer" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34" |
| dependencies = [ |
| "lexical-util", |
| ] |
| |
| [[package]] |
| name = "lexical-util" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17" |
| |
| [[package]] |
| name = "lexical-write-float" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361" |
| dependencies = [ |
| "lexical-util", |
| "lexical-write-integer", |
| ] |
| |
| [[package]] |
| name = "lexical-write-integer" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df" |
| dependencies = [ |
| "lexical-util", |
| ] |
| |
| [[package]] |
| name = "libbz2-rs-sys" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34b357333733e8260735ba5894eb928c02ecc69c78715f01a8019e7fa7f2db4c" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.189" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" |
| |
| [[package]] |
| name = "libloading" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| dependencies = [ |
| "cfg-if", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "liblzma" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fe0a34ca854fd4f20c07f696fc8675aec78f87d88d29f5e10257a7490a1b2e1" |
| dependencies = [ |
| "liblzma-sys", |
| ] |
| |
| [[package]] |
| name = "liblzma-sys" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0dad045e4b1b7b170be4b60b54b780cafb4490165461bac7d1cf7b703f61d5f" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.49" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a45a52f43e1c16f667ccfe4dd8c85b7f7c204fd5e3bf46c5b0db9a5c3c0b8e9" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "link-section" |
| version = "0.19.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39c29a617ce3df32c08497bdc1ab6e2376e0b17948ac166a2fbe5977c5954cd9" |
| |
| [[package]] |
| name = "linktime-proc-macro" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e57c38c1e860fd37c604281cdfb1dd2216977fd76a50f85ba2f388ef3219616" |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae" |
| |
| [[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.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6" |
| dependencies = [ |
| "serde_core", |
| "value-bag", |
| ] |
| |
| [[package]] |
| name = "log-mdc" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7" |
| |
| [[package]] |
| name = "log4rs" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e947bb896e702c711fccc2bf02ab2abb6072910693818d1d6b07ee2b9dfd86c" |
| dependencies = [ |
| "anyhow", |
| "arc-swap", |
| "chrono", |
| "derive_more", |
| "fnv", |
| "humantime", |
| "libc", |
| "log", |
| "log-mdc", |
| "mock_instant", |
| "parking_lot", |
| "rand 0.9.5", |
| "serde", |
| "serde-value", |
| "serde_json", |
| "serde_yaml", |
| "thiserror 2.0.20", |
| "thread-id", |
| "typemap-ors", |
| "unicode-segmentation", |
| "winapi", |
| ] |
| |
| [[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.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ecbdfe44b1bd960b68170b417450a628c43f7cf56bb3c5317e61cb230ee7f226" |
| dependencies = [ |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "md-5" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| dependencies = [ |
| "cfg-if", |
| "digest 0.10.7", |
| ] |
| |
| [[package]] |
| name = "md-5" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98" |
| dependencies = [ |
| "cfg-if", |
| "digest 0.11.3", |
| ] |
| |
| [[package]] |
| name = "mea" |
| version = "0.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c709842c4ce65cb91e2666ad5319dfc1efc3af0d34f02075eddca9000d9f8afb" |
| dependencies = [ |
| "hashbrown 0.17.1", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" |
| |
| [[package]] |
| name = "memmap2" |
| version = "0.9.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "mimalloc" |
| version = "0.1.52" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d4139bb28d14ad1facf21d5eb8825051b326e172d216b39f6d31df53cc97862" |
| 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 = "miniz_oxide" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c" |
| dependencies = [ |
| "adler2", |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "1.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b18443e9c262bfe8fa82f51666e2642c53393f7e5c27b3e1aeab922cff5b9d8" |
| dependencies = [ |
| "libc", |
| "wasi", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "mock_instant" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9bb517913cfcfb9eeda59f36020269075a152701a01606c612f547e4890be399" |
| |
| [[package]] |
| name = "moka" |
| version = "0.12.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4293f18e7567a1caf3c584855554377025c65e0aa445344d04171f5ad63d19b9" |
| dependencies = [ |
| "async-lock", |
| "crossbeam-channel", |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| "equivalent", |
| "event-listener 5.4.2", |
| "futures-util", |
| "parking_lot", |
| "portable-atomic", |
| "smallvec", |
| "tagptr", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "multimap" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" |
| |
| [[package]] |
| name = "murmur3" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9252111cf132ba0929b6f8e030cac2a24b507f3a4d6db6fb2896f27b354c714b" |
| |
| [[package]] |
| name = "nix" |
| version = "0.26.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "cfg-if", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "num" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| dependencies = [ |
| "num-bigint 0.4.8", |
| "num-complex", |
| "num-integer", |
| "num-iter", |
| "num-rational", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-bigint" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "num-bigint" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93e7820bc0a80a0238e650327316f929ba18d5be054b647490a3a6a339f3e7c0" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-bigint-dig" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" |
| dependencies = [ |
| "lazy_static", |
| "libm", |
| "num-integer", |
| "num-iter", |
| "num-traits", |
| "rand 0.8.8", |
| "smallvec", |
| "zeroize", |
| ] |
| |
| [[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-conv" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" |
| |
| [[package]] |
| name = "num-format" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" |
| dependencies = [ |
| "arrayvec", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-iter" |
| version = "0.1.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b" |
| dependencies = [ |
| "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 0.4.8", |
| "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.37.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "object_store" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "622acbc9100d3c10e2ee15804b0caa40e55c933d5aa53814cd520805b7958a49" |
| dependencies = [ |
| "async-trait", |
| "base64 0.22.1", |
| "bytes", |
| "chrono", |
| "form_urlencoded", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "http 1.5.0", |
| "http-body-util", |
| "httparse", |
| "humantime", |
| "hyper", |
| "itertools 0.14.0", |
| "md-5 0.10.6", |
| "parking_lot", |
| "percent-encoding", |
| "quick-xml 0.39.4", |
| "rand 0.10.2", |
| "reqwest 0.12.28", |
| "ring", |
| "rustls-pki-types", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| "url", |
| "walkdir", |
| "wasm-bindgen-futures", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "object_store_opendal" |
| version = "0.58.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88f165780495c17aa3ce86846600504198c3fffd99073521552751c2430fa6ac" |
| dependencies = [ |
| "async-trait", |
| "bytes", |
| "chrono", |
| "futures", |
| "mea", |
| "object_store", |
| "opendal", |
| "pin-project", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.21.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| |
| [[package]] |
| name = "once_cell_polyfill" |
| version = "1.70.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" |
| |
| [[package]] |
| name = "opaque-debug" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" |
| |
| [[package]] |
| name = "opendal" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33dbff14cc9bb085224256d6a81289d2f3202e85b06f408d42534b42162a4231" |
| dependencies = [ |
| "ctor", |
| "opendal-core", |
| "opendal-http-transport-reqwest", |
| "opendal-layer-concurrent-limit", |
| "opendal-layer-logging", |
| "opendal-layer-retry", |
| "opendal-layer-timeout", |
| "opendal-service-azdls", |
| "opendal-service-fs", |
| "opendal-service-gcs", |
| "opendal-service-hdfs", |
| "opendal-service-oss", |
| "opendal-service-s3", |
| ] |
| |
| [[package]] |
| name = "opendal-core" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48dbcef97d3eb7591db2c18d5cae95c836bcce07359b98d98dd6f4e861eb77b7" |
| dependencies = [ |
| "anyhow", |
| "asyncband", |
| "base64 0.23.1", |
| "bytes", |
| "futures", |
| "http 1.5.0", |
| "jiff", |
| "log", |
| "md-5 0.11.0", |
| "percent-encoding", |
| "quick-xml 0.41.0", |
| "reqsign-core", |
| "serde", |
| "serde_json", |
| "tokio", |
| "url", |
| "uuid", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "opendal-http-transport-reqwest" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85663452ea32bbc17e8f79ab29788c846d116ec7de31451be9c787e462dcb36c" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "opendal-core", |
| "reqwest 0.13.4", |
| ] |
| |
| [[package]] |
| name = "opendal-layer-concurrent-limit" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03f9e144b5228d741c3763ade8711d9b72e5fb6d998e779f2d7a09da0b5a3eba" |
| dependencies = [ |
| "asyncband", |
| "futures", |
| "http 1.5.0", |
| "opendal-core", |
| ] |
| |
| [[package]] |
| name = "opendal-layer-logging" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2de17c61cd32e9d8d7d8efb91795e714dbccbafbc3c4e219e1542f4d6324161" |
| dependencies = [ |
| "log", |
| "opendal-core", |
| ] |
| |
| [[package]] |
| name = "opendal-layer-retry" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e94db301964a25366090484d61e6da16d5979cc8faf02c3e12210dc74fafed38" |
| dependencies = [ |
| "backon", |
| "log", |
| "opendal-core", |
| ] |
| |
| [[package]] |
| name = "opendal-layer-timeout" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08956ddda07465449bfd48825f4f0f25e0351278ac974eaa659895d9d74f2c80" |
| dependencies = [ |
| "opendal-core", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "opendal-service-azdls" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d564484a8f7d091827e825cfc91ed45bd48e64d262451ee041fe843db81bd8a" |
| dependencies = [ |
| "asyncband", |
| "base64 0.23.1", |
| "bytes", |
| "http 1.5.0", |
| "log", |
| "opendal-core", |
| "opendal-service-azure-common", |
| "quick-xml 0.41.0", |
| "reqsign-azure-storage", |
| "reqsign-core", |
| "reqsign-file-read-tokio", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "opendal-service-azure-common" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfcc1bfdac4f54d9018c462dd32ad9e2f68fdf584f825c811550c8ffc87894cd" |
| dependencies = [ |
| "http 1.5.0", |
| "opendal-core", |
| ] |
| |
| [[package]] |
| name = "opendal-service-fs" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7ef1e1c45f3f89282a59073897e0d685e51385fed0aea771714789525cff996" |
| dependencies = [ |
| "bytes", |
| "log", |
| "opendal-core", |
| "serde", |
| "tokio", |
| "xattr", |
| ] |
| |
| [[package]] |
| name = "opendal-service-gcs" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da1f2a8c975fd22fea01f0409bcb8774f1ac02ad79863a3490098203121555d3" |
| dependencies = [ |
| "async-trait", |
| "bytes", |
| "http 1.5.0", |
| "log", |
| "opendal-core", |
| "percent-encoding", |
| "quick-xml 0.41.0", |
| "reqsign-core", |
| "reqsign-file-read-tokio", |
| "reqsign-google", |
| "serde", |
| "serde_json", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "opendal-service-hdfs" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "760241a471d795bb4cdc784b341667539c4544d8f13fc4c079506be86a0e8c61" |
| dependencies = [ |
| "bytes", |
| "futures", |
| "hdrs", |
| "log", |
| "opendal-core", |
| "serde", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "opendal-service-oss" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e3ce7a2ceb925e0f28f545b169eb57d04cec6116aae94b8584d2bdbe7d456c6" |
| dependencies = [ |
| "bytes", |
| "http 1.5.0", |
| "log", |
| "opendal-core", |
| "quick-xml 0.41.0", |
| "reqsign-aliyun-oss", |
| "reqsign-core", |
| "reqsign-file-read-tokio", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "opendal-service-s3" |
| version = "0.58.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c64335f9f24ccb62ac36f1d976342b48611a75ba61979813a4f78a4ebd94de42" |
| dependencies = [ |
| "base64 0.23.1", |
| "bytes", |
| "crc-fast", |
| "http 1.5.0", |
| "log", |
| "md-5 0.11.0", |
| "opendal-core", |
| "quick-xml 0.41.0", |
| "reqsign-aws-v4", |
| "reqsign-core", |
| "reqsign-file-read-tokio", |
| "serde", |
| "url", |
| ] |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| |
| [[package]] |
| name = "ordered-float" |
| version = "2.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "ordered-float" |
| version = "4.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "ordered-multimap" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79" |
| dependencies = [ |
| "dlv-list", |
| "hashbrown 0.14.5", |
| ] |
| |
| [[package]] |
| name = "outref" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" |
| |
| [[package]] |
| name = "parking" |
| version = "2.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "parquet" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff322f54b1a0f9288e614ed1f2d329b380af5476420db19f46ffb865e1163d73" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-schema", |
| "arrow-select", |
| "base64 0.23.1", |
| "brotli", |
| "bytes", |
| "chrono", |
| "flate2", |
| "futures", |
| "half", |
| "hashbrown 0.17.1", |
| "lz4_flex", |
| "num-bigint 0.5.1", |
| "num-integer", |
| "num-traits", |
| "object_store", |
| "parquet-variant", |
| "parquet-variant-compute", |
| "parquet-variant-json", |
| "ring", |
| "seq-macro", |
| "simdutf8", |
| "snap", |
| "tokio", |
| "twox-hash", |
| "zstd", |
| ] |
| |
| [[package]] |
| name = "parquet-variant" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3950502c5d383bc98ac83424c50ad06214cfb8a8554ef6f19413e71894079288" |
| dependencies = [ |
| "arrow", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "indexmap 2.14.1", |
| "num-traits", |
| "simdutf8", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "parquet-variant-compute" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28c4fc004d60a76d727fe4a383b48e8c4d629384b9d9f0cc359164ec2cbd3326" |
| dependencies = [ |
| "arrow", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "indexmap 2.14.1", |
| "parquet-variant", |
| "parquet-variant-json", |
| "serde_json", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "parquet-variant-json" |
| version = "59.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "216b1aecab3ee2e8f429ade4dfef24e233d008ee91ce745fb273c39fc5936b85" |
| dependencies = [ |
| "arrow-schema", |
| "base64 0.23.1", |
| "chrono", |
| "parquet-variant", |
| "serde_json", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| |
| [[package]] |
| name = "pbkdf2" |
| version = "0.12.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" |
| dependencies = [ |
| "digest 0.10.7", |
| "hmac 0.12.1", |
| ] |
| |
| [[package]] |
| name = "pem" |
| version = "4.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d354a98a3d1251555de99e8fdd8afda05573c31b82f59063a7b0a29b5527f120" |
| dependencies = [ |
| "base64 0.23.1", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "pem-rfc7468" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
| dependencies = [ |
| "base64ct", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| |
| [[package]] |
| name = "petgraph" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455" |
| dependencies = [ |
| "fixedbitset", |
| "hashbrown 0.15.5", |
| "indexmap 2.14.1", |
| "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" |
| version = "1.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924" |
| dependencies = [ |
| "pin-project-internal", |
| ] |
| |
| [[package]] |
| name = "pin-project-internal" |
| version = "1.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "piper" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" |
| dependencies = [ |
| "atomic-waker", |
| "fastrand", |
| "futures-io", |
| ] |
| |
| [[package]] |
| name = "pkcs1" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
| dependencies = [ |
| "der", |
| "pkcs8", |
| "spki", |
| ] |
| |
| [[package]] |
| name = "pkcs5" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6" |
| dependencies = [ |
| "aes", |
| "cbc", |
| "der", |
| "pbkdf2", |
| "scrypt", |
| "sha2 0.10.9", |
| "spki", |
| ] |
| |
| [[package]] |
| name = "pkcs8" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
| dependencies = [ |
| "der", |
| "pkcs5", |
| "rand_core 0.6.4", |
| "spki", |
| ] |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548" |
| |
| [[package]] |
| name = "plotters" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" |
| dependencies = [ |
| "num-traits", |
| "plotters-backend", |
| "plotters-svg", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "plotters-backend" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" |
| |
| [[package]] |
| name = "plotters-svg" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" |
| dependencies = [ |
| "plotters-backend", |
| ] |
| |
| [[package]] |
| name = "polling" |
| version = "3.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| dependencies = [ |
| "cfg-if", |
| "concurrent-queue", |
| "hermit-abi", |
| "pin-project-lite", |
| "rustix", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "polyval" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.2.17", |
| "opaque-debug", |
| "universal-hash", |
| ] |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85" |
| |
| [[package]] |
| name = "portable-atomic-util" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" |
| dependencies = [ |
| "portable-atomic", |
| ] |
| |
| [[package]] |
| name = "potential_utf" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661" |
| dependencies = [ |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "powerfmt" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| |
| [[package]] |
| name = "pprof" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38a01da47675efa7673b032bf8efd8214f1917d89685e07e395ab125ea42b187" |
| dependencies = [ |
| "aligned-vec", |
| "backtrace", |
| "cfg-if", |
| "findshlibs", |
| "inferno", |
| "libc", |
| "log", |
| "nix", |
| "once_cell", |
| "smallvec", |
| "spin 0.10.1", |
| "symbolic-demangle", |
| "tempfile", |
| "thiserror 2.0.20", |
| ] |
| |
| [[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.119", |
| ] |
| |
| [[package]] |
| name = "prettyplease" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bfe0f4c752e450fc2faf62654f1c134747922825d5b04ca717b8874f41a40c0" |
| dependencies = [ |
| "proc-macro2", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.107" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "procfs" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25485360a54d6861439d60facef26de713b1e126bf015ec8f98239467a2b82f7" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "chrono", |
| "flate2", |
| "procfs-core", |
| "rustix", |
| ] |
| |
| [[package]] |
| name = "procfs-core" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6401bf7b6af22f78b563665d15a22e9aef27775b79b149a66ca022468a4e405" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "chrono", |
| "hex", |
| ] |
| |
| [[package]] |
| name = "prost" |
| version = "0.14.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "528ac67416ff8646872a3c02cad9cc4ee5dc9f9540c9b10771855c95cb2e5ae1" |
| dependencies = [ |
| "bytes", |
| "prost-derive", |
| ] |
| |
| [[package]] |
| name = "prost-build" |
| version = "0.14.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042" |
| dependencies = [ |
| "heck", |
| "itertools 0.14.0", |
| "log", |
| "multimap", |
| "petgraph", |
| "prettyplease 0.2.37", |
| "prost", |
| "prost-types", |
| "regex", |
| "syn 2.0.119", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "prost-derive" |
| version = "0.14.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf" |
| dependencies = [ |
| "anyhow", |
| "itertools 0.14.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "prost-types" |
| version = "0.14.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f94967dc7688f3054c7fac87473ffae4cc4c3904800e2d9f5b857246d8963b0a" |
| dependencies = [ |
| "prost", |
| ] |
| |
| [[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.26.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.39.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.41.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "quinn" |
| version = "0.11.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8" |
| dependencies = [ |
| "bytes", |
| "cfg_aliases", |
| "pin-project-lite", |
| "quinn-proto", |
| "quinn-udp", |
| "rustc-hash", |
| "rustls", |
| "socket2", |
| "thiserror 2.0.20", |
| "tokio", |
| "tracing", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "quinn-proto" |
| version = "0.11.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04759210543be93709136e28212294a659ef5001836ff4eab4d663e4529bba83" |
| dependencies = [ |
| "aws-lc-rs", |
| "bytes", |
| "getrandom 0.4.3", |
| "lru-slab", |
| "rand 0.10.2", |
| "rand_pcg", |
| "ring", |
| "rustc-hash", |
| "rustls", |
| "rustls-pki-types", |
| "slab", |
| "thiserror 2.0.20", |
| "tinyvec", |
| "tracing", |
| "web-time", |
| ] |
| |
| [[package]] |
| name = "quinn-udp" |
| version = "0.5.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694" |
| dependencies = [ |
| "cfg_aliases", |
| "libc", |
| "once_cell", |
| "socket2", |
| "tracing", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "r-efi" |
| version = "5.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| |
| [[package]] |
| name = "r-efi" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e058c7de0b26af77780c769414d6257830bb240f3c38477dbc2c16e5f54d6d4c" |
| dependencies = [ |
| "rand_chacha 0.3.1", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41" |
| dependencies = [ |
| "rand_chacha 0.9.0", |
| "rand_core 0.9.5", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" |
| dependencies = [ |
| "chacha20", |
| "getrandom 0.4.3", |
| "rand_core 0.10.1", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core 0.9.5", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom 0.2.17", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| dependencies = [ |
| "getrandom 0.3.4", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" |
| |
| [[package]] |
| name = "rand_pcg" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a" |
| dependencies = [ |
| "rand_core 0.10.1", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| dependencies = [ |
| "bitflags 2.13.1", |
| ] |
| |
| [[package]] |
| name = "ref-cast" |
| version = "1.0.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e440fb4e4b4147295338efb76001ab9e4efc0e5839df2c47fc5ac2381d365c3" |
| dependencies = [ |
| "ref-cast-impl", |
| ] |
| |
| [[package]] |
| name = "ref-cast-impl" |
| version = "1.0.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92ecd8964f8453721699a1ed72037b0db49ce2f5a5138486ee89bed6f67cdf3a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-lite" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| |
| [[package]] |
| name = "reqsign-aliyun-oss" |
| version = "3.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "10909dbc9fcb78f913014d78a5c9d1d51c477f491b1006fd1baba4fd286181df" |
| dependencies = [ |
| "anyhow", |
| "form_urlencoded", |
| "http 1.5.0", |
| "log", |
| "percent-encoding", |
| "reqsign-core", |
| "rust-ini", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "reqsign-aws-core" |
| version = "3.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bac4749b7dfa7bfaccd01eb03e9dc795ed37e3f20d6f0f38e2c67ee85ad6bc86" |
| dependencies = [ |
| "bytes", |
| "form_urlencoded", |
| "hex", |
| "http 1.5.0", |
| "log", |
| "percent-encoding", |
| "quick-xml 0.41.0", |
| "reqsign-core", |
| "rust-ini", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "sha1 0.11.0", |
| ] |
| |
| [[package]] |
| name = "reqsign-aws-v4" |
| version = "3.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff250f0fd0b913fbd565e405acc553da0f13bde30bfb5403178c9d0313cdc15f" |
| dependencies = [ |
| "bytes", |
| "http 1.5.0", |
| "log", |
| "quick-xml 0.41.0", |
| "reqsign-aws-core", |
| "reqsign-core", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "reqsign-azure-storage" |
| version = "3.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3f1fbc9add082f54e51e3bd9730f18d850a1f09d246baff5cd612c74ae4290e" |
| dependencies = [ |
| "anyhow", |
| "base64 0.23.1", |
| "bytes", |
| "form_urlencoded", |
| "http 1.5.0", |
| "log", |
| "pem", |
| "percent-encoding", |
| "reqsign-core", |
| "rsa", |
| "serde", |
| "serde_json", |
| "sha1 0.11.0", |
| ] |
| |
| [[package]] |
| name = "reqsign-core" |
| version = "3.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff052daffb0599681c50f85c59e7236438976efe991ab864edd9f3b235501a0f" |
| dependencies = [ |
| "anyhow", |
| "base64 0.23.1", |
| "bytes", |
| "futures", |
| "hex", |
| "hmac 0.13.0", |
| "http 1.5.0", |
| "jiff", |
| "log", |
| "mea", |
| "percent-encoding", |
| "rsa", |
| "serde", |
| "serde_json", |
| "sha1 0.11.0", |
| "sha2 0.11.0", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "reqsign-file-read-tokio" |
| version = "3.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3235df90a6bca681aa47dd86f2393d122a6d77042aa8a7c81e218cd45c5bfc0" |
| dependencies = [ |
| "anyhow", |
| "reqsign-core", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "reqsign-google" |
| version = "3.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "272a5813571885c1455ffe106f0c768577e6ce69313446d4476e8d41dcf6ac5a" |
| dependencies = [ |
| "bytes", |
| "form_urlencoded", |
| "http 1.5.0", |
| "log", |
| "percent-encoding", |
| "reqsign-aws-v4", |
| "reqsign-core", |
| "rsa", |
| "serde", |
| "serde_json", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "reqwest" |
| version = "0.12.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "futures-core", |
| "futures-util", |
| "h2", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "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 0.4.2", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "reqwest" |
| version = "0.13.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "futures-core", |
| "futures-util", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "http-body-util", |
| "hyper", |
| "hyper-rustls", |
| "hyper-util", |
| "js-sys", |
| "log", |
| "percent-encoding", |
| "pin-project-lite", |
| "quinn", |
| "rustls", |
| "rustls-pki-types", |
| "rustls-platform-verifier", |
| "sync_wrapper", |
| "tokio", |
| "tokio-rustls", |
| "tokio-util", |
| "tower", |
| "tower-http", |
| "tower-service", |
| "url", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-streams 0.5.0", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "rgb" |
| version = "0.8.53" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4" |
| dependencies = [ |
| "bytemuck", |
| ] |
| |
| [[package]] |
| name = "ring" |
| version = "0.17.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "getrandom 0.2.17", |
| "libc", |
| "untrusted", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "roaring" |
| version = "0.11.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "18bd8a37d17a58532776dcdf6041ce64929adca78e8489d5cacbafe99229d3e1" |
| dependencies = [ |
| "bytemuck", |
| "byteorder", |
| ] |
| |
| [[package]] |
| name = "rsa" |
| version = "0.9.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" |
| dependencies = [ |
| "const-oid 0.9.6", |
| "digest 0.10.7", |
| "num-bigint-dig", |
| "num-integer", |
| "num-traits", |
| "pkcs1", |
| "pkcs8", |
| "rand_core 0.6.4", |
| "sha2 0.10.9", |
| "signature", |
| "spki", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rust-ini" |
| version = "0.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7" |
| dependencies = [ |
| "cfg-if", |
| "ordered-multimap", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b74b56ffa8bb2830709a538c2cbcae9aa062db0d2a42563bfb09bdaae44020eb" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "errno", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.23.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06" |
| dependencies = [ |
| "aws-lc-rs", |
| "once_cell", |
| "ring", |
| "rustls-pki-types", |
| "rustls-webpki", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-native-certs" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" |
| dependencies = [ |
| "openssl-probe", |
| "rustls-pki-types", |
| "schannel", |
| "security-framework", |
| ] |
| |
| [[package]] |
| name = "rustls-pki-types" |
| version = "1.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96" |
| dependencies = [ |
| "web-time", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-platform-verifier" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0" |
| dependencies = [ |
| "core-foundation", |
| "core-foundation-sys", |
| "jni 0.22.4", |
| "log", |
| "once_cell", |
| "rustls", |
| "rustls-native-certs", |
| "rustls-platform-verifier-android", |
| "rustls-webpki", |
| "security-framework", |
| "security-framework-sys", |
| "webpki-root-certs", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "rustls-platform-verifier-android" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" |
| |
| [[package]] |
| name = "rustls-webpki" |
| version = "0.103.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3c3cf1d8b1e7d4927e2d154c3fcb02979afb9939629c62cd9048d4f07b60ac2" |
| dependencies = [ |
| "aws-lc-rs", |
| "ring", |
| "rustls-pki-types", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| |
| [[package]] |
| name = "salsa20" |
| version = "0.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" |
| dependencies = [ |
| "cipher", |
| ] |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "schannel" |
| version = "0.1.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "schemars" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" |
| dependencies = [ |
| "dyn-clone", |
| "ref-cast", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "schemars" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a" |
| dependencies = [ |
| "dyn-clone", |
| "ref-cast", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| |
| [[package]] |
| name = "scrypt" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" |
| dependencies = [ |
| "pbkdf2", |
| "salsa20", |
| "sha2 0.10.9", |
| ] |
| |
| [[package]] |
| name = "security-framework" |
| version = "3.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "core-foundation", |
| "core-foundation-sys", |
| "libc", |
| "security-framework-sys", |
| ] |
| |
| [[package]] |
| name = "security-framework-sys" |
| version = "2.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| |
| [[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.229" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" |
| dependencies = [ |
| "serde_core", |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde-big-array" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde-value" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" |
| dependencies = [ |
| "ordered-float 2.10.1", |
| "serde", |
| ] |
| |
| [[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.229" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.229" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.151" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" |
| dependencies = [ |
| "indexmap 2.14.1", |
| "itoa", |
| "memchr", |
| "serde", |
| "serde_core", |
| "zmij", |
| ] |
| |
| [[package]] |
| name = "serde_repr" |
| version = "0.1.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8d3b1629de253c70a0508c3899572da79ca359fdab27c7920ff00406df418906" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[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_with" |
| version = "3.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee78f1fbe43ac4a0e47aadb3dbd357b69eb0d3793e948624cd03dd2750ab1c0a" |
| dependencies = [ |
| "base64 0.22.1", |
| "bs58", |
| "chrono", |
| "hex", |
| "indexmap 1.9.3", |
| "indexmap 2.14.1", |
| "jiff", |
| "schemars 0.9.0", |
| "schemars 1.2.2", |
| "serde_core", |
| "serde_json", |
| "serde_with_macros", |
| "time", |
| ] |
| |
| [[package]] |
| name = "serde_with_macros" |
| version = "3.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8705578779c2b6bd90d84d66eb2e206b708b1a4d7b9f17641b293545bf1c7e46" |
| dependencies = [ |
| "darling 0.23.0", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "serde_yaml" |
| version = "0.9.34+deprecated" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" |
| dependencies = [ |
| "indexmap 2.14.1", |
| "itoa", |
| "ryu", |
| "serde", |
| "unsafe-libyaml", |
| ] |
| |
| [[package]] |
| name = "sha1" |
| version = "0.10.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.2.17", |
| "digest 0.10.7", |
| ] |
| |
| [[package]] |
| name = "sha1" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.3.1", |
| "digest 0.11.3", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.2.17", |
| "digest 0.10.7", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures 0.3.1", |
| "digest 0.11.3", |
| ] |
| |
| [[package]] |
| name = "shlex" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| |
| [[package]] |
| name = "signal-hook-registry" |
| version = "1.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| dependencies = [ |
| "errno", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "signature" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" |
| dependencies = [ |
| "digest 0.10.7", |
| "rand_core 0.6.4", |
| ] |
| |
| [[package]] |
| name = "simd-adler32" |
| version = "0.3.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" |
| |
| [[package]] |
| name = "simd_cesu8" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520" |
| dependencies = [ |
| "rustc_version", |
| "simdutf8", |
| ] |
| |
| [[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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9be42f50aa861c555654aa3a37f52f4b1074bacf4e48fe0ef7fa584e80f1f0f" |
| |
| [[package]] |
| name = "snap" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "199905e6153d6405f9728fe44daace35f8f837bbf830bb6e85fbd5828709a886" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.9.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e" |
| |
| [[package]] |
| name = "spin" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "023a211cb3138dbc438680b32560ad89f699977624c9f8dbb95a47d5b4c07dd3" |
| dependencies = [ |
| "lock_api", |
| ] |
| |
| [[package]] |
| name = "spki" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" |
| dependencies = [ |
| "base64ct", |
| "der", |
| ] |
| |
| [[package]] |
| name = "sqlparser" |
| version = "0.62.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13c6d1b651dc4edf07eead2a0c6c78016ce971bc2c10da5266861b13f25e7cec" |
| dependencies = [ |
| "log", |
| "sqlparser_derive", |
| ] |
| |
| [[package]] |
| name = "sqlparser_derive" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6dd45d8fc1c79299bfbb7190e42ccbbdf6a5f52e4a6ad98d92357ea965bd289" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| |
| [[package]] |
| name = "str_stack" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f446288b699d66d0fd2e30d1cfe7869194312524b3b9252594868ed26ef056a" |
| |
| [[package]] |
| name = "strsim" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| |
| [[package]] |
| name = "strum" |
| version = "0.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" |
| dependencies = [ |
| "strum_macros", |
| ] |
| |
| [[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.119", |
| ] |
| |
| [[package]] |
| name = "subtle" |
| version = "2.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| |
| [[package]] |
| name = "symbolic-common" |
| version = "12.18.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "332615d90111d8eeaf86a84dc9bbe9f65d0d8c5cf11b4caccedc37754eb0dcfd" |
| dependencies = [ |
| "debugid", |
| "memmap2", |
| "stable_deref_trait", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "symbolic-demangle" |
| version = "12.18.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "912017718eb4d21930546245af9a3475c9dccf15675a5c215664e76621afc471" |
| dependencies = [ |
| "cpp_demangle", |
| "rustc-demangle", |
| "symbolic-common", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.119" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "3.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f" |
| 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.119", |
| ] |
| |
| [[package]] |
| name = "tagptr" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| dependencies = [ |
| "fastrand", |
| "getrandom 0.4.3", |
| "once_cell", |
| "rustix", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| dependencies = [ |
| "thiserror-impl 1.0.69", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "2.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" |
| dependencies = [ |
| "thiserror-impl 2.0.20", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "thread-id" |
| version = "5.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2010d27add3f3240c1fef7959f46c814487b216baee662af53be645ba7831c07" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "tikv-jemalloc-ctl" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "661f1f6a57b3a36dc9174a2c10f19513b4866816e13425d3e418b11cc37bc24c" |
| dependencies = [ |
| "libc", |
| "paste", |
| "tikv-jemalloc-sys", |
| ] |
| |
| [[package]] |
| name = "tikv-jemalloc-sys" |
| version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "tikv-jemallocator" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0359b4327f954e0567e69fb191cf1436617748813819c94b8cd4a431422d053a" |
| dependencies = [ |
| "libc", |
| "tikv-jemalloc-sys", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.3.55" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134" |
| dependencies = [ |
| "deranged", |
| "num-conv", |
| "powerfmt", |
| "serde_core", |
| "time-core", |
| "time-macros", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" |
| |
| [[package]] |
| name = "time-macros" |
| version = "0.2.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85" |
| dependencies = [ |
| "num-conv", |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "tiny-keccak" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
| dependencies = [ |
| "crunchy", |
| ] |
| |
| [[package]] |
| name = "tinystr" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643" |
| dependencies = [ |
| "displaydoc", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "tinytemplate" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
| dependencies = [ |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ba2077be5cd93c7408c849e45a4ab261b59f923f4bcdee2a724b8ed5a175a77" |
| 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.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" |
| dependencies = [ |
| "bytes", |
| "libc", |
| "mio", |
| "pin-project-lite", |
| "signal-hook-registry", |
| "socket2", |
| "tokio-macros", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "2.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "tokio-rustls" |
| version = "0.26.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| dependencies = [ |
| "rustls", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-stream" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b" |
| dependencies = [ |
| "futures-core", |
| "pin-project-lite", |
| "tokio", |
| "tokio-util", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.7.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-sink", |
| "libc", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tower" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| dependencies = [ |
| "futures-core", |
| "futures-util", |
| "pin-project-lite", |
| "sync_wrapper", |
| "tokio", |
| "tower-layer", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "tower-http" |
| version = "0.6.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" |
| dependencies = [ |
| "bitflags 2.13.1", |
| "bytes", |
| "futures-util", |
| "http 1.5.0", |
| "http-body 1.1.0", |
| "pin-project-lite", |
| "tower", |
| "tower-layer", |
| "tower-service", |
| "url", |
| ] |
| |
| [[package]] |
| name = "tower-layer" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| |
| [[package]] |
| name = "tower-service" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| dependencies = [ |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| dependencies = [ |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "try-lock" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| |
| [[package]] |
| name = "twox-hash" |
| version = "2.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5283634e518fe9e82c7b20520bb4bc209009fd16c82077c802f8111ecbb0117a" |
| dependencies = [ |
| "rand 0.10.2", |
| ] |
| |
| [[package]] |
| name = "typed-builder" |
| version = "0.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd9d30e3a08026c78f246b173243cf07b3696d274debd26680773b6773c2afc7" |
| dependencies = [ |
| "typed-builder-macro", |
| ] |
| |
| [[package]] |
| name = "typed-builder-macro" |
| version = "0.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c36781cc0e46a83726d9879608e4cf6c2505237e263a8eb8c24502989cfdb28" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "typeid" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" |
| |
| [[package]] |
| name = "typemap-ors" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a68c24b707f02dd18f1e4ccceb9d49f2058c2fb86384ef9972592904d7a28867" |
| dependencies = [ |
| "unsafe-any-ors", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" |
| |
| [[package]] |
| name = "typetag" |
| version = "0.2.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c90e86058a30d42a1a928dfb4b49bb33c98c3a2b4909492e6b0881cd94798ec2" |
| dependencies = [ |
| "erased-serde", |
| "inventory", |
| "once_cell", |
| "serde", |
| "typetag-impl", |
| ] |
| |
| [[package]] |
| name = "typetag-impl" |
| version = "0.2.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f153acc4e99a5f2a5aefa09fb078be54e26271b2813f6041200b224c098d8328" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| |
| [[package]] |
| name = "universal-hash" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
| dependencies = [ |
| "crypto-common 0.1.7", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "unsafe-any-ors" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0a303d30665362d9680d7d91d78b23f5f899504d4f08b3c4cf08d055d87c0ad" |
| dependencies = [ |
| "destructure_traitobject", |
| ] |
| |
| [[package]] |
| name = "unsafe-libyaml" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
| |
| [[package]] |
| name = "untrusted" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| |
| [[package]] |
| name = "url" |
| version = "2.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "urlencoding" |
| version = "2.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| |
| [[package]] |
| name = "utf8_iter" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| |
| [[package]] |
| name = "utf8parse" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| |
| [[package]] |
| name = "uuid" |
| version = "1.26.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5772d71c9be8a8a6ac2117d949c5b224c1b72241bb611d9a3012edcf8af7812" |
| dependencies = [ |
| "getrandom 0.4.3", |
| "js-sys", |
| "serde_core", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "value-bag" |
| version = "1.14.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2799ffb329a792ecfd902b71306c8a815a6ef1c0470fa9953a6aa4d4cecbe511" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| |
| [[package]] |
| name = "vsimd" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "want" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| dependencies = [ |
| "try-lock", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.1+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| |
| [[package]] |
| name = "wasip2" |
| version = "1.0.4+wasi-0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" |
| dependencies = [ |
| "wit-bindgen", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "rustversion", |
| "wasm-bindgen-macro", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.77" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284" |
| dependencies = [ |
| "bumpalo", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.127" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf" |
| 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 = "wasm-streams" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" |
| dependencies = [ |
| "futures-util", |
| "js-sys", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.104" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30" |
| 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 = "webpki-root-certs" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b" |
| dependencies = [ |
| "rustls-pki-types", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.62.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| dependencies = [ |
| "windows-implement", |
| "windows-interface", |
| "windows-link", |
| "windows-result", |
| "windows-strings", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.60.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.59.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| dependencies = [ |
| "windows-targets 0.42.2", |
| ] |
| |
| [[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.61.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.42.2", |
| "windows_aarch64_msvc 0.42.2", |
| "windows_i686_gnu 0.42.2", |
| "windows_i686_msvc 0.42.2", |
| "windows_x86_64_gnu 0.42.2", |
| "windows_x86_64_gnullvm 0.42.2", |
| "windows_x86_64_msvc 0.42.2", |
| ] |
| |
| [[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", |
| "windows_i686_msvc 0.52.6", |
| "windows_x86_64_gnu 0.52.6", |
| "windows_x86_64_gnullvm 0.52.6", |
| "windows_x86_64_msvc 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| |
| [[package]] |
| name = "wit-bindgen" |
| version = "0.57.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| |
| [[package]] |
| name = "writeable" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc" |
| |
| [[package]] |
| name = "xattr" |
| version = "1.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" |
| dependencies = [ |
| "libc", |
| "rustix", |
| ] |
| |
| [[package]] |
| name = "xmlparser" |
| version = "0.13.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" |
| |
| [[package]] |
| name = "yoke" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" |
| dependencies = [ |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.8.56" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.8.56" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.119", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zeroize" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" |
| |
| [[package]] |
| name = "zerotrie" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.11.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.11.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 3.0.4", |
| ] |
| |
| [[package]] |
| name = "zlib-rs" |
| version = "0.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34b31d188d9d685a4f9c7b46d6e36631b07058d2cfe190267adce54dc230bf12" |
| |
| [[package]] |
| name = "zmij" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" |
| |
| [[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", |
| ] |