| # 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 = "0.7.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" |
| 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 = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "990dfa1a9328504aa135820da1c95066537b69ad94c04881b785f64328e0fa6b" |
| 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 = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2b2e52de0ab54173f9b08232b7184c26af82ee7ab4ac77c83396633c90199fa" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-array" |
| version = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e10849b60c17dbabb334be1f4ef7550701aa58082b71335ce1ed586601b2f423" |
| dependencies = [ |
| "ahash", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "chrono-tz", |
| "half", |
| "hashbrown 0.13.2", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-buffer" |
| version = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0746ae991b186be39933147117f8339eb1c4bbbea1c8ad37e7bf5851a1a06ba" |
| dependencies = [ |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-cast" |
| version = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b88897802515d7b193e38b27ddd9d9e43923d410a9e46307582d756959ee9595" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "chrono", |
| "comfy-table", |
| "lexical-core", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-csv" |
| version = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c8220d9741fc37961262710ceebd8451a5b393de57c464f0267ffdda1775c0a" |
| 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 = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "533f937efa1aaad9dc86f6a0e382c2fa736a4943e2090c946138079bdf060cef" |
| dependencies = [ |
| "arrow-buffer", |
| "arrow-schema", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-ipc" |
| version = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "18b75296ff01833f602552dff26a423fc213db8e5049b540ca4a00b1c957e41c" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "flatbuffers", |
| ] |
| |
| [[package]] |
| name = "arrow-json" |
| version = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e501d3de4d612c90677594896ca6c0fa075665a7ff980dc4189bb531c17e19f6" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-cast", |
| "arrow-data", |
| "arrow-schema", |
| "chrono", |
| "half", |
| "indexmap", |
| "lexical-core", |
| "num", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "arrow-ord" |
| version = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33d2671eb3793f9410230ac3efb0e6d36307be8a2dac5fad58ac9abde8e9f01e" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "half", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-row" |
| version = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc11fa039338cebbf4e29cf709c8ac1d6a65c7540063d4a25f991ab255ca85c8" |
| dependencies = [ |
| "ahash", |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "half", |
| "hashbrown 0.13.2", |
| ] |
| |
| [[package]] |
| name = "arrow-schema" |
| version = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d04f17f7b86ded0b5baf98fe6123391c4343e031acc3ccc5fa604cc180bff220" |
| dependencies = [ |
| "bitflags 2.1.0", |
| ] |
| |
| [[package]] |
| name = "arrow-select" |
| version = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "163e35de698098ff5f5f672ada9dc1f82533f10407c7a11e2cd09f3bcf31d18a" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "num", |
| ] |
| |
| [[package]] |
| name = "arrow-string" |
| version = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfdfbed1b10209f0dc68e6aa4c43dc76079af65880965c7c3b73f641f23d4aba" |
| dependencies = [ |
| "arrow-array", |
| "arrow-buffer", |
| "arrow-data", |
| "arrow-schema", |
| "arrow-select", |
| "regex", |
| "regex-syntax", |
| ] |
| |
| [[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.13", |
| ] |
| |
| [[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.13", |
| ] |
| |
| [[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.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c70beb79cbb5ce9c4f8e20849978f34225931f665bb49efa6982875a4d5facb3" |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" |
| |
| [[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", |
| "js-sys", |
| "num-integer", |
| "num-traits", |
| "serde", |
| "time 0.1.45", |
| "wasm-bindgen", |
| "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.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181" |
| 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.13", |
| ] |
| |
| [[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.13", |
| ] |
| |
| [[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 = "22.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9bdb93fee4f30368f1f71bfd5cd28882ec9fab0183db7924827b76129d33227c" |
| dependencies = [ |
| "ahash", |
| "apache-avro", |
| "arrow", |
| "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 = "22.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e82401ce129e601d406012b6d718f8978ba84c386e1c342fa155877120d68824" |
| dependencies = [ |
| "apache-avro", |
| "arrow", |
| "arrow-array", |
| "chrono", |
| "num_cpus", |
| "object_store", |
| "parquet", |
| "pyo3", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "datafusion-execution" |
| version = "22.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b08b2078aed21a27239cd93f3015e492a58b0d50ebeeaf8d2236cf108ef583ce" |
| dependencies = [ |
| "dashmap", |
| "datafusion-common", |
| "datafusion-expr", |
| "hashbrown 0.13.2", |
| "log", |
| "object_store", |
| "parking_lot", |
| "rand", |
| "tempfile", |
| "url", |
| ] |
| |
| [[package]] |
| name = "datafusion-expr" |
| version = "22.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16b5b977ce9695fb4c67614266ec57f384fc11e9a9f9b3e6d0e62b9c5a9f2c1f" |
| dependencies = [ |
| "ahash", |
| "arrow", |
| "datafusion-common", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "datafusion-optimizer" |
| version = "22.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0b2bb9e73ed778d1bc5af63a270f0154bf6eab5099c77668a6362296888e46b" |
| dependencies = [ |
| "arrow", |
| "async-trait", |
| "chrono", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-physical-expr", |
| "hashbrown 0.13.2", |
| "itertools", |
| "log", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "datafusion-physical-expr" |
| version = "22.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80cd8ea5ab0a07b1b2a3e17d5909f1b1035bd129ffeeb5c66842a32e682f8f79" |
| 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", |
| "md-5", |
| "paste", |
| "petgraph", |
| "rand", |
| "regex", |
| "sha2", |
| "unicode-segmentation", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-python" |
| version = "22.0.0" |
| dependencies = [ |
| "async-trait", |
| "datafusion", |
| "datafusion-common", |
| "datafusion-expr", |
| "datafusion-optimizer", |
| "datafusion-sql", |
| "datafusion-substrait", |
| "futures", |
| "mimalloc", |
| "object_store", |
| "parking_lot", |
| "pyo3", |
| "rand", |
| "regex-syntax", |
| "syn 2.0.13", |
| "tokio", |
| "url", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "datafusion-row" |
| version = "22.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a95d6badab19fd6e9195fdc5209ac0a7e5ce9bcdedc67767b9ffc1b4e645760" |
| dependencies = [ |
| "arrow", |
| "datafusion-common", |
| "paste", |
| "rand", |
| ] |
| |
| [[package]] |
| name = "datafusion-sql" |
| version = "22.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37a78f8fc67123c4357e63bc0c87622a2a663d26f074958d749a633d0ecde90f" |
| dependencies = [ |
| "arrow", |
| "arrow-schema", |
| "datafusion-common", |
| "datafusion-expr", |
| "log", |
| "sqlparser", |
| ] |
| |
| [[package]] |
| name = "datafusion-substrait" |
| version = "22.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae6ed64a2005f0d78f2b1b3ec3f8148183f4523d5d364e5367115f8d8a82b7df" |
| 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 = "dirs" |
| version = "4.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
| dependencies = [ |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs-sys" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
| dependencies = [ |
| "libc", |
| "redox_users", |
| "winapi", |
| ] |
| |
| [[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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c" |
| |
| [[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.13", |
| ] |
| |
| [[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 0.11.0+wasi-snapshot-preview1", |
| ] |
| |
| [[package]] |
| name = "gix" |
| version = "0.43.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c256ea71cc1967faaefdaad15f334146b7c806f12460dcafd3afed845c8c78dd" |
| dependencies = [ |
| "gix-actor", |
| "gix-attributes", |
| "gix-config", |
| "gix-credentials", |
| "gix-date", |
| "gix-diff", |
| "gix-discover", |
| "gix-features", |
| "gix-glob", |
| "gix-hash", |
| "gix-hashtable", |
| "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-validate", |
| "gix-worktree", |
| "log", |
| "once_cell", |
| "signal-hook", |
| "smallvec", |
| "thiserror", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "gix-actor" |
| version = "0.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc22b0cdc52237667c301dd7cdc6ead8f8f73c9f824e9942c8ebd6b764f6c0bf" |
| dependencies = [ |
| "bstr", |
| "btoi", |
| "gix-date", |
| "itoa", |
| "nom", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-attributes" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2231a25934a240d0a4b6f4478401c73ee81d8be52de0293eedbc172334abf3e1" |
| dependencies = [ |
| "bstr", |
| "gix-features", |
| "gix-glob", |
| "gix-path", |
| "gix-quote", |
| "thiserror", |
| "unicode-bom", |
| ] |
| |
| [[package]] |
| name = "gix-bitmap" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "024bca0c7187517bda5ea24ab148c9ca8208dd0c3e2bea88cdb2008f91791a6d" |
| 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.20.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7fbad5ce54a8fc997acc50febd89ec80fa6e97cb7f8d0654cb229936407489d8" |
| 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.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d09154c0c8677e4da0ec35e896f56ee3e338e741b9599fae06075edd83a4081c" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "bstr", |
| "gix-path", |
| "libc", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-credentials" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "750b684197374518ea057e0a0594713e07683faa0a3f43c0f93d97f64130ad8d" |
| dependencies = [ |
| "bstr", |
| "gix-command", |
| "gix-config-value", |
| "gix-path", |
| "gix-prompt", |
| "gix-sec", |
| "gix-url", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-date" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b96271912ce39822501616f177dea7218784e6c63be90d5f36322ff3a722aae2" |
| dependencies = [ |
| "bstr", |
| "itoa", |
| "thiserror", |
| "time 0.3.20", |
| ] |
| |
| [[package]] |
| name = "gix-diff" |
| version = "0.28.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "103a0fa79b0d438f5ecb662502f052e530ace4fe1fe8e1c83c0c6da76d728e67" |
| dependencies = [ |
| "gix-hash", |
| "gix-object", |
| "imara-diff", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-discover" |
| version = "0.16.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6eba8ba458cb8f4a6c33409b0fe650b1258655175a7ffd1d24fafd3ed31d880b" |
| dependencies = [ |
| "bstr", |
| "dunce", |
| "gix-hash", |
| "gix-path", |
| "gix-ref", |
| "gix-sec", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-features" |
| version = "0.28.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b76f9a80f6dd7be66442ae86e1f534effad9546676a392acc95e269d0c21c22" |
| dependencies = [ |
| "crc32fast", |
| "flate2", |
| "gix-hash", |
| "libc", |
| "once_cell", |
| "prodash", |
| "sha1_smol", |
| "thiserror", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "gix-glob" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93e43efd776bc543f46f0fd0ca3d920c37af71a764a16f2aebd89765e9ff2993" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "bstr", |
| ] |
| |
| [[package]] |
| name = "gix-hash" |
| version = "0.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c0c5a9f4d621d4f4ea046bb331df5c746ca735b8cae5b234cc2be70ee4dbef0" |
| dependencies = [ |
| "hex", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-hashtable" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9609c1b8f36f12968e6a6098f7cdb52004f7d42d570f47a2d6d7c16612f19acb" |
| dependencies = [ |
| "gix-hash", |
| "hashbrown 0.13.2", |
| "parking_lot", |
| ] |
| |
| [[package]] |
| name = "gix-index" |
| version = "0.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "717ab601ece7921f59fe86849dbe27d44a46ebb883b5885732c4f30df4996177" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "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.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b66aea5e52875cd4915f4957a6f4b75831a36981e2ec3f5fad9e370e444fe1a" |
| dependencies = [ |
| "bstr", |
| "gix-actor", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-object" |
| version = "0.28.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8df068db9180ee935fbb70504848369e270bdcb576b05c0faa8b9fd3b86fc017" |
| dependencies = [ |
| "bstr", |
| "btoi", |
| "gix-actor", |
| "gix-features", |
| "gix-hash", |
| "gix-validate", |
| "hex", |
| "itoa", |
| "nom", |
| "smallvec", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-odb" |
| version = "0.43.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e83af2e3e36005bfe010927f0dff41fb5acc3e3d89c6f1174135b3a34086bda2" |
| 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.33.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9401911c7fe032ad7b31c6a6b5be59cb283d1d6c999417a8215056efe6d635f3" |
| 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.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32370dce200bb951df013e03dff35b4233fc7a89458642b047629b91734a7e19" |
| dependencies = [ |
| "bstr", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-prompt" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f3034d4d935aef2c7bf719aaa54b88c520e82413118d886ae880a31d5bdee57" |
| dependencies = [ |
| "gix-command", |
| "gix-config-value", |
| "nix", |
| "parking_lot", |
| "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.27.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4e909396ed3b176823991ccc391c276ae2a015e54edaafa3566d35123cfac9d" |
| dependencies = [ |
| "gix-actor", |
| "gix-features", |
| "gix-hash", |
| "gix-lock", |
| "gix-object", |
| "gix-path", |
| "gix-tempfile", |
| "gix-validate", |
| "memmap2", |
| "nom", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-refspec" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aba332462bda2e8efeae4302b39a6ed01ad56ef772fd5b7ef197cf2798294d65" |
| dependencies = [ |
| "bstr", |
| "gix-hash", |
| "gix-revision", |
| "gix-validate", |
| "smallvec", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-revision" |
| version = "0.12.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c6f6ff53f888858afc24bf12628446a14279ceec148df6194481f306f553ad2" |
| dependencies = [ |
| "bstr", |
| "gix-date", |
| "gix-hash", |
| "gix-hashtable", |
| "gix-object", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-sec" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8ffa5bf0772f9b01de501c035b6b084cf9b8bb07dec41e3afc6a17336a65f47" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "dirs", |
| "gix-path", |
| "libc", |
| "windows 0.43.0", |
| ] |
| |
| [[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.24.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd9a4a07bb22168dc79c60e1a6a41919d198187ca83d8a5940ad8d7122a45df3" |
| dependencies = [ |
| "gix-hash", |
| "gix-hashtable", |
| "gix-object", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "gix-url" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6a22b4b32ad14d68f7b7fb6458fa58d44b01797d94c1b8f4db2d9c7b3c366b5" |
| dependencies = [ |
| "bstr", |
| "gix-features", |
| "gix-path", |
| "home", |
| "thiserror", |
| "url", |
| ] |
| |
| [[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.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54ec9a000b4f24af706c3cc680c7cda235656cbe3216336522f5692773b8a301" |
| dependencies = [ |
| "bstr", |
| "gix-attributes", |
| "gix-features", |
| "gix-glob", |
| "gix-hash", |
| "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.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" |
| 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.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" |
| 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 0.48.0", |
| ] |
| |
| [[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 = "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.141" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" |
| |
| [[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 0.11.0+wasi-snapshot-preview1", |
| "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 = "nix" |
| version = "0.26.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "cfg-if", |
| "libc", |
| "static_assertions", |
| ] |
| |
| [[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 = "36.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "321a15f8332645759f29875b07f8233d16ed8ec1b3582223de81625a9f8506b7" |
| 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", |
| "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.13", |
| ] |
| |
| [[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.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e48e50df39172a3e7eb17e14642445da64996989bc212b583015435d39a58537" |
| dependencies = [ |
| "bytes", |
| "prost-derive", |
| ] |
| |
| [[package]] |
| name = "prost-build" |
| version = "0.11.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c828f93f5ca4826f97fedcbd3f9a536c16b12cff3dbbb4a007f932bbad95b12" |
| dependencies = [ |
| "bytes", |
| "heck", |
| "itertools", |
| "lazy_static", |
| "log", |
| "multimap", |
| "petgraph", |
| "prost", |
| "prost-types", |
| "regex", |
| "tempfile", |
| "which", |
| ] |
| |
| [[package]] |
| name = "prost-derive" |
| version = "0.11.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ea9b0f8cbe5e15a8a042d030bd96668db28ecb567ec37d691971ff5731d2b1b" |
| dependencies = [ |
| "anyhow", |
| "itertools", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "prost-types" |
| version = "0.11.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "379119666929a1afd7a043aa6cf96fa67a6dce9af60c88095a4686dbce4c9c88" |
| 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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfb848f80438f926a9ebddf0a539ed6065434fd7aae03a89312a9821f81b8501" |
| dependencies = [ |
| "cfg-if", |
| "indoc", |
| "libc", |
| "memoffset", |
| "parking_lot", |
| "pyo3-build-config", |
| "pyo3-ffi", |
| "pyo3-macros", |
| "unindent", |
| ] |
| |
| [[package]] |
| name = "pyo3-build-config" |
| version = "0.18.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98a42e7f42e917ce6664c832d5eee481ad514c98250c49e0b03b20593e2c7ed0" |
| dependencies = [ |
| "once_cell", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "pyo3-ffi" |
| version = "0.18.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0707f0ab26826fe4ccd59b69106e9df5e12d097457c7b8f9c0fd1d2743eec4d" |
| dependencies = [ |
| "libc", |
| "pyo3-build-config", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros" |
| version = "0.18.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "978d18e61465ecd389e1f235ff5a467146dc4e3c3968b90d274fe73a5dd4a438" |
| dependencies = [ |
| "proc-macro2", |
| "pyo3-macros-backend", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "pyo3-macros-backend" |
| version = "0.18.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e0e1128f85ce3fca66e435e08aa2089a2689c1c48ce97803e13f63124058462" |
| 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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5c1a97b1bc42b1d550bfb48d4262153fe400a12bab1511821736f7eac76d7e2" |
| 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 = "redox_users" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" |
| dependencies = [ |
| "getrandom", |
| "redox_syscall 0.2.16", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[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 = "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.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77" |
| 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.159" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.159" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.13", |
| ] |
| |
| [[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.95" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" |
| 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.32.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0366f270dbabb5cc2e4c88427dc4c08bba144f81e32fbd459a013f26a4d16aa0" |
| 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.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fcd7c95895a69f92b0491cb0764d49140f57ad918a8abb3b7ec7f8e507d2a240" |
| dependencies = [ |
| "gix", |
| "heck", |
| "prettyplease", |
| "prost", |
| "prost-build", |
| "prost-types", |
| "protobuf-src", |
| "schemars", |
| "semver", |
| "serde", |
| "serde_json", |
| "serde_yaml", |
| "syn 2.0.13", |
| "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.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec" |
| 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.13", |
| ] |
| |
| [[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.1.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" |
| dependencies = [ |
| "libc", |
| "wasi 0.10.0+wasi-snapshot-preview1", |
| "winapi", |
| ] |
| |
| [[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.13", |
| ] |
| |
| [[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.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[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 = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63ec69f541d875b783ca40184d655f2927c95f0bffd486faa83cd3ac3529ec32" |
| |
| [[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.10.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
| |
| [[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.43.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244" |
| 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" |
| 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", |
| ] |