| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" |
| dependencies = [ |
| "cfg-if", |
| "const-random", |
| "getrandom", |
| "once_cell", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" |
| 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 = "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.70" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" |
| |
| [[package]] |
| name = "apache-avro" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8cf4144857f9e4d7dd6cc4ba4c78efd2a46bad682b029bd0d91e76a021af1b2a" |
| dependencies = [ |
| "byteorder", |
| "crc32fast", |
| "digest", |
| "lazy_static", |
| "libflate", |
| "log", |
| "num-bigint", |
| "quad-rand", |
| "rand", |
| "regex", |
| "serde", |
| "serde_json", |
| "snap", |
| "strum", |
| "strum_macros", |
| "thiserror", |
| "typed-builder", |
| "uuid", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "arc-swap" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" |
| |
| [[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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" |
| |
| [[package]] |
| name = "arrow" |
| version = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c107a57b5913d852da9d5a40e280e4695f2258b5b87733c13b770c63a7117287" |
| dependencies = [ |
| "ahash", |
| "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 = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ace6aa3d5617c5d03041a05e01c6819428a8ddf49dd0b055df9b40fef9d96094" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-array" |
| version = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "104a04520692cc674e6afd7682f213ca41f9b13ff1873f63a5a2857a590b87b3" |
| dependencies = [ |
| "ahash", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "chrono-tz", |
| "half", |
| "hashbrown 0.13.2", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-buffer" |
| version = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72c875bcb9530ec403998fb0b2dc6d180a7c64563ca4bc22b90eafb84b113143" |
| dependencies = [ |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-cast" |
| version = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6d6e18281636c8fc0b93be59834da6bf9a72bb70fd0c98ddfdaf124da466c28" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "chrono", |
| "comfy-table", |
| "lexical-core", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-csv" |
| version = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3197dab0963a236ff8e7c82e2272535745955ac1321eb740c29f2f88b353f54e" |
| 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 = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb68113d6ecdbe8bba48b2c4042c151bf9e1c61244e45072a50250a6fc59bafe" |
| dependencies = [ |
| "arrow-buffer", |
| "arrow-schema", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-ipc" |
| version = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eab4bbf2dd3078facb5ce0a9641316a64f42bfd8cf357e6775c8a5e6708e3a8d" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "flatbuffers", |
| ] |
| |
| [[package]] |
| name = "arrow-json" |
| version = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48c5b650d23746a494665d914a7fa3d21d939153cff9d53bdebe39bffa88f263" |
| 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 = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68c6fce28e5011e30acc7466b5efcb8ed0197c396240bd2b10e167f275a3c208" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-row" |
| version = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f20a421f19799d8b93eb8edde5217e910fa1e2d6ceb3c529f000e57b6db144c0" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "half", |
| "hashbrown 0.13.2", |
| ] |
| |
| [[package]] |
| name = "arrow-schema" |
| version = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc85923d8d6662cc66ac6602c7d1876872e671002d60993dfdf492a6badeae92" |
| dependencies = [ |
| "bitflags 2.2.1", |
| ] |
| |
| [[package]] |
| name = "arrow-select" |
| version = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6ab6613ce65b61d85a3410241744e84e48fbab0fe06e1251b4429d21b3470fd" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-string" |
| version = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3008641239e884aefba66d8b8532da6af40d14296349fcc85935de4ba67b89e" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "regex", |
| "regex-syntax 0.6.29", |
| ] |
| |
| [[package]] |
| name = "async-compression" |
| version = "0.3.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" |
| dependencies = [ |
| "bzip2", |
| "flate2", |
| "futures-core", |
| "futures-io", |
| "memchr", |
| "pin-project-lite", |
| "tokio", |
| "xz2", |
| "zstd 0.11.2+zstd.1.5.2", |
| "zstd-safe 5.0.2+zstd.1.5.2", |
| ] |
| |
| [[package]] |
| name = "async-recursion" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.15", |
| ] |
| |
| [[package]] |
| name = "async-trait" |
| version = "0.1.68" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.15", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| |
| [[package]] |
| name = "autotools" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aef8da1805e028a172334c3b680f93e71126f2327622faef2ec3d893c0a4ad77" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813" |
| |
| [[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.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef" |
| dependencies = [ |
| "arrayref", |
| "arrayvec", |
| "cc", |
| "cfg-if", |
| "constant_time_eq", |
| "digest", |
| ] |
| |
| [[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 = "3.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| "brotli-decompressor", |
| ] |
| |
| [[package]] |
| name = "brotli-decompressor" |
| version = "2.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744" |
| dependencies = [ |
| "alloc-no-stdlib", |
| "alloc-stdlib", |
| ] |
| |
| [[package]] |
| name = "bstr" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" |
| dependencies = [ |
| "memchr", |
| "once_cell", |
| "regex-automata", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "btoi" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" |
| |
| [[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.79" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
| dependencies = [ |
| "jobserver", |
| ] |
| |
| [[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.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" |
| dependencies = [ |
| "iana-time-zone", |
| "num-integer", |
| "num-traits", |
| "serde", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "chrono-tz" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf9cc2b23599e6d7479755f3594285efb3f74a1bdca7a7374948bc831e23a552" |
| dependencies = [ |
| "chrono", |
| "chrono-tz-build", |
| "phf", |
| ] |
| |
| [[package]] |
| name = "chrono-tz-build" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9998fb9f7e9b2111641485bf8beb32f92945f97f92a3d061f744cfef335f751" |
| dependencies = [ |
| "parse-zoneinfo", |
| "phf", |
| "phf_codegen", |
| ] |
| |
| [[package]] |
| name = "clru" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807" |
| |
| [[package]] |
| name = "codespan-reporting" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" |
| dependencies = [ |
| "termcolor", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "comfy-table" |
| version = "6.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e7b787b0dc42e8111badfdbe4c3059158ccb2db8780352fa1b01e8ccf45cc4d" |
| dependencies = [ |
| "strum", |
| "strum_macros", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "const-random" |
| version = "0.1.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e" |
| dependencies = [ |
| "const-random-macro", |
| "proc-macro-hack", |
| ] |
| |
| [[package]] |
| name = "const-random-macro" |
| version = "0.1.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb" |
| dependencies = [ |
| "getrandom", |
| "once_cell", |
| "proc-macro-hack", |
| "tiny-keccak", |
| ] |
| |
| [[package]] |
| name = "constant_time_eq" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" |
| |
| [[package]] |
| name = "core-foundation-sys" |
| version = "0.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
| |
| [[package]] |
| name = "cpufeatures" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
| 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.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad" |
| dependencies = [ |
| "csv-core", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "csv-core" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "cxx" |
| version = "1.0.94" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" |
| dependencies = [ |
| "cc", |
| "cxxbridge-flags", |
| "cxxbridge-macro", |
| "link-cplusplus", |
| ] |
| |
| [[package]] |
| name = "cxx-build" |
| version = "1.0.94" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" |
| dependencies = [ |
| "cc", |
| "codespan-reporting", |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "scratch", |
| "syn 2.0.15", |
| ] |
| |
| [[package]] |
| name = "cxxbridge-flags" |
| version = "1.0.94" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" |
| |
| [[package]] |
| name = "cxxbridge-macro" |
| version = "1.0.94" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.15", |
| ] |
| |
| [[package]] |
| name = "dashmap" |
| version = "5.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" |
| dependencies = [ |
| "cfg-if", |
| "hashbrown 0.12.3", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "datafusion" |
| version = "24.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0404a559d5a6d8320369bb0a290b43bbc4f8622d0ef6f04bd095ace9a663f439" |
| dependencies = [ |
| "ahash", |
| "apache-avro", |
| "arrow", |
| "arrow-array", |
| "arrow-schema", |
| "async-compression", |
| "async-trait", |
| "bytes", |
| "bzip2", |
| "chrono", |
| "dashmap", |
| "datafusion-common", |
| "datafusion-execution", |
| "datafusion-expr", |
| "datafusion-optimizer", |
| "datafusion-physical-expr", |
| "datafusion-row", |
| "datafusion-sql", |
| "flate2", |
| "futures", |
| "glob", |
| "hashbrown 0.13.2", |
| "indexmap", |
| "itertools", |
| "lazy_static", |
| "log", |
| "num-traits", |
| "num_cpus", |
| "object_store", |
| "parking_lot", |
| "parquet", |
| "percent-encoding", |
| "pin-project-lite", |
| "rand", |
| "smallvec", |
| "sqlparser", |
| "tempfile", |
| "tokio", |
| "tokio-stream", |
| "tokio-util", |
| "url", |
| "uuid", |
| "xz2", |
| "zstd 0.12.3+zstd.1.5.2", |
| ] |
| |
| [[package]] |
| name = "datafusion-common" |
| version = "24.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4653b79a55161852973760db69ea6dcd05c9966a1b588fd83028f625536a1d7f" |
| dependencies = [ |
| "apache-avro", |
| "arrow", |
| "arrow-array", |
| "chrono", |
| "num_cpus", |
| "object_store", |
| "parquet", |
| "pyo3", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "datafusion-execution" |
| version = "24.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53481c334b73c6759697919d1d05690392381145fa1890849a65b5a71a24a1ec" |
| dependencies = [ |
| "dashmap", |
| "datafusion-common", |
| "datafusion-expr", |
| "hashbrown 0.13.2", |
| "log", |
| "object_store", |
| "parking_lot", |
| "rand", |
| "tempfile", |
| "url", |
| ] |
| |
| [[package]] |
| name = "datafusion-expr" |
| version = "24.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8ecd7c6605d0b4269346d03289e2ced1715a303e75e6d313dba0bafb1f823f2" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "datafusion-common", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "datafusion-optimizer" |
| version = "24.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70a7c04e94cb4aa9c323993856e18b91f690dda0358a34ab07a3fe0f14bc6600" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "hashbrown 0.13.2", |
| "itertools", |
| "log", |
| "regex-syntax 0.7.1", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr" |
| version = "24.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e34eb8668fee1443965fff41ba73b2956d50a07ed8dd929cfa2e839ab91da5a" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-schema", |
| "blake2", |
| "blake3", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-row", |
| "half", |
| "hashbrown 0.13.2", |
| "indexmap", |
| "itertools", |
| "lazy_static", |
| "libc", |
| "md-5", |
| "paste", |
| "petgraph", |
| "rand", |
| "regex", |
| "sha2", |
| "unicode-segmentation", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-python" |
| version = "24.0.0" |
| dependencies = [ |
| "async-trait", |
| "datafusion", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-optimizer", |
| "datafusion-sql", |
| "datafusion-substrait", |
| "futures", |
| "mimalloc", |
| "object_store", |
| "parking_lot", |
| "prost", |
| "prost-types", |
| "pyo3", |
| "pyo3-build-config", |
| "rand", |
| "regex-syntax 0.6.29", |
| "syn 2.0.15", |
| "tokio", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-row" |
| version = "24.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "efa800ae88dfd62ea6c58c24a1154d92937c755672f522b84e8ea6539fad369b" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "paste", |
| "rand", |
| ] |
| |
| [[package]] |
| name = "datafusion-sql" |
| version = "24.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "556642ef90073e39af721362353ccce4e1f418da7a8e31c23510ed9de6eb71f2" |
| dependencies = [ |
| "arrow", |
| "arrow-schema", |
| "datafusion-common", |
| "datafusion-expr", |
| "log", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "datafusion-substrait" |
| version = "24.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d7643a77bb446047095ec21b913adb900b71c7a2ae600f8062906dd2e5642b9" |
| dependencies = [ |
| "async-recursion", |
| "chrono", |
| "datafusion", |
| "itertools", |
| "object_store", |
| "prost", |
| "substrait", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "digest" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" |
| 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 = "dunce" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" |
| |
| [[package]] |
| name = "dyn-clone" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" |
| |
| [[package]] |
| name = "either" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" |
| |
| [[package]] |
| name = "encoding_rs" |
| version = "0.8.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" |
| dependencies = [ |
| "errno-dragonfly", |
| "libc", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "errno-dragonfly" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "fastrand" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" |
| dependencies = [ |
| "instant", |
| ] |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall 0.2.16", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "fixedbitset" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
| |
| [[package]] |
| name = "flatbuffers" |
| version = "23.1.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77f5399c2c9c50ae9418e522842ad362f61ee48b346ac106807bd355a8a7c619" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "rustc_version", |
| ] |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" |
| 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.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "futures" |
| version = "0.3.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" |
| dependencies = [ |
| "futures-channel", |
| "futures-core", |
| "futures-executor", |
| "futures-io", |
| "futures-sink", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-channel" |
| version = "0.3.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" |
| dependencies = [ |
| "futures-core", |
| "futures-sink", |
| ] |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
| |
| [[package]] |
| name = "futures-executor" |
| version = "0.3.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "futures-util", |
| ] |
| |
| [[package]] |
| name = "futures-io" |
| version = "0.3.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" |
| |
| [[package]] |
| name = "futures-macro" |
| version = "0.3.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.15", |
| ] |
| |
| [[package]] |
| name = "futures-sink" |
| version = "0.3.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
| 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.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi", |
| ] |
| |
| [[package]] |
| name = "gix" |
| version = "0.44.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bf41b61f7df395284f7a579c0fa1a7e012c5aede655174d4e91299ef1cac643" |
| dependencies = [ |
| "gix-actor", |
| "gix-attributes", |
| "gix-config", |
| "gix-credentials", |
| "gix-date", |
| "gix-diff", |
| "gix-discover", |
| "gix-features", |
| "gix-fs", |
| "gix-glob", |
| "gix-hash", |
| "gix-hashtable", |
| "gix-ignore", |
| "gix-index", |
| "gix-lock", |
| "gix-mailmap", |
| "gix-object", |
| "gix-odb", |
| "gix-pack", |
| "gix-path", |
| "gix-prompt", |
| "gix-ref", |
| "gix-refspec", |
| "gix-revision", |
| "gix-sec", |
| "gix-tempfile", |
| "gix-traverse", |
| "gix-url", |
| "gix-utils", |
| "gix-validate", |
| "gix-worktree", |
| "log", |
| "once_cell", |
| "signal-hook", |
| "smallvec", |
| "thiserror", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "gix-actor" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "848efa0f1210cea8638f95691c82a46f98a74b9e3524f01d4955ebc25a8f84f3" |
| dependencies = [ |
| "bstr", |
| "btoi", |
| "gix-date", |
| "itoa", |
| "nom", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-attributes" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3015baa01ad2122fbcaab7863c857a603eb7b7ec12ac8141207c42c6439805e2" |
| dependencies = [ |
| "bstr", |
| "gix-glob", |
| "gix-path", |
| "gix-quote", |
| "kstring", |
| "log", |
| "smallvec", |
| "thiserror", |
| "unicode-bom", |
| ] |
| |
| [[package]] |
| name = "gix-bitmap" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55a95f4942360766c3880bdb2b4b57f1ef73b190fc424755e7fdf480430af618" |
| dependencies = [ |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-chunk" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0d39583cab06464b8bf73b3f1707458270f0e7383cb24c3c9c1a16e6f792978" |
| dependencies = [ |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-command" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2c6f75c1e0f924de39e750880a6e21307194bb1ab773efe3c7d2d787277f8ab" |
| dependencies = [ |
| "bstr", |
| ] |
| |
| [[package]] |
| name = "gix-config" |
| version = "0.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d252a0eddb6df74600d3d8872dc9fe98835a7da43110411d705b682f49d4ac1" |
| dependencies = [ |
| "bstr", |
| "gix-config-value", |
| "gix-features", |
| "gix-glob", |
| "gix-path", |
| "gix-ref", |
| "gix-sec", |
| "log", |
| "memchr", |
| "nom", |
| "once_cell", |
| "smallvec", |
| "thiserror", |
| "unicode-bom", |
| ] |
| |
| [[package]] |
| name = "gix-config-value" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "786861e84a5793ad5f863d846de5eb064cd23b87e61ad708c8c402608202e7be" |
| dependencies = [ |
| "bitflags 2.2.1", |
| "bstr", |
| "gix-path", |
| "libc", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-credentials" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4874a4fc11ffa844a3c2b87a66957bda30a73b577ef1acf15ac34df5745de5ff" |
| dependencies = [ |
| "bstr", |
| "gix-command", |
| "gix-config-value", |
| "gix-path", |
| "gix-prompt", |
| "gix-sec", |
| "gix-url", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-date" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "99056f37270715f5c7584fd8b46899a2296af9cae92463bf58b8bd1f5a78e553" |
| dependencies = [ |
| "bstr", |
| "itoa", |
| "thiserror", |
| "time", |
| ] |
| |
| [[package]] |
| name = "gix-diff" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "644a0f2768bc42d7a69289ada80c9e15c589caefc6a315d2307202df83ed1186" |
| dependencies = [ |
| "gix-hash", |
| "gix-object", |
| "imara-diff", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-discover" |
| version = "0.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a6b61363e63e7cdaa3e6f96acb0257ebdb3d8883e21eba5930c99f07f0a5fc0" |
| dependencies = [ |
| "bstr", |
| "dunce", |
| "gix-hash", |
| "gix-path", |
| "gix-ref", |
| "gix-sec", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-features" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf69b0f5c701cc3ae22d3204b671907668f6437ca88862d355eaf9bc47a4f897" |
| dependencies = [ |
| "crc32fast", |
| "flate2", |
| "gix-hash", |
| "libc", |
| "once_cell", |
| "prodash", |
| "sha1_smol", |
| "thiserror", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "gix-fs" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b37a1832f691fdc09910bd267f9a2e413737c1f9ec68c6e31f9e802616278a9" |
| dependencies = [ |
| "gix-features", |
| ] |
| |
| [[package]] |
| name = "gix-glob" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c07c98204529ac3f24b34754540a852593d2a4c7349008df389240266627a72a" |
| dependencies = [ |
| "bitflags 2.2.1", |
| "bstr", |
| "gix-features", |
| "gix-path", |
| ] |
| |
| [[package]] |
| name = "gix-hash" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "078eec3ac2808cc03f0bddd2704cb661da5c5dc33b41a9d7947b141d499c7c42" |
| dependencies = [ |
| "hex", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-hashtable" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "afebb85691c6a085b114e01a27f4a61364519298c5826cb87a45c304802299bc" |
| dependencies = [ |
| "gix-hash", |
| "hashbrown 0.13.2", |
| "parking_lot", |
| ] |
| |
| [[package]] |
| name = "gix-ignore" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba205b6df563e2906768bb22834c82eb46c5fdfcd86ba2c347270bc8309a05b2" |
| dependencies = [ |
| "bstr", |
| "gix-glob", |
| "gix-path", |
| "unicode-bom", |
| ] |
| |
| [[package]] |
| name = "gix-index" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f39c1ccc8f1912cbbd5191efc28dbc5f0d0598042aa56bc09427b7c34efab3ba" |
| dependencies = [ |
| "bitflags 2.2.1", |
| "bstr", |
| "btoi", |
| "filetime", |
| "gix-bitmap", |
| "gix-features", |
| "gix-hash", |
| "gix-lock", |
| "gix-object", |
| "gix-traverse", |
| "itoa", |
| "memmap2", |
| "smallvec", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-lock" |
| version = "5.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41b80172055c5d8017a48ddac5cc7a95421c00211047db0165c97853c4f05194" |
| dependencies = [ |
| "fastrand", |
| "gix-tempfile", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-mailmap" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8856cec3bdc3610c06970d28b6cb20a0c6621621cf9a8ec48cbd23f2630f362" |
| dependencies = [ |
| "bstr", |
| "gix-actor", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-object" |
| version = "0.29.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c9bb30ce0818d37096daa29efe361a4bc6dd0b51a5726598898be7e9a40a01e1" |
| dependencies = [ |
| "bstr", |
| "btoi", |
| "gix-actor", |
| "gix-features", |
| "gix-hash", |
| "gix-validate", |
| "hex", |
| "itoa", |
| "nom", |
| "smallvec", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-odb" |
| version = "0.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bca2f324aa67672b6d0f2c0fa93f96eb6a7029d260e4c1df5dce3c015f5e5add" |
| dependencies = [ |
| "arc-swap", |
| "gix-features", |
| "gix-hash", |
| "gix-object", |
| "gix-pack", |
| "gix-path", |
| "gix-quote", |
| "parking_lot", |
| "tempfile", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-pack" |
| version = "0.35.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "164a515900a83257ae4aa80e741655bee7a2e39113fb535d7a5ac623b445ff20" |
| dependencies = [ |
| "clru", |
| "gix-chunk", |
| "gix-diff", |
| "gix-features", |
| "gix-hash", |
| "gix-hashtable", |
| "gix-object", |
| "gix-path", |
| "gix-tempfile", |
| "gix-traverse", |
| "memmap2", |
| "parking_lot", |
| "smallvec", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-path" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fc78f47095a0c15aea0e66103838f0748f4494bf7a9555dfe0f00425400396c" |
| dependencies = [ |
| "bstr", |
| "home", |
| "once_cell", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-prompt" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "330d11fdf88fff3366c2491efde2f3e454958efe7d5ddf60272e8fb1d944bb01" |
| dependencies = [ |
| "gix-command", |
| "gix-config-value", |
| "parking_lot", |
| "rustix", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-quote" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a282f5a8d9ee0b09ec47390ac727350c48f2f5c76d803cd8da6b3e7ad56e0bcb" |
| dependencies = [ |
| "bstr", |
| "btoi", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-ref" |
| version = "0.29.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e03989e9d49954368e1b526578230fc7189d1634acdfbe79e9ba1de717e15d5" |
| dependencies = [ |
| "gix-actor", |
| "gix-features", |
| "gix-fs", |
| "gix-hash", |
| "gix-lock", |
| "gix-object", |
| "gix-path", |
| "gix-tempfile", |
| "gix-validate", |
| "memmap2", |
| "nom", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-refspec" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a6ea733820df67e4cd7797deb12727905824d8f5b7c59d943c456d314475892" |
| dependencies = [ |
| "bstr", |
| "gix-hash", |
| "gix-revision", |
| "gix-validate", |
| "smallvec", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-revision" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "810f35e9afeccca999d5d348b239f9c162353127d2e13ff3240e31b919e35476" |
| dependencies = [ |
| "bstr", |
| "gix-date", |
| "gix-hash", |
| "gix-hashtable", |
| "gix-object", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-sec" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "794520043d5a024dfeac335c6e520cb616f6963e30dab995892382e998c12897" |
| dependencies = [ |
| "bitflags 2.2.1", |
| "gix-path", |
| "libc", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "gix-tempfile" |
| version = "5.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2ceb30a610e3f5f2d5f9a5114689fde507ba9417705a8cf3429604275b2153c" |
| dependencies = [ |
| "libc", |
| "once_cell", |
| "parking_lot", |
| "signal-hook", |
| "signal-hook-registry", |
| "tempfile", |
| ] |
| |
| [[package]] |
| name = "gix-traverse" |
| version = "0.25.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5be1e807f288c33bb005075111886cceb43ed8a167b3182a0f62c186e2a0dd1" |
| dependencies = [ |
| "gix-hash", |
| "gix-hashtable", |
| "gix-object", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-url" |
| version = "0.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfc77f89054297cc81491e31f1bab4027e554b5ef742a44bd7035db9a0f78b76" |
| dependencies = [ |
| "bstr", |
| "gix-features", |
| "gix-path", |
| "home", |
| "thiserror", |
| "url", |
| ] |
| |
| [[package]] |
| name = "gix-utils" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c10b69beac219acb8df673187a1f07dde2d74092f974fb3f9eb385aeb667c909" |
| dependencies = [ |
| "fastrand", |
| ] |
| |
| [[package]] |
| name = "gix-validate" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7bd629d3680773e1785e585d76fd4295b740b559cad9141517300d99a0c8c049" |
| dependencies = [ |
| "bstr", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-worktree" |
| version = "0.17.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a69eaff0ae973a9d37c40f02ae5ae50fa726c8fc2fd3ab79d0a19eb61975aafa" |
| dependencies = [ |
| "bstr", |
| "filetime", |
| "gix-attributes", |
| "gix-features", |
| "gix-fs", |
| "gix-glob", |
| "gix-hash", |
| "gix-ignore", |
| "gix-index", |
| "gix-object", |
| "gix-path", |
| "io-close", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "glob" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
| |
| [[package]] |
| name = "h2" |
| version = "0.3.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "futures-core", |
| "futures-sink", |
| "futures-util", |
| "http", |
| "indexmap", |
| "slab", |
| "tokio", |
| "tokio-util", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "2.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0" |
| dependencies = [ |
| "crunchy", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" |
| dependencies = [ |
| "ahash", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" |
| |
| [[package]] |
| name = "hex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| |
| [[package]] |
| name = "home" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "http" |
| version = "0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" |
| dependencies = [ |
| "bytes", |
| "fnv", |
| "itoa", |
| ] |
| |
| [[package]] |
| name = "http-body" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
| dependencies = [ |
| "bytes", |
| "http", |
| "pin-project-lite", |
| ] |
| |
| [[package]] |
| name = "httparse" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
| |
| [[package]] |
| name = "httpdate" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" |
| |
| [[package]] |
| name = "hyper" |
| version = "0.14.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" |
| dependencies = [ |
| "bytes", |
| "futures-channel", |
| "futures-core", |
| "futures-util", |
| "h2", |
| "http", |
| "http-body", |
| "httparse", |
| "httpdate", |
| "itoa", |
| "pin-project-lite", |
| "socket2", |
| "tokio", |
| "tower-service", |
| "tracing", |
| "want", |
| ] |
| |
| [[package]] |
| name = "hyper-rustls" |
| version = "0.23.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" |
| dependencies = [ |
| "http", |
| "hyper", |
| "rustls", |
| "tokio", |
| "tokio-rustls", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone" |
| version = "0.1.56" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" |
| dependencies = [ |
| "android_system_properties", |
| "core-foundation-sys", |
| "iana-time-zone-haiku", |
| "js-sys", |
| "wasm-bindgen", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "iana-time-zone-haiku" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" |
| dependencies = [ |
| "cxx", |
| "cxx-build", |
| ] |
| |
| [[package]] |
| name = "idna" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" |
| dependencies = [ |
| "unicode-bidi", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "imara-diff" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e98c1d0ad70fc91b8b9654b1f33db55e59579d3b3de2bffdced0fdb810570cb8" |
| dependencies = [ |
| "ahash", |
| "hashbrown 0.12.3", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "1.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| dependencies = [ |
| "autocfg", |
| "hashbrown 0.12.3", |
| ] |
| |
| [[package]] |
| name = "indoc" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
| |
| [[package]] |
| name = "instant" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "integer-encoding" |
| version = "3.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" |
| |
| [[package]] |
| name = "io-close" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "io-lifetimes" |
| version = "1.0.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" |
| dependencies = [ |
| "hermit-abi 0.3.1", |
| "libc", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "ipnet" |
| version = "2.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" |
| |
| [[package]] |
| name = "itertools" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" |
| |
| [[package]] |
| name = "jobserver" |
| version = "0.1.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.61" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" |
| dependencies = [ |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "kstring" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747" |
| dependencies = [ |
| "static_assertions", |
| ] |
| |
| [[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.142" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" |
| |
| [[package]] |
| name = "libflate" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97822bf791bd4d5b403713886a5fbe8bf49520fe78e323b0dc480ca1a03e50b0" |
| dependencies = [ |
| "adler32", |
| "crc32fast", |
| "libflate_lz77", |
| ] |
| |
| [[package]] |
| name = "libflate_lz77" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf" |
| dependencies = [ |
| "rle-decode-fast", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43a558e3d911bc3c7bfc8c78bc580b404d6e51c1cefbf656e176a94b49b0df40" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "link-cplusplus" |
| version = "1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "lz4" |
| version = "1.24.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" |
| dependencies = [ |
| "libc", |
| "lz4-sys", |
| ] |
| |
| [[package]] |
| name = "lz4-sys" |
| version = "1.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[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.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" |
| dependencies = [ |
| "digest", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
| |
| [[package]] |
| name = "memmap2" |
| version = "0.5.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "mimalloc" |
| version = "0.1.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d88dad3f985ec267a3fcb7a1726f5cb1a7e8cad8b646e70a84f967210df23da" |
| dependencies = [ |
| "libmimalloc-sys", |
| ] |
| |
| [[package]] |
| name = "mime" |
| version = "0.3.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| |
| [[package]] |
| name = "minimal-lexical" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" |
| dependencies = [ |
| "adler", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" |
| dependencies = [ |
| "libc", |
| "log", |
| "wasi", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "multimap" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" |
| |
| [[package]] |
| name = "nom" |
| version = "7.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| dependencies = [ |
| "memchr", |
| "minimal-lexical", |
| ] |
| |
| [[package]] |
| name = "num" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" |
| dependencies = [ |
| "num-bigint", |
| "num-complex", |
| "num-integer", |
| "num-iter", |
| "num-rational", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-bigint" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" |
| dependencies = [ |
| "autocfg", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-complex" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-integer" |
| version = "0.1.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
| dependencies = [ |
| "autocfg", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-iter" |
| version = "0.1.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" |
| dependencies = [ |
| "autocfg", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-rational" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" |
| dependencies = [ |
| "autocfg", |
| "num-bigint", |
| "num-integer", |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
| dependencies = [ |
| "autocfg", |
| "libm", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" |
| dependencies = [ |
| "hermit-abi 0.2.6", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "num_threads" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "object_store" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec9cd6ca25e796a49fa242876d1c4de36a24a6da5258e9f0bc062dbf5e81c53b" |
| dependencies = [ |
| "async-trait", |
| "base64", |
| "bytes", |
| "chrono", |
| "futures", |
| "itertools", |
| "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.17.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" |
| |
| [[package]] |
| name = "ordered-float" |
| version = "2.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall 0.2.16", |
| "smallvec", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "parquet" |
| version = "38.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4cbd51311f8d9ff3d2697b1522b18a588782e097d313a1a278b0faf2ccf2d3f6" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-ipc", |
| "arrow-schema", |
| "arrow-select", |
| "base64", |
| "brotli", |
| "bytes", |
| "chrono", |
| "flate2", |
| "futures", |
| "hashbrown 0.13.2", |
| "lz4", |
| "num", |
| "num-bigint", |
| "object_store", |
| "paste", |
| "seq-macro", |
| "snap", |
| "thrift", |
| "tokio", |
| "twox-hash", |
| "zstd 0.12.3+zstd.1.5.2", |
| ] |
| |
| [[package]] |
| name = "parse-zoneinfo" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41" |
| dependencies = [ |
| "regex", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" |
| |
| [[package]] |
| name = "petgraph" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" |
| dependencies = [ |
| "fixedbitset", |
| "indexmap", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" |
| dependencies = [ |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_codegen" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770" |
| dependencies = [ |
| "phf_generator", |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_generator" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" |
| dependencies = [ |
| "phf_shared", |
| "rand", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" |
| dependencies = [ |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" |
| |
| [[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.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ceca8aaf45b5c46ec7ed39fff75f57290368c1846d33d24a122ca81416ab058" |
| dependencies = [ |
| "proc-macro2", |
| "syn 2.0.15", |
| ] |
| |
| [[package]] |
| name = "proc-macro-hack" |
| version = "0.5.20+deprecated" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.56" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "prodash" |
| version = "23.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9516b775656bc3e8985e19cd4b8c0c0de045095074e453d2c0a513b5f978392d" |
| |
| [[package]] |
| name = "prost" |
| version = "0.11.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" |
| dependencies = [ |
| "bytes", |
| "prost-derive", |
| ] |
| |
| [[package]] |
| name = "prost-build" |
| version = "0.11.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" |
| dependencies = [ |
| "bytes", |
| "heck", |
| "itertools", |
| "lazy_static", |
| "log", |
| "multimap", |
| "petgraph", |
| "prost", |
| "prost-types", |
| "regex", |
| "tempfile", |
| "which", |
| ] |
| |
| [[package]] |
| name = "prost-derive" |
| version = "0.11.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" |
| dependencies = [ |
| "anyhow", |
| "itertools", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "prost-types" |
| version = "0.11.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" |
| dependencies = [ |
| "prost", |
| ] |
| |
| [[package]] |
| name = "protobuf-src" |
| version = "1.1.0+21.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7ac8852baeb3cc6fb83b93646fb93c0ffe5d14bf138c945ceb4b9948ee0e3c1" |
| dependencies = [ |
| "autotools", |
| ] |
| |
| [[package]] |
| name = "pyo3" |
| version = "0.18.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3b1ac5b3731ba34fdaa9785f8d74d17448cd18f30cf19e0c7e7b1fdb5272109" |
| dependencies = [ |
| "cfg-if", |
| "indoc", |
| "libc", |
| "memoffset", |
| "parking_lot", |
| "pyo3-build-config", |
| "pyo3-ffi", |
| "pyo3-macros", |
| "unindent", |
| ] |
| |
| [[package]] |
| name = "pyo3-build-config" |
| version = "0.18.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9cb946f5ac61bb61a5014924910d936ebd2b23b705f7a4a3c40b05c720b079a3" |
| dependencies = [ |
| "once_cell", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "pyo3-ffi" |
| version = "0.18.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd4d7c5337821916ea2a1d21d1092e8443cf34879e53a0ac653fbb98f44ff65c" |
| dependencies = [ |
| "libc", |
| "pyo3-build-config", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros" |
| version = "0.18.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9d39c55dab3fc5a4b25bbd1ac10a2da452c4aca13bb450f22818a002e29648d" |
| dependencies = [ |
| "proc-macro2", |
| "pyo3-macros-backend", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros-backend" |
| version = "0.18.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97daff08a4c48320587b5224cc98d609e3c27b6d437315bd40b605c98eeb5918" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[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.28.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1" |
| dependencies = [ |
| "memchr", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" |
| 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.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax 0.7.1", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" |
| |
| [[package]] |
| name = "regress" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d995d590bd8ec096d1893f414bf3f5e8b0ee4c9eed9a5642b9766ef2c8e2e8e9" |
| dependencies = [ |
| "hashbrown 0.13.2", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "reqwest" |
| version = "0.11.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" |
| dependencies = [ |
| "base64", |
| "bytes", |
| "encoding_rs", |
| "futures-core", |
| "futures-util", |
| "h2", |
| "http", |
| "http-body", |
| "hyper", |
| "hyper-rustls", |
| "ipnet", |
| "js-sys", |
| "log", |
| "mime", |
| "once_cell", |
| "percent-encoding", |
| "pin-project-lite", |
| "rustls", |
| "rustls-pemfile", |
| "serde", |
| "serde_json", |
| "serde_urlencoded", |
| "tokio", |
| "tokio-rustls", |
| "tokio-util", |
| "tower-service", |
| "url", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "wasm-streams", |
| "web-sys", |
| "webpki-roots", |
| "winreg", |
| ] |
| |
| [[package]] |
| name = "ring" |
| version = "0.16.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" |
| dependencies = [ |
| "cc", |
| "libc", |
| "once_cell", |
| "spin", |
| "untrusted", |
| "web-sys", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rle-decode-fast" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" |
| |
| [[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.37.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9b864d3c18a5785a05953adeed93e2dca37ed30f18e69bba9f30079d51f363f" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "errno", |
| "io-lifetimes", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "rustls" |
| version = "0.20.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" |
| dependencies = [ |
| "log", |
| "ring", |
| "sct", |
| "webpki", |
| ] |
| |
| [[package]] |
| name = "rustls-pemfile" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" |
| dependencies = [ |
| "base64", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" |
| |
| [[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 = "schemars" |
| version = "0.8.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f" |
| dependencies = [ |
| "dyn-clone", |
| "schemars_derive", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "schemars_derive" |
| version = "0.8.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "serde_derive_internals", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
| |
| [[package]] |
| name = "scratch" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" |
| |
| [[package]] |
| name = "sct" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" |
| dependencies = [ |
| "ring", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" |
| |
| [[package]] |
| name = "seq-macro" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6b44e8fc93a14e66336d230954dda83d18b4605ccace8fe09bc7514a71ad0bc" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.160" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.160" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.15", |
| ] |
| |
| [[package]] |
| name = "serde_derive_internals" |
| version = "0.26.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.96" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" |
| dependencies = [ |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_tokenstream" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "797ba1d80299b264f3aac68ab5d12e5825a561749db4df7cd7c8083900c5d4e9" |
| dependencies = [ |
| "proc-macro2", |
| "serde", |
| "syn 1.0.109", |
| ] |
| |
| [[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.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c" |
| dependencies = [ |
| "indexmap", |
| "itoa", |
| "ryu", |
| "serde", |
| "unsafe-libyaml", |
| ] |
| |
| [[package]] |
| name = "sha1_smol" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" |
| |
| [[package]] |
| name = "sha2" |
| version = "0.10.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" |
| dependencies = [ |
| "cfg-if", |
| "cpufeatures", |
| "digest", |
| ] |
| |
| [[package]] |
| name = "signal-hook" |
| version = "0.3.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" |
| dependencies = [ |
| "libc", |
| "signal-hook-registry", |
| ] |
| |
| [[package]] |
| name = "signal-hook-registry" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "siphasher" |
| version = "0.3.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" |
| |
| [[package]] |
| name = "snafu" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb0656e7e3ffb70f6c39b3c2a86332bb74aa3c679da781642590f3c1118c5045" |
| dependencies = [ |
| "doc-comment", |
| "snafu-derive", |
| ] |
| |
| [[package]] |
| name = "snafu-derive" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "475b3bbe5245c26f2d8a6f62d67c1f30eb9fffeccee721c45d162c3ebbdf81b2" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "snap" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" |
| |
| [[package]] |
| name = "socket2" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
| |
| [[package]] |
| name = "sqlparser" |
| version = "0.33.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "355dc4d4b6207ca8a3434fc587db0a8016130a574dbcdbfb93d7f7b5bc5b211a" |
| dependencies = [ |
| "log", |
| "sqlparser_derive", |
| ] |
| |
| [[package]] |
| name = "sqlparser_derive" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55fe75cb4a364c7f7ae06c7dbbc8d84bddd85d6cdf9975963c3935bc1991761e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[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.24.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" |
| |
| [[package]] |
| name = "strum_macros" |
| version = "0.24.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "rustversion", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "substrait" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54cd43d44620f716d55d46b998b3cf1baab2935aaa8adc14e3d3d9a465ddae15" |
| dependencies = [ |
| "gix", |
| "heck", |
| "prettyplease", |
| "prost", |
| "prost-build", |
| "prost-types", |
| "protobuf-src", |
| "schemars", |
| "semver", |
| "serde", |
| "serde_json", |
| "serde_yaml", |
| "syn 2.0.15", |
| "typify", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "subtle" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" |
| |
| [[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.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "target-lexicon" |
| version = "0.12.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" |
| dependencies = [ |
| "cfg-if", |
| "fastrand", |
| "redox_syscall 0.3.5", |
| "rustix", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "termcolor" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.15", |
| ] |
| |
| [[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 = "time" |
| version = "0.3.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" |
| dependencies = [ |
| "itoa", |
| "libc", |
| "num_threads", |
| "serde", |
| "time-core", |
| "time-macros", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" |
| |
| [[package]] |
| name = "time-macros" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" |
| dependencies = [ |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "tiny-keccak" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
| dependencies = [ |
| "crunchy", |
| ] |
| |
| [[package]] |
| name = "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.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" |
| dependencies = [ |
| "autocfg", |
| "bytes", |
| "libc", |
| "mio", |
| "num_cpus", |
| "parking_lot", |
| "pin-project-lite", |
| "socket2", |
| "tokio-macros", |
| "windows-sys 0.45.0", |
| ] |
| |
| [[package]] |
| name = "tokio-macros" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.15", |
| ] |
| |
| [[package]] |
| name = "tokio-rustls" |
| version = "0.23.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" |
| dependencies = [ |
| "rustls", |
| "tokio", |
| "webpki", |
| ] |
| |
| [[package]] |
| name = "tokio-stream" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" |
| dependencies = [ |
| "futures-core", |
| "pin-project-lite", |
| "tokio", |
| ] |
| |
| [[package]] |
| name = "tokio-util" |
| version = "0.7.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" |
| dependencies = [ |
| "bytes", |
| "futures-core", |
| "futures-sink", |
| "pin-project-lite", |
| "tokio", |
| "tracing", |
| ] |
| |
| [[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.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
| dependencies = [ |
| "cfg-if", |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.15", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
| dependencies = [ |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "try-lock" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" |
| |
| [[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.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "typenum" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
| |
| [[package]] |
| name = "typify" |
| version = "0.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30bfde96849e25d7feef1bbf652e9cfc51deb63203fdc07b115b8bc3bcfe20b9" |
| dependencies = [ |
| "typify-impl", |
| "typify-macro", |
| ] |
| |
| [[package]] |
| name = "typify-impl" |
| version = "0.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95d27d749378ceab6ec22188ed7ad102205c89ddb92ab662371c850ffc71aa1a" |
| dependencies = [ |
| "heck", |
| "log", |
| "proc-macro2", |
| "quote", |
| "regress", |
| "schemars", |
| "serde_json", |
| "syn 1.0.109", |
| "thiserror", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "typify-macro" |
| version = "0.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "35db6fc2bd9220ecdac6eeb88158824b83610de3dda0c6d0f2142b49efd858b0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "schemars", |
| "serde", |
| "serde_json", |
| "serde_tokenstream", |
| "syn 1.0.109", |
| "typify-impl", |
| ] |
| |
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
| |
| [[package]] |
| name = "unicode-bom" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98e90c70c9f0d4d1ee6d0a7d04aa06cb9bbd53d8cfbdd62a0269a7c2eb640552" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" |
| |
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[package]] |
| name = "unicode-segmentation" |
| version = "1.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
| |
| [[package]] |
| name = "unindent" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" |
| |
| [[package]] |
| name = "unsafe-libyaml" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" |
| |
| [[package]] |
| name = "untrusted" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
| |
| [[package]] |
| name = "url" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "uuid" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb" |
| 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.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "want" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" |
| dependencies = [ |
| "log", |
| "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.84" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" |
| dependencies = [ |
| "cfg-if", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.84" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-futures" |
| version = "0.4.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" |
| dependencies = [ |
| "cfg-if", |
| "js-sys", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.84" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.84" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.84" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" |
| |
| [[package]] |
| name = "wasm-streams" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078" |
| dependencies = [ |
| "futures-util", |
| "js-sys", |
| "wasm-bindgen", |
| "wasm-bindgen-futures", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.61" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "webpki" |
| version = "0.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" |
| dependencies = [ |
| "ring", |
| "untrusted", |
| ] |
| |
| [[package]] |
| name = "webpki-roots" |
| version = "0.22.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" |
| dependencies = [ |
| "webpki", |
| ] |
| |
| [[package]] |
| name = "which" |
| version = "4.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" |
| dependencies = [ |
| "either", |
| "libc", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "windows" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
| dependencies = [ |
| "windows-targets 0.48.0", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.45.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| dependencies = [ |
| "windows-targets 0.42.2", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| dependencies = [ |
| "windows-targets 0.48.0", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.42.2", |
| "windows_aarch64_msvc 0.42.2", |
| "windows_i686_gnu 0.42.2", |
| "windows_i686_msvc 0.42.2", |
| "windows_x86_64_gnu 0.42.2", |
| "windows_x86_64_gnullvm 0.42.2", |
| "windows_x86_64_msvc 0.42.2", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.48.0", |
| "windows_aarch64_msvc 0.48.0", |
| "windows_i686_gnu 0.48.0", |
| "windows_i686_msvc 0.48.0", |
| "windows_x86_64_gnu 0.48.0", |
| "windows_x86_64_gnullvm 0.48.0", |
| "windows_x86_64_msvc 0.48.0", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
| |
| [[package]] |
| name = "winreg" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[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.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "332f188cc1bcf1fe1064b8c58d150f497e697f49774aa846f2dc949d9a25f236" |
| dependencies = [ |
| "byteorder", |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6505e6815af7de1746a08f69c69606bb45695a17149517680f3b2149713b19a3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "zstd" |
| version = "0.11.2+zstd.1.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" |
| dependencies = [ |
| "zstd-safe 5.0.2+zstd.1.5.2", |
| ] |
| |
| [[package]] |
| name = "zstd" |
| version = "0.12.3+zstd.1.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" |
| dependencies = [ |
| "zstd-safe 6.0.5+zstd.1.5.4", |
| ] |
| |
| [[package]] |
| name = "zstd-safe" |
| version = "5.0.2+zstd.1.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" |
| dependencies = [ |
| "libc", |
| "zstd-sys", |
| ] |
| |
| [[package]] |
| name = "zstd-safe" |
| version = "6.0.5+zstd.1.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b" |
| dependencies = [ |
| "libc", |
| "zstd-sys", |
| ] |
| |
| [[package]] |
| name = "zstd-sys" |
| version = "2.0.8+zstd.1.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" |
| dependencies = [ |
| "cc", |
| "libc", |
| "pkg-config", |
| ] |