| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" |
| dependencies = [ |
| "gimli", |
| ] |
| |
| [[package]] |
| name = "adler" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
| |
| [[package]] |
| name = "adler32" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" |
| |
| [[package]] |
| name = "ahash" |
| version = "0.8.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
| dependencies = [ |
| "cfg-if", |
| "const-random", |
| "getrandom", |
| "once_cell", |
| "version_check", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "alloc-no-stdlib" |
| version = "2.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" |
| |
| [[package]] |
| name = "alloc-stdlib" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" |
| dependencies = [ |
| "alloc-no-stdlib", |
| ] |
| |
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" |
| |
| [[package]] |
| name = "android-tzdata" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| |
| [[package]] |
| name = "android_system_properties" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.86" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" |
| |
| [[package]] |
| name = "apache-avro" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ceb7c683b2f8f40970b70e39ff8be514c95b96fcb9c4af87e1ed2cb2e10801a0" |
| dependencies = [ |
| "bzip2", |
| "crc32fast", |
| "digest", |
| "lazy_static", |
| "libflate", |
| "log", |
| "num-bigint", |
| "quad-rand", |
| "rand", |
| "regex-lite", |
| "serde", |
| "serde_json", |
| "snap", |
| "strum 0.25.0", |
| "strum_macros 0.25.3", |
| "thiserror", |
| "typed-builder", |
| "uuid", |
| "xz2", |
| "zstd 0.12.4", |
| ] |
| |
| [[package]] |
| name = "arrayref" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" |
| |
| [[package]] |
| name = "arrow" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ae9728f104939be6d8d9b368a354b4929b0569160ea1641f0721b55a861ce38" |
| dependencies = [ |
| "arrow-arith", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-csv", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-json", |
| "arrow-ord", |
| "arrow-row", |
| "arrow-schema", |
| "arrow-select", |
| "arrow-string", |
| "pyo3", |
| ] |
| |
| [[package]] |
| name = "arrow-arith" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7029a5b3efbeafbf4a12d12dc16b8f9e9bff20a410b8c25c5d28acc089e1043" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-array" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d33238427c60271710695f17742f45b1a5dc5bcfc5c15331c25ddfe7abf70d97" |
| dependencies = [ |
| "ahash", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "chrono-tz", |
| "half", |
| "hashbrown", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-buffer" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe9b95e825ae838efaf77e366c00d3fc8cca78134c9db497d6bda425f2e7b7c1" |
| dependencies = [ |
| "bytes", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-cast" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87cf8385a9d5b5fcde771661dd07652b79b9139fea66193eda6a88664400ccab" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "atoi", |
| "base64 0.22.1", |
| "chrono", |
| "comfy-table", |
| "half", |
| "lexical-core", |
| "num", |
| "ryu", |
| ] |
| |
| [[package]] |
| name = "arrow-csv" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cea5068bef430a86690059665e40034625ec323ffa4dd21972048eebb0127adc" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "csv", |
| "csv-core", |
| "lazy_static", |
| "lexical-core", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "arrow-data" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb29be98f987bcf217b070512bb7afba2f65180858bca462edf4a39d84a23e10" |
| dependencies = [ |
| "arrow-buffer", |
| "arrow-schema", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-ipc" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ffc68f6523970aa6f7ce1dc9a33a7d9284cfb9af77d4ad3e617dbe5d79cc6ec8" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "flatbuffers", |
| "lz4_flex", |
| ] |
| |
| [[package]] |
| name = "arrow-json" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2041380f94bd6437ab648e6c2085a045e45a0c44f91a1b9a4fe3fed3d379bfb1" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "indexmap", |
| "lexical-core", |
| "num", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "arrow-ord" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fcb56ed1547004e12203652f12fe12e824161ff9d1e5cf2a7dc4ff02ba94f413" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-row" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "575b42f1fc588f2da6977b94a5ca565459f5ab07b60545e17243fb9a7ed6d43e" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "half", |
| "hashbrown", |
| ] |
| |
| [[package]] |
| name = "arrow-schema" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32aae6a60458a2389c0da89c9de0b7932427776127da1a738e2efc21d32f3393" |
| dependencies = [ |
| "bitflags 2.5.0", |
| ] |
| |
| [[package]] |
| name = "arrow-select" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de36abaef8767b4220d7b4a8c2fe5ffc78b47db81b03d77e2136091c3ba39102" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-string" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e435ada8409bcafc910bc3e0077f532a4daa20e99060a496685c0e3e53cc2597" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "memchr", |
| "num", |
| "regex", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "async-compression" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5" |
| dependencies = [ |
| "bzip2", |
| "flate2", |
| "futures-core", |
| "futures-io", |
| "memchr", |
| "pin-project-lite", |
| "tokio", |
| "xz2", |
| "zstd 0.13.0", |
| "zstd-safe 7.0.0", |
| ] |
| |
| [[package]] |
| name = "async-recursion" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "async-trait" |
| version = "0.1.80" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[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.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.72" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11" |
| dependencies = [ |
| "addr2line", |
| "cc", |
| "cfg-if", |
| "libc", |
| "miniz_oxide", |
| "object", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.21.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| |
| [[package]] |
| name = "base64" |
| version = "0.22.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" |
| |
| [[package]] |
| name = "blake2" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" |
| dependencies = [ |
| "digest", |
| ] |
| |
| [[package]] |
| name = "blake3" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "cc", |
| "cfg-if", |
| "constant_time_eq", |
| ] |
| |
| [[package]] |
| name = "block-buffer" |
| version = "0.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| dependencies = [ |
| "generic-array", |
| ] |
| |
| [[package]] |
| name = "brotli" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| "brotli-decompressor", |
| ] |
| |
| [[package]] |
| name = "brotli-decompressor" |
| version = "4.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" |
| |
| [[package]] |
| name = "bzip2" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" |
| dependencies = [ |
| "bzip2-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "bzip2-sys" |
| version = "0.1.11+1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.98" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" |
| dependencies = [ |
| "jobserver", |
| "libc", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "chrono" |
| version = "0.4.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
| dependencies = [ |
| "android-tzdata", |
| "iana-time-zone", |
| "num-traits", |
| "serde", |
| "windows-targets 0.52.5", |
| ] |
| |
| [[package]] |
| name = "chrono-tz" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" |
| dependencies = [ |
| "chrono", |
| "chrono-tz-build", |
| "phf", |
| ] |
| |
| [[package]] |
| name = "chrono-tz-build" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" |
| dependencies = [ |
| "parse-zoneinfo", |
| "phf", |
| "phf_codegen", |
| ] |
| |
| [[package]] |
| name = "cmake" |
| version = "0.1.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "comfy-table" |
| version = "7.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" |
| dependencies = [ |
| "strum 0.26.2", |
| "strum_macros 0.26.4", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "const-random" |
| version = "0.1.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" |
| dependencies = [ |
| "const-random-macro", |
| ] |
| |
| [[package]] |
| name = "const-random-macro" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" |
| dependencies = [ |
| "getrandom", |
| "once_cell", |
| "tiny-keccak", |
| ] |
| |
| [[package]] |
| name = "constant_time_eq" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" |
| |
| [[package]] |
| name = "core-foundation" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" |
| |
| [[package]] |
| name = "core2" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crunchy" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" |
| |
| [[package]] |
| name = "crypto-common" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| dependencies = [ |
| "generic-array", |
| "typenum", |
| ] |
| |
| [[package]] |
| name = "csv" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" |
| dependencies = [ |
| "csv-core", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "csv-core" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "dary_heap" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca" |
| |
| [[package]] |
| name = "dashmap" |
| version = "5.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" |
| dependencies = [ |
| "cfg-if", |
| "hashbrown", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "datafusion" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f92d2d7a9cba4580900b32b009848d9eb35f1028ac84cdd6ddcf97612cd0068" |
| dependencies = [ |
| "ahash", |
| "apache-avro", |
| "arrow", |
| "arrow-array", |
| "arrow-ipc", |
| "arrow-schema", |
| "async-compression", |
| "async-trait", |
| "bytes", |
| "bzip2", |
| "chrono", |
| "dashmap", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions", |
| "datafusion-functions-aggregate", |
| "datafusion-functions-array", |
| "datafusion-optimizer", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "datafusion-physical-plan", |
| "datafusion-sql", |
| "flate2", |
| "futures", |
| "glob", |
| "half", |
| "hashbrown", |
| "indexmap", |
| "itertools 0.12.1", |
| "log", |
| "num-traits", |
| "num_cpus", |
| "object_store", |
| "parking_lot", |
| "parquet", |
| "paste", |
| "pin-project-lite", |
| "rand", |
| "sqlparser", |
| "tempfile", |
| "tokio", |
| "tokio-util", |
| "url", |
| "uuid", |
| "xz2", |
| "zstd 0.13.0", |
| ] |
| |
| [[package]] |
| name = "datafusion-common" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "effed030d2c1667eb1e11df5372d4981eaf5d11a521be32220b3985ae5ba6971" |
| dependencies = [ |
| "ahash", |
| "apache-avro", |
| "arrow", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "hashbrown", |
| "instant", |
| "libc", |
| "num_cpus", |
| "object_store", |
| "parquet", |
| "pyo3", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "datafusion-common-runtime" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0091318129dad1359f08e4c6c71f855163c35bba05d1dbf983196f727857894" |
| dependencies = [ |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-execution" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8385aba84fc4a06d3ebccfbcbf9b4f985e80c762fac634b49079f7cc14933fb1" |
| dependencies = [ |
| "arrow", |
| "chrono", |
| "dashmap", |
| "datafusion-common", |
| "datafusion-expr", |
| "futures", |
| "hashbrown", |
| "log", |
| "object_store", |
| "parking_lot", |
| "rand", |
| "tempfile", |
| "url", |
| ] |
| |
| [[package]] |
| name = "datafusion-expr" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebb192f0055d2ce64e38ac100abc18e4e6ae9734d3c28eee522bbbd6a32108a3" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "arrow-array", |
| "arrow-buffer", |
| "chrono", |
| "datafusion-common", |
| "paste", |
| "serde_json", |
| "sqlparser", |
| "strum 0.26.2", |
| "strum_macros 0.26.4", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27c081ae5b7edd712b92767fb8ed5c0e32755682f8075707666cd70835807c0b" |
| dependencies = [ |
| "arrow", |
| "base64 0.22.1", |
| "blake2", |
| "blake3", |
| "chrono", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "hashbrown", |
| "hex", |
| "itertools 0.12.1", |
| "log", |
| "md-5", |
| "rand", |
| "regex", |
| "sha2", |
| "unicode-segmentation", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-aggregate" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "feb28a4ea52c28a26990646986a27c4052829a2a2572386258679e19263f8b78" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "arrow-schema", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-physical-expr-common", |
| "log", |
| "paste", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "datafusion-functions-array" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89b17c02a74cdc87380a56758ec27e7d417356bf806f33062700908929aedb8a" |
| dependencies = [ |
| "arrow", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-ord", |
| "arrow-schema", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions", |
| "itertools 0.12.1", |
| "log", |
| "paste", |
| ] |
| |
| [[package]] |
| name = "datafusion-optimizer" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12172f2a6c9eb4992a51e62d709eeba5dedaa3b5369cce37ff6c2260e100ba76" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "hashbrown", |
| "indexmap", |
| "itertools 0.12.1", |
| "log", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a3fce531b623e94180f6cd33d620ef01530405751b6ddd2fd96250cdbd78e2e" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-ord", |
| "arrow-schema", |
| "arrow-string", |
| "base64 0.22.1", |
| "chrono", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions-aggregate", |
| "datafusion-physical-expr-common", |
| "half", |
| "hashbrown", |
| "hex", |
| "indexmap", |
| "itertools 0.12.1", |
| "log", |
| "paste", |
| "petgraph", |
| "regex", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr-common" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "046400b6a2cc3ed57a7c576f5ae6aecc77804ac8e0186926b278b189305b2a77" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "datafusion-expr", |
| "rand", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-plan" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4aed47f5a2ad8766260befb375b201592e86a08b260256e168ae4311426a2bff" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-ord", |
| "arrow-schema", |
| "async-trait", |
| "chrono", |
| "datafusion-common", |
| "datafusion-common-runtime", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-functions-aggregate", |
| "datafusion-physical-expr", |
| "datafusion-physical-expr-common", |
| "futures", |
| "half", |
| "hashbrown", |
| "indexmap", |
| "itertools 0.12.1", |
| "log", |
| "once_cell", |
| "parking_lot", |
| "pin-project-lite", |
| "rand", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "datafusion-python" |
| version = "39.0.0" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "datafusion", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-functions-array", |
| "datafusion-optimizer", |
| "datafusion-sql", |
| "datafusion-substrait", |
| "futures", |
| "mimalloc", |
| "object_store", |
| "parking_lot", |
| "prost", |
| "prost-types", |
| "pyo3", |
| "pyo3-build-config", |
| "rand", |
| "regex-syntax", |
| "sqlparser", |
| "syn 2.0.67", |
| "tokio", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-sql" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fa92bb1fd15e46ce5fb6f1c85f3ac054592560f294429a28e392b5f9cd4255e" |
| dependencies = [ |
| "arrow", |
| "arrow-array", |
| "arrow-schema", |
| "datafusion-common", |
| "datafusion-expr", |
| "log", |
| "regex", |
| "sqlparser", |
| "strum 0.26.2", |
| ] |
| |
| [[package]] |
| name = "datafusion-substrait" |
| version = "39.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8249d69665c1cd32e07789ed6dd1da6528a23019ef16d3483db52952b6f9f68a" |
| dependencies = [ |
| "arrow-buffer", |
| "async-recursion", |
| "chrono", |
| "datafusion", |
| "itertools 0.12.1", |
| "object_store", |
| "pbjson-types", |
| "prost", |
| "substrait", |
| ] |
| |
| [[package]] |
| name = "digest" |
| version = "0.10.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| dependencies = [ |
| "block-buffer", |
| "crypto-common", |
| "subtle", |
| ] |
| |
| [[package]] |
| name = "doc-comment" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" |
| |
| [[package]] |
| name = "dyn-clone" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" |
| |
| [[package]] |
| name = "either" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "fastrand" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" |
| |
| [[package]] |
| name = "fixedbitset" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
| |
| [[package]] |
| name = "flatbuffers" |
| version = "24.3.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-io", |
| "futures-macro", |
| "futures-sink", |
| "futures-task", |
| "memchr", |
| "pin-project-lite", |
| "pin-utils", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "generic-array" |
| version = "0.14.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| dependencies = [ |
| "typenum", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
| |
| [[package]] |
| name = "h2" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" |
| dependencies = [ |
| "atomic-waker", |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "http", |
| "indexmap", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" |
| dependencies = [ |
| "cfg-if", |
| "crunchy", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| dependencies = [ |
| "ahash", |
| "allocator-api2", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| |
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "http" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" |
| dependencies = [ |
| "bytes", |
| "http", |
| ] |
| |
| [[package]] |
| name = "http-body-util" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "http", |
| "http-body", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "httparse" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
| |
| [[package]] |
| name = "humantime" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
| |
| [[package]] |
| name = "hyper" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-util", |
| "h2", |
| "http", |
| "http-body", |
| "httparse", |
| "itoa", |
| "pin-project-lite", |
| "smallvec", |
| "tokio", |
| "want", |
| ] |
| |
| [[package]] |
| name = "hyper-rustls" |
| version = "0.26.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" |
| dependencies = [ |
| "futures-util", |
| "http", |
| "hyper", |
| "hyper-util", |
| "rustls", |
| "rustls-pki-types", |
| "tokio", |
| "tokio-rustls", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "hyper-util" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-util", |
| "http", |
| "http-body", |
| "hyper", |
| "pin-project-lite", |
| "socket2", |
| "tokio", |
| "tower", |
| "tower-service", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.60" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "wasm-bindgen", |
| "windows-core", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone-haiku" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "idna" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
| dependencies = [ |
| "unicode-bidi", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" |
| dependencies = [ |
| "equivalent", |
| "hashbrown", |
| ] |
| |
| [[package]] |
| name = "indoc" |
| version = "2.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" |
| |
| [[package]] |
| name = "instant" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "integer-encoding" |
| version = "3.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" |
| |
| [[package]] |
| name = "ipnet" |
| version = "2.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" |
| |
| [[package]] |
| name = "itertools" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" |
| dependencies = [ |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| |
| [[package]] |
| name = "lexical-core" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" |
| dependencies = [ |
| "lexical-parse-float", |
| "lexical-parse-integer", |
| "lexical-util", |
| "lexical-write-float", |
| "lexical-write-integer", |
| ] |
| |
| [[package]] |
| name = "lexical-parse-float" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" |
| dependencies = [ |
| "lexical-parse-integer", |
| "lexical-util", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "lexical-parse-integer" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" |
| dependencies = [ |
| "lexical-util", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "lexical-util" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" |
| dependencies = [ |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "lexical-write-float" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" |
| dependencies = [ |
| "lexical-util", |
| "lexical-write-integer", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "lexical-write-integer" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" |
| dependencies = [ |
| "lexical-util", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.155" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" |
| |
| [[package]] |
| name = "libflate" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e" |
| dependencies = [ |
| "adler32", |
| "core2", |
| "crc32fast", |
| "dary_heap", |
| "libflate_lz77", |
| ] |
| |
| [[package]] |
| name = "libflate_lz77" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d" |
| dependencies = [ |
| "core2", |
| "hashbrown", |
| "rle-decode-fast", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e7bb23d733dfcc8af652a78b7bf232f0e967710d044732185e561e47c0336b6" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" |
| |
| [[package]] |
| name = "lz4_flex" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" |
| dependencies = [ |
| "twox-hash", |
| ] |
| |
| [[package]] |
| name = "lzma-sys" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| ] |
| |
| [[package]] |
| name = "md-5" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| dependencies = [ |
| "cfg-if", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "mimalloc" |
| version = "0.1.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9186d86b79b52f4a77af65604b51225e8db1d6ee7e3f41aec1e40829c71a176" |
| dependencies = [ |
| "libmimalloc-sys", |
| ] |
| |
| [[package]] |
| name = "mime" |
| version = "0.3.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" |
| dependencies = [ |
| "adler", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "0.8.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" |
| dependencies = [ |
| "libc", |
| "wasi", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "multimap" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" |
| |
| [[package]] |
| name = "num" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| dependencies = [ |
| "num-bigint", |
| "num-complex", |
| "num-integer", |
| "num-iter", |
| "num-rational", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-bigint" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" |
| dependencies = [ |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-complex" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.46" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-iter" |
| version = "0.1.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| dependencies = [ |
| "autocfg", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-rational" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| dependencies = [ |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.35.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "object_store" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fbebfd32c213ba1907fa7a9c9138015a8de2b43e30c5aa45b18f7deb46786ad6" |
| dependencies = [ |
| "async-trait", |
| "base64 0.22.1", |
| "bytes", |
| "chrono", |
| "futures", |
| "humantime", |
| "hyper", |
| "itertools 0.12.1", |
| "md-5", |
| "parking_lot", |
| "percent-encoding", |
| "quick-xml", |
| "rand", |
| "reqwest", |
| "ring", |
| "rustls-pemfile", |
| "serde", |
| "serde_json", |
| "snafu", |
| "tokio", |
| "tracing", |
| "url", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
| |
| [[package]] |
| name = "openssl-probe" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
| |
| [[package]] |
| name = "ordered-float" |
| version = "2.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-targets 0.52.5", |
| ] |
| |
| [[package]] |
| name = "parquet" |
| version = "52.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29c3b5322cc1bbf67f11c079c42be41a55949099b78732f7dba9e15edde40eab" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-schema", |
| "arrow-select", |
| "base64 0.22.1", |
| "brotli", |
| "bytes", |
| "chrono", |
| "flate2", |
| "futures", |
| "half", |
| "hashbrown", |
| "lz4_flex", |
| "num", |
| "num-bigint", |
| "object_store", |
| "paste", |
| "seq-macro", |
| "snap", |
| "thrift", |
| "tokio", |
| "twox-hash", |
| "zstd 0.13.0", |
| "zstd-sys", |
| ] |
| |
| [[package]] |
| name = "parse-zoneinfo" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" |
| dependencies = [ |
| "regex", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| |
| [[package]] |
| name = "pbjson" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90" |
| dependencies = [ |
| "base64 0.21.7", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "pbjson-build" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735" |
| dependencies = [ |
| "heck 0.4.1", |
| "itertools 0.11.0", |
| "prost", |
| "prost-types", |
| ] |
| |
| [[package]] |
| name = "pbjson-types" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12" |
| dependencies = [ |
| "bytes", |
| "chrono", |
| "pbjson", |
| "pbjson-build", |
| "prost", |
| "prost-build", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| |
| [[package]] |
| name = "petgraph" |
| version = "0.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" |
| dependencies = [ |
| "fixedbitset", |
| "indexmap", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" |
| dependencies = [ |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_codegen" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" |
| dependencies = [ |
| "phf_generator", |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_generator" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" |
| dependencies = [ |
| "phf_shared", |
| "rand", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" |
| dependencies = [ |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "pin-project" |
| version = "1.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" |
| dependencies = [ |
| "pin-project-internal", |
| ] |
| |
| [[package]] |
| name = "pin-project-internal" |
| version = "1.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" |
| |
| [[package]] |
| name = "pin-utils" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| |
| [[package]] |
| name = "pkg-config" |
| version = "0.3.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
| |
| [[package]] |
| name = "prettyplease" |
| version = "0.2.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" |
| dependencies = [ |
| "proc-macro2", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.85" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "prost" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" |
| dependencies = [ |
| "bytes", |
| "prost-derive", |
| ] |
| |
| [[package]] |
| name = "prost-build" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" |
| dependencies = [ |
| "bytes", |
| "heck 0.5.0", |
| "itertools 0.12.1", |
| "log", |
| "multimap", |
| "once_cell", |
| "petgraph", |
| "prettyplease", |
| "prost", |
| "prost-types", |
| "regex", |
| "syn 2.0.67", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "prost-derive" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" |
| dependencies = [ |
| "anyhow", |
| "itertools 0.12.1", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "prost-types" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" |
| dependencies = [ |
| "prost", |
| ] |
| |
| [[package]] |
| name = "protobuf-src" |
| version = "2.0.1+26.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8ba1cfa4b9dc098926b8cce388bf434b93516db3ecf6e8b1a37eb643d733ee7" |
| dependencies = [ |
| "cmake", |
| ] |
| |
| [[package]] |
| name = "pyo3" |
| version = "0.21.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8" |
| dependencies = [ |
| "cfg-if", |
| "indoc", |
| "libc", |
| "memoffset", |
| "parking_lot", |
| "portable-atomic", |
| "pyo3-build-config", |
| "pyo3-ffi", |
| "pyo3-macros", |
| "unindent", |
| ] |
| |
| [[package]] |
| name = "pyo3-build-config" |
| version = "0.21.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50" |
| dependencies = [ |
| "once_cell", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "pyo3-ffi" |
| version = "0.21.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403" |
| dependencies = [ |
| "libc", |
| "pyo3-build-config", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros" |
| version = "0.21.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c" |
| dependencies = [ |
| "proc-macro2", |
| "pyo3-macros-backend", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros-backend" |
| version = "0.21.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c" |
| dependencies = [ |
| "heck 0.4.1", |
| "proc-macro2", |
| "pyo3-build-config", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "quad-rand" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "658fa1faf7a4cc5f057c9ee5ef560f717ad9d8dc66d975267f709624d6e1ab88" |
| |
| [[package]] |
| name = "quick-xml" |
| version = "0.31.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| dependencies = [ |
| "libc", |
| "rand_chacha", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" |
| dependencies = [ |
| "bitflags 2.5.0", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.10.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-lite" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" |
| |
| [[package]] |
| name = "regress" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eae2a1ebfecc58aff952ef8ccd364329abe627762f5bf09ff42eb9d98522479" |
| dependencies = [ |
| "hashbrown", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "reqwest" |
| version = "0.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" |
| dependencies = [ |
| "base64 0.22.1", |
| "bytes", |
| "futures-core", |
| "futures-util", |
| "h2", |
| "http", |
| "http-body", |
| "http-body-util", |
| "hyper", |
| "hyper-rustls", |
| "hyper-util", |
| "ipnet", |
| "js-sys", |
| "log", |
| "mime", |
| "once_cell", |
| "percent-encoding", |
| "pin-project-lite", |
| "rustls", |
| "rustls-native-certs", |
| "rustls-pemfile", |
| "rustls-pki-types", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "sync_wrapper", |
| "tokio", |
| "tokio-rustls", |
| "tokio-util", |
| "tower-service", |
| "url", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-streams", |
| "web-sys", |
| "winreg", |
| ] |
| |
| [[package]] |
| name = "ring" |
| version = "0.17.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" |
| dependencies = [ |
| "cc", |
| "cfg-if", |
| "getrandom", |
| "libc", |
| "spin", |
| "untrusted", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "rle-decode-fast" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "0.38.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "errno", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.22.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" |
| dependencies = [ |
| "log", |
| "ring", |
| "rustls-pki-types", |
| "rustls-webpki", |
| "subtle", |
| "zeroize", |
| ] |
| |
| [[package]] |
| name = "rustls-native-certs" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" |
| dependencies = [ |
| "openssl-probe", |
| "rustls-pemfile", |
| "rustls-pki-types", |
| "schannel", |
| "security-framework", |
| ] |
| |
| [[package]] |
| name = "rustls-pemfile" |
| version = "2.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" |
| dependencies = [ |
| "base64 0.22.1", |
| "rustls-pki-types", |
| ] |
| |
| [[package]] |
| name = "rustls-pki-types" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" |
| |
| [[package]] |
| name = "rustls-webpki" |
| version = "0.102.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" |
| dependencies = [ |
| "ring", |
| "rustls-pki-types", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "schannel" |
| version = "0.1.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "schemars" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" |
| dependencies = [ |
| "dyn-clone", |
| "schemars_derive", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "schemars_derive" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde_derive_internals", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| |
| [[package]] |
| name = "security-framework" |
| version = "2.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" |
| dependencies = [ |
| "bitflags 2.5.0", |
| "core-foundation", |
| "core-foundation-sys", |
| "libc", |
| "security-framework-sys", |
| ] |
| |
| [[package]] |
| name = "security-framework-sys" |
| version = "2.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" |
| dependencies = [ |
| "core-foundation-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "seq-macro" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.203" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.203" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "serde_derive_internals" |
| version = "0.29.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.117" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" |
| dependencies = [ |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_tokenstream" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a00ffd23fd882d096f09fcaae2a9de8329a328628e86027e049ee051dc1621f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "serde_urlencoded" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| dependencies = [ |
| "form_urlencoded", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_yaml" |
| version = "0.9.34+deprecated" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" |
| dependencies = [ |
| "indexmap", |
| "itoa", |
| "ryu", |
| "serde", |
| "unsafe-libyaml", |
| ] |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "siphasher" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
| |
| [[package]] |
| name = "snafu" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6" |
| dependencies = [ |
| "doc-comment", |
| "snafu-derive", |
| ] |
| |
| [[package]] |
| name = "snafu-derive" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf" |
| dependencies = [ |
| "heck 0.4.1", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "snap" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.9.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| |
| [[package]] |
| name = "sqlparser" |
| version = "0.47.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "295e9930cd7a97e58ca2a070541a3ca502b17f5d1fa7157376d0fabd85324f25" |
| dependencies = [ |
| "log", |
| "sqlparser_derive", |
| ] |
| |
| [[package]] |
| name = "sqlparser_derive" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01b2e185515564f15375f593fb966b5718bc624ba77fe49fa4616ad619690554" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "strum" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" |
| |
| [[package]] |
| name = "strum" |
| version = "0.26.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" |
| dependencies = [ |
| "strum_macros 0.26.4", |
| ] |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.25.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" |
| dependencies = [ |
| "heck 0.4.1", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.26.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
| dependencies = [ |
| "heck 0.5.0", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "substrait" |
| version = "0.34.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04c77dec9b6c4e48ac828937bbe7cf473b0933168c5d76d51a5816ace7046be9" |
| dependencies = [ |
| "heck 0.5.0", |
| "pbjson", |
| "pbjson-build", |
| "pbjson-types", |
| "prettyplease", |
| "prost", |
| "prost-build", |
| "prost-types", |
| "protobuf-src", |
| "schemars", |
| "semver", |
| "serde", |
| "serde_json", |
| "serde_yaml", |
| "syn 2.0.67", |
| "typify", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "subtle" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.109" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.67" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff8655ed1d86f3af4ee3fd3263786bc14245ad17c4c7e85ba7187fb3ae028c90" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "sync_wrapper" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" |
| |
| [[package]] |
| name = "target-lexicon" |
| version = "0.12.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" |
| dependencies = [ |
| "cfg-if", |
| "fastrand", |
| "rustix", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.61" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.61" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "thrift" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09" |
| dependencies = [ |
| "byteorder", |
| "integer-encoding", |
| "ordered-float", |
| ] |
| |
| [[package]] |
| name = "tiny-keccak" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
| dependencies = [ |
| "crunchy", |
| ] |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| 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.38.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" |
| dependencies = [ |
| "backtrace", |
| "bytes", |
| "libc", |
| "mio", |
| "num_cpus", |
| "pin-project-lite", |
| "socket2", |
| "tokio-macros", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "tokio-rustls" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" |
| dependencies = [ |
| "rustls", |
| "rustls-pki-types", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.7.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-sink", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tower" |
| version = "0.4.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" |
| dependencies = [ |
| "futures-core", |
| "futures-util", |
| "pin-project", |
| "pin-project-lite", |
| "tokio", |
| "tower-layer", |
| "tower-service", |
| ] |
| |
| [[package]] |
| name = "tower-layer" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" |
| |
| [[package]] |
| name = "tower-service" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" |
| dependencies = [ |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" |
| 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 = "1.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
| dependencies = [ |
| "cfg-if", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "typed-builder" |
| version = "0.16.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34085c17941e36627a879208083e25d357243812c30e7d7387c3b954f30ade16" |
| dependencies = [ |
| "typed-builder-macro", |
| ] |
| |
| [[package]] |
| name = "typed-builder-macro" |
| version = "0.16.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f03ca4cb38206e2bef0700092660bb74d696f808514dae47fa1467cbfe26e96e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
| |
| [[package]] |
| name = "typify" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adb6beec125971dda80a086f90b4a70f60f222990ce4d63ad0fc140492f53444" |
| dependencies = [ |
| "typify-impl", |
| "typify-macro", |
| ] |
| |
| [[package]] |
| name = "typify-impl" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93bbb24e990654aff858d80fee8114f4322f7d7a1b1ecb45129e2fcb0d0ad5ae" |
| dependencies = [ |
| "heck 0.5.0", |
| "log", |
| "proc-macro2", |
| "quote", |
| "regress", |
| "schemars", |
| "semver", |
| "serde", |
| "serde_json", |
| "syn 2.0.67", |
| "thiserror", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "typify-macro" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8e6491896e955692d68361c68db2b263e3bec317ec0b684e0e2fa882fb6e31e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "schemars", |
| "semver", |
| "serde", |
| "serde_json", |
| "serde_tokenstream", |
| "syn 2.0.67", |
| "typify-impl", |
| ] |
| |
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| |
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" |
| |
| [[package]] |
| name = "unindent" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" |
| |
| [[package]] |
| name = "unsafe-libyaml" |
| version = "0.2.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
| |
| [[package]] |
| name = "untrusted" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| |
| [[package]] |
| name = "url" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "uuid" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" |
| dependencies = [ |
| "getrandom", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "want" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| dependencies = [ |
| "try-lock", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" |
| dependencies = [ |
| "cfg-if", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" |
| |
| [[package]] |
| name = "wasm-streams" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" |
| dependencies = [ |
| "futures-util", |
| "js-sys", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
| dependencies = [ |
| "windows-targets 0.52.5", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| dependencies = [ |
| "windows-targets 0.48.5", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets 0.52.5", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.48.5", |
| "windows_aarch64_msvc 0.48.5", |
| "windows_i686_gnu 0.48.5", |
| "windows_i686_msvc 0.48.5", |
| "windows_x86_64_gnu 0.48.5", |
| "windows_x86_64_gnullvm 0.48.5", |
| "windows_x86_64_msvc 0.48.5", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.52.5", |
| "windows_aarch64_msvc 0.52.5", |
| "windows_i686_gnu 0.52.5", |
| "windows_i686_gnullvm", |
| "windows_i686_msvc 0.52.5", |
| "windows_x86_64_gnu 0.52.5", |
| "windows_x86_64_gnullvm 0.52.5", |
| "windows_x86_64_msvc 0.52.5", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" |
| |
| [[package]] |
| name = "winreg" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" |
| dependencies = [ |
| "cfg-if", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "xz2" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
| dependencies = [ |
| "lzma-sys", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.7.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.7.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.67", |
| ] |
| |
| [[package]] |
| name = "zeroize" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
| |
| [[package]] |
| name = "zstd" |
| version = "0.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" |
| dependencies = [ |
| "zstd-safe 6.0.6", |
| ] |
| |
| [[package]] |
| name = "zstd" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110" |
| dependencies = [ |
| "zstd-safe 7.0.0", |
| ] |
| |
| [[package]] |
| name = "zstd-safe" |
| version = "6.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" |
| dependencies = [ |
| "libc", |
| "zstd-sys", |
| ] |
| |
| [[package]] |
| name = "zstd-safe" |
| version = "7.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e" |
| dependencies = [ |
| "zstd-sys", |
| ] |
| |
| [[package]] |
| name = "zstd-sys" |
| version = "2.0.9+zstd.1.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" |
| dependencies = [ |
| "cc", |
| "pkg-config", |
| ] |