2023-11-16 04:20:00 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.22.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.8.11"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-07-27 06:49:29 +00:00
|
|
|
"const-random",
|
2023-11-16 04:20:00 +00:00
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "1.1.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.2.18"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.6.14"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-07-27 06:49:29 +00:00
|
|
|
"is_terminal_polyfill",
|
2023-11-16 04:20:00 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.0.7"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.2.4"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-02-29 20:09:43 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "3.0.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-02-29 20:09:43 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-02-29 20:09:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.0.86"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "argminmax"
|
|
|
|
version = "0.6.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "52424b59d69d69d5056d508b260553afd91c57e21849579cd1f50ee8b8b88eaa"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "array-init-cursor"
|
|
|
|
version = "0.2.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.7"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.4"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "219d05930b81663fd3b32e3bde8ce5bff3c4d23052a99f11a8fa50a3b47b2658"
|
|
|
|
dependencies = [
|
|
|
|
"arrow-arith",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-cast",
|
|
|
|
"arrow-csv",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-ipc",
|
|
|
|
"arrow-json",
|
|
|
|
"arrow-ord",
|
|
|
|
"arrow-row",
|
|
|
|
"arrow-schema",
|
|
|
|
"arrow-select",
|
|
|
|
"arrow-string",
|
|
|
|
"pyo3",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow-arith"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0272150200c07a86a390be651abdd320a2d12e84535f0837566ca87ecd8f95e0"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-schema",
|
|
|
|
"chrono",
|
|
|
|
"half",
|
|
|
|
"num",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow-array"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "8010572cf8c745e242d1b632bd97bd6d4f40fefed5ed1290a8f433abaa686fea"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-schema",
|
|
|
|
"chrono",
|
|
|
|
"chrono-tz",
|
|
|
|
"half",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"num",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow-buffer"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0d0a2432f0cba5692bf4cb757469c66791394bac9ec7ce63c1afe74744c37b27"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"half",
|
|
|
|
"num",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow-cast"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "9abc10cd7995e83505cc290df9384d6e5412b207b79ce6bdff89a10505ed2cba"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-schema",
|
|
|
|
"arrow-select",
|
|
|
|
"atoi",
|
|
|
|
"base64 0.22.1",
|
|
|
|
"chrono",
|
|
|
|
"comfy-table",
|
|
|
|
"half",
|
|
|
|
"lexical-core",
|
|
|
|
"num",
|
|
|
|
"ryu",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow-csv"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "95cbcba196b862270bf2a5edb75927380a7f3a163622c61d40cbba416a6305f2"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-cast",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-schema",
|
|
|
|
"chrono",
|
|
|
|
"csv",
|
|
|
|
"csv-core",
|
|
|
|
"lazy_static",
|
|
|
|
"lexical-core",
|
|
|
|
"regex",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow-data"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "2742ac1f6650696ab08c88f6dd3f0eb68ce10f8c253958a18c943a68cd04aec5"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-schema",
|
|
|
|
"half",
|
|
|
|
"num",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow-ipc"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a42ea853130f7e78b9b9d178cb4cd01dee0f78e64d96c2949dc0a915d6d9e19d"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-cast",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-schema",
|
|
|
|
"flatbuffers",
|
|
|
|
"lz4_flex",
|
|
|
|
"zstd",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow-json"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "eaafb5714d4e59feae964714d724f880511500e3569cc2a94d02456b403a2a49"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-cast",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-schema",
|
|
|
|
"chrono",
|
|
|
|
"half",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"lexical-core",
|
|
|
|
"num",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow-ord"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e3e6b61e3dc468f503181dccc2fc705bdcc5f2f146755fa5b56d0a6c5943f412"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-schema",
|
|
|
|
"arrow-select",
|
|
|
|
"half",
|
|
|
|
"num",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow-row"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "848ee52bb92eb459b811fb471175ea3afcf620157674c8794f539838920f9228"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-schema",
|
|
|
|
"half",
|
|
|
|
"hashbrown 0.14.5",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow-schema"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "02d9483aaabe910c4781153ae1b6ae0393f72d9ef757d38d09d450070cf2e528"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow-select"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "849524fa70e0e3c5ab58394c770cb8f514d0122d20de08475f7b472ed8075830"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-schema",
|
|
|
|
"num",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "arrow-string"
|
|
|
|
version = "51.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "9373cb5a021aee58863498c37eb484998ef13377f69989c6c5ccfbd258236cdb"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-schema",
|
|
|
|
"arrow-select",
|
|
|
|
"memchr",
|
|
|
|
"num",
|
|
|
|
"regex",
|
|
|
|
"regex-syntax",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "async-compression"
|
|
|
|
version = "0.4.11"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"flate2",
|
2024-05-15 15:35:15 +00:00
|
|
|
"futures-core",
|
2024-07-27 06:49:29 +00:00
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "async-convert"
|
|
|
|
version = "1.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "6d416feee97712e43152cd42874de162b8f9b77295b1c85e5d92725cc8310bae"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"async-trait",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "async-openai"
|
|
|
|
version = "0.20.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "11e97f9c5e0ee3260caee9700ba1bb61a6fdc34d2b6786a31e018c5de5198491"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"async-convert",
|
|
|
|
"backoff",
|
|
|
|
"base64 0.22.1",
|
|
|
|
"bytes",
|
|
|
|
"derive_builder",
|
|
|
|
"futures",
|
|
|
|
"rand",
|
|
|
|
"reqwest 0.12.5",
|
|
|
|
"reqwest-eventsource",
|
|
|
|
"secrecy",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "async-priority-channel"
|
|
|
|
version = "0.2.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "acde96f444d31031f760c5c43dc786b97d3e1cb2ee49dd06898383fe9a999758"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"event-listener",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "async-recursion"
|
|
|
|
version = "1.1.1"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.80"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "async_cell"
|
|
|
|
version = "0.2.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "834eee9ce518130a3b4d5af09ecc43e9d6b57ee76613f227a1ddd6b77c7a62bc"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "atoi"
|
|
|
|
version = "2.0.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"num-traits",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "atoi_simd"
|
|
|
|
version = "0.15.6"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "9ae037714f313c1353189ead58ef9eec30a8e8dc101b2622d461418fd59e28a9"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.3.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-config"
|
|
|
|
version = "0.56.1"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "fc6b3804dca60326e07205179847f17a4fce45af3a1106939177ad41ac08a6de"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-credential-types 0.56.1",
|
|
|
|
"aws-http",
|
|
|
|
"aws-sdk-sso 0.30.0",
|
|
|
|
"aws-sdk-sts 0.30.0",
|
|
|
|
"aws-smithy-async 0.56.1",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http 0.56.1",
|
|
|
|
"aws-smithy-http-tower",
|
|
|
|
"aws-smithy-json 0.56.1",
|
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"aws-types 0.56.1",
|
|
|
|
"bytes",
|
|
|
|
"fastrand",
|
|
|
|
"hex",
|
|
|
|
"http 0.2.12",
|
|
|
|
"hyper 0.14.29",
|
|
|
|
"ring 0.16.20",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-config"
|
|
|
|
version = "1.2.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e2a89e0000cde82447155d64eeb71720b933b4396a6fbbebad3f8b4f88ca7b54"
|
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types 1.2.0",
|
|
|
|
"aws-runtime 1.3.1",
|
|
|
|
"aws-sdk-sso 1.20.0",
|
|
|
|
"aws-sdk-ssooidc",
|
|
|
|
"aws-sdk-sts 1.20.0",
|
|
|
|
"aws-smithy-async 1.2.1",
|
|
|
|
"aws-smithy-http 0.60.9",
|
|
|
|
"aws-smithy-json 0.60.7",
|
|
|
|
"aws-smithy-runtime 1.3.0",
|
|
|
|
"aws-smithy-runtime-api 1.7.1",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"aws-types 1.3.3",
|
|
|
|
"bytes",
|
|
|
|
"fastrand",
|
|
|
|
"hex",
|
|
|
|
"http 0.2.12",
|
|
|
|
"hyper 0.14.29",
|
|
|
|
"ring 0.17.8",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"zeroize",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-credential-types"
|
|
|
|
version = "0.56.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "70a66ac8ef5fa9cf01c2d999f39d16812e90ec1467bd382cbbb74ba23ea86201"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-smithy-async 0.56.1",
|
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"fastrand",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-credential-types"
|
|
|
|
version = "1.2.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9"
|
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async 1.2.1",
|
|
|
|
"aws-smithy-runtime-api 1.7.1",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"zeroize",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-http"
|
|
|
|
version = "0.56.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "3e626370f9ba806ae4c439e49675fd871f5767b093075cdf4fef16cac42ba900"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-credential-types 0.56.1",
|
|
|
|
"aws-smithy-http 0.56.1",
|
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"aws-types 0.56.1",
|
|
|
|
"bytes",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"lazy_static",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-runtime"
|
|
|
|
version = "0.56.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "07ac5cf0ff19c1bca0cea7932e11b239d1025a45696a4f44f72ea86e2b8bdd07"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-credential-types 0.56.1",
|
|
|
|
"aws-http",
|
|
|
|
"aws-sigv4 0.56.1",
|
|
|
|
"aws-smithy-async 0.56.1",
|
|
|
|
"aws-smithy-http 0.56.1",
|
|
|
|
"aws-smithy-runtime-api 0.56.1",
|
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"aws-types 0.56.1",
|
|
|
|
"fastrand",
|
|
|
|
"http 0.2.12",
|
|
|
|
"percent-encoding",
|
|
|
|
"tracing",
|
|
|
|
"uuid",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-runtime"
|
|
|
|
version = "1.3.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "87c5f920ffd1e0526ec9e70e50bf444db50b204395a0fa7016bbf9e31ea1698f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-credential-types 1.2.0",
|
|
|
|
"aws-sigv4 1.2.3",
|
|
|
|
"aws-smithy-async 1.2.1",
|
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-http 0.60.9",
|
|
|
|
"aws-smithy-runtime-api 1.7.1",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"aws-types 1.3.3",
|
|
|
|
"bytes",
|
|
|
|
"fastrand",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing",
|
|
|
|
"uuid",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-sdk-dynamodb"
|
|
|
|
version = "0.34.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "10aef6843bfc2dabfccad27f7e1ab303942bbda19f7ea7777d0d74388d073db4"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-credential-types 0.56.1",
|
|
|
|
"aws-http",
|
|
|
|
"aws-runtime 0.56.1",
|
|
|
|
"aws-smithy-async 0.56.1",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http 0.56.1",
|
|
|
|
"aws-smithy-json 0.56.1",
|
|
|
|
"aws-smithy-runtime 0.56.1",
|
|
|
|
"aws-smithy-runtime-api 0.56.1",
|
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"aws-types 0.56.1",
|
|
|
|
"bytes",
|
|
|
|
"fastrand",
|
|
|
|
"http 0.2.12",
|
|
|
|
"regex",
|
|
|
|
"tokio-stream",
|
|
|
|
"tracing",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-sdk-kms"
|
|
|
|
version = "1.21.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "d1747213c6bb8fae0f388157e07e144fd442c1e28cfd9c4e257b1b6ee26c4a54"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-credential-types 1.2.0",
|
|
|
|
"aws-runtime 1.3.1",
|
|
|
|
"aws-smithy-async 1.2.1",
|
|
|
|
"aws-smithy-http 0.60.9",
|
|
|
|
"aws-smithy-json 0.60.7",
|
|
|
|
"aws-smithy-runtime 1.3.0",
|
|
|
|
"aws-smithy-runtime-api 1.7.1",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"aws-types 1.3.3",
|
|
|
|
"bytes",
|
|
|
|
"http 0.2.12",
|
|
|
|
"once_cell",
|
|
|
|
"regex-lite",
|
|
|
|
"tracing",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-sdk-s3"
|
|
|
|
version = "1.23.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4576ae7eb91e4d0ca76a3b443c3be979322fc01836cad7908534ae507fa41d99"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"aws-credential-types 1.2.0",
|
|
|
|
"aws-runtime 1.3.1",
|
|
|
|
"aws-sigv4 1.2.3",
|
|
|
|
"aws-smithy-async 1.2.1",
|
|
|
|
"aws-smithy-checksums",
|
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-http 0.60.9",
|
|
|
|
"aws-smithy-json 0.60.7",
|
|
|
|
"aws-smithy-runtime 1.3.0",
|
|
|
|
"aws-smithy-runtime-api 1.7.1",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"aws-smithy-xml 0.60.8",
|
|
|
|
"aws-types 1.3.3",
|
|
|
|
"bytes",
|
|
|
|
"fastrand",
|
|
|
|
"hex",
|
|
|
|
"hmac",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"lru",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"regex-lite",
|
|
|
|
"sha2",
|
2024-05-15 15:35:15 +00:00
|
|
|
"tracing",
|
2024-07-27 06:49:29 +00:00
|
|
|
"url",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-sdk-sso"
|
|
|
|
version = "0.30.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "903f888ff190e64f6f5c83fb0f8d54f9c20481f1dc26359bb8896f5d99908949"
|
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types 0.56.1",
|
|
|
|
"aws-http",
|
|
|
|
"aws-runtime 0.56.1",
|
|
|
|
"aws-smithy-async 0.56.1",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http 0.56.1",
|
|
|
|
"aws-smithy-json 0.56.1",
|
|
|
|
"aws-smithy-runtime 0.56.1",
|
|
|
|
"aws-smithy-runtime-api 0.56.1",
|
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"aws-types 0.56.1",
|
|
|
|
"bytes",
|
|
|
|
"http 0.2.12",
|
|
|
|
"regex",
|
|
|
|
"tokio-stream",
|
|
|
|
"tracing",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
2024-02-29 20:09:43 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-sdk-sso"
|
|
|
|
version = "1.20.0"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "32fcc572fd5c58489ec205ec3e4e5f7d63018898a485cbf922a462af496bc300"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-credential-types 1.2.0",
|
|
|
|
"aws-runtime 1.3.1",
|
|
|
|
"aws-smithy-async 1.2.1",
|
|
|
|
"aws-smithy-http 0.60.9",
|
|
|
|
"aws-smithy-json 0.60.7",
|
|
|
|
"aws-smithy-runtime 1.3.0",
|
|
|
|
"aws-smithy-runtime-api 1.7.1",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"aws-types 1.3.3",
|
|
|
|
"bytes",
|
|
|
|
"http 0.2.12",
|
|
|
|
"once_cell",
|
|
|
|
"regex-lite",
|
|
|
|
"tracing",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2024-02-29 20:09:43 +00:00
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-sdk-ssooidc"
|
|
|
|
version = "1.20.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5b6275fa8684a1192754221173b1f7a7c1260d6b0571cc2b8af09468eb0cffe5"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-credential-types 1.2.0",
|
|
|
|
"aws-runtime 1.3.1",
|
|
|
|
"aws-smithy-async 1.2.1",
|
|
|
|
"aws-smithy-http 0.60.9",
|
|
|
|
"aws-smithy-json 0.60.7",
|
|
|
|
"aws-smithy-runtime 1.3.0",
|
|
|
|
"aws-smithy-runtime-api 1.7.1",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"aws-types 1.3.3",
|
|
|
|
"bytes",
|
|
|
|
"http 0.2.12",
|
|
|
|
"once_cell",
|
|
|
|
"regex-lite",
|
|
|
|
"tracing",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-sdk-sts"
|
|
|
|
version = "0.30.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a47ad6bf01afc00423d781d464220bf69fb6a674ad6629cbbcb06d88cdc2be82"
|
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types 0.56.1",
|
|
|
|
"aws-http",
|
|
|
|
"aws-runtime 0.56.1",
|
|
|
|
"aws-smithy-async 0.56.1",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http 0.56.1",
|
|
|
|
"aws-smithy-json 0.56.1",
|
|
|
|
"aws-smithy-query 0.56.1",
|
|
|
|
"aws-smithy-runtime 0.56.1",
|
|
|
|
"aws-smithy-runtime-api 0.56.1",
|
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"aws-smithy-xml 0.56.1",
|
|
|
|
"aws-types 0.56.1",
|
|
|
|
"http 0.2.12",
|
|
|
|
"regex",
|
|
|
|
"tracing",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-sdk-sts"
|
|
|
|
version = "1.20.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "30acd58272fd567e4853c5075d838be1626b59057e0249c9be5a1a7eb13bf70f"
|
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types 1.2.0",
|
|
|
|
"aws-runtime 1.3.1",
|
|
|
|
"aws-smithy-async 1.2.1",
|
|
|
|
"aws-smithy-http 0.60.9",
|
|
|
|
"aws-smithy-json 0.60.7",
|
|
|
|
"aws-smithy-query 0.60.7",
|
|
|
|
"aws-smithy-runtime 1.3.0",
|
|
|
|
"aws-smithy-runtime-api 1.7.1",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"aws-smithy-xml 0.60.8",
|
|
|
|
"aws-types 1.3.3",
|
|
|
|
"http 0.2.12",
|
|
|
|
"once_cell",
|
|
|
|
"regex-lite",
|
|
|
|
"tracing",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-sigv4"
|
|
|
|
version = "0.56.1"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b7b28f4910bb956b7ab320b62e98096402354eca976c587d1eeccd523d9bac03"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-smithy-http 0.56.1",
|
|
|
|
"form_urlencoded",
|
|
|
|
"hex",
|
|
|
|
"hmac",
|
|
|
|
"http 0.2.12",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"regex",
|
|
|
|
"sha2",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-sigv4"
|
|
|
|
version = "1.2.3"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-credential-types 1.2.0",
|
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-http 0.60.9",
|
|
|
|
"aws-smithy-runtime-api 1.7.1",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"bytes",
|
|
|
|
"crypto-bigint 0.5.5",
|
|
|
|
"form_urlencoded",
|
|
|
|
"hex",
|
|
|
|
"hmac",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http 1.1.0",
|
|
|
|
"once_cell",
|
|
|
|
"p256",
|
|
|
|
"percent-encoding",
|
|
|
|
"ring 0.17.8",
|
|
|
|
"sha2",
|
|
|
|
"subtle",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-async"
|
|
|
|
version = "0.56.1"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "2cdb73f85528b9d19c23a496034ac53703955a59323d581c06aa27b4e4e247af"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-async"
|
|
|
|
version = "1.2.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-checksums"
|
|
|
|
version = "0.60.11"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "48c4134cf3adaeacff34d588dbe814200357b0c466d730cf1c0d8054384a2de4"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-smithy-http 0.60.9",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"bytes",
|
|
|
|
"crc32c",
|
|
|
|
"crc32fast",
|
|
|
|
"hex",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"md-5",
|
|
|
|
"pin-project-lite",
|
|
|
|
"sha1",
|
|
|
|
"sha2",
|
|
|
|
"tracing",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-client"
|
|
|
|
version = "0.56.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c27b2756264c82f830a91cb4d2d485b2d19ad5bea476d9a966e03d27f27ba59a"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-smithy-async 0.56.1",
|
|
|
|
"aws-smithy-http 0.56.1",
|
|
|
|
"aws-smithy-http-tower",
|
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"bytes",
|
|
|
|
"fastrand",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"hyper 0.14.29",
|
|
|
|
"hyper-rustls 0.24.2",
|
|
|
|
"lazy_static",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustls 0.21.12",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-eventstream"
|
|
|
|
version = "0.60.4"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
|
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"bytes",
|
|
|
|
"crc32fast",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-http"
|
|
|
|
version = "0.56.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "54cdcf365d8eee60686885f750a34c190e513677db58bbc466c44c588abf4199"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"bytes",
|
|
|
|
"bytes-utils",
|
|
|
|
"futures-core",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"hyper 0.14.29",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-http"
|
|
|
|
version = "0.60.9"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "d9cd0ae3d97daa0a2bf377a4d8e8e1362cae590c4a1aad0d40058ebca18eb91e"
|
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-eventstream",
|
|
|
|
"aws-smithy-runtime-api 1.7.1",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"bytes",
|
|
|
|
"bytes-utils",
|
|
|
|
"futures-core",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"tracing",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-http-tower"
|
|
|
|
version = "0.56.1"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "822de399d0ce62829a69dfa8c5cd08efdbe61a7426b953e2268f8b8b52a607bd"
|
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-http 0.56.1",
|
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"bytes",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-json"
|
|
|
|
version = "0.56.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4fb1e7ab8fa7ad10c193af7ae56d2420989e9f4758bf03601a342573333ea34f"
|
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-json"
|
|
|
|
version = "0.60.7"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-smithy-types 1.2.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-query"
|
|
|
|
version = "0.56.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "28556a3902091c1f768a34f6c998028921bdab8d47d92586f363f14a4a32d047"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"urlencoding",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-query"
|
|
|
|
version = "0.60.7"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"urlencoding",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-runtime"
|
|
|
|
version = "0.56.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "745e096b3553e7e0f40622aa04971ce52765af82bebdeeac53aa6fc82fe801e6"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-smithy-async 0.56.1",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http 0.56.1",
|
|
|
|
"aws-smithy-runtime-api 0.56.1",
|
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"bytes",
|
|
|
|
"fastrand",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-runtime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de34bcfa1fb3c82a80e252a753db34a6658e07f23d3a5b3fc96919518fa7a3f5"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-smithy-async 1.2.1",
|
|
|
|
"aws-smithy-http 0.60.9",
|
|
|
|
"aws-smithy-runtime-api 1.7.1",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"bytes",
|
|
|
|
"fastrand",
|
|
|
|
"h2",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"http-body 1.0.0",
|
|
|
|
"hyper 0.14.29",
|
|
|
|
"hyper-rustls 0.24.2",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"rustls 0.21.12",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-runtime-api"
|
|
|
|
version = "0.56.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93d0ae0c9cfd57944e9711ea610b48a963fb174a53aabacc08c5794a594b1d02"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-smithy-async 0.56.1",
|
|
|
|
"aws-smithy-http 0.56.1",
|
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"bytes",
|
|
|
|
"http 0.2.12",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-runtime-api"
|
|
|
|
version = "1.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30819352ed0a04ecf6a2f3477e344d2d1ba33d43e0f09ad9047c12e0d923616f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-smithy-async 1.2.1",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"bytes",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http 1.1.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-types"
|
|
|
|
version = "0.56.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "d90dbc8da2f6be461fa3c1906b20af8f79d14968fe47f2b7d29d086f62a51728"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"base64-simd",
|
|
|
|
"itoa",
|
|
|
|
"num-integer",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"time",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-types"
|
|
|
|
version = "1.2.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "cfe321a6b21f5d8eabd0ade9c55d3d0335f3c3157fc2b3e87f05f34b539e4df5"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"base64-simd",
|
|
|
|
"bytes",
|
|
|
|
"bytes-utils",
|
|
|
|
"futures-core",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http 1.1.0",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"http-body 1.0.0",
|
|
|
|
"http-body-util",
|
|
|
|
"itoa",
|
|
|
|
"num-integer",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-xml"
|
|
|
|
version = "0.56.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e01d2dedcdd8023043716cfeeb3c6c59f2d447fce365d8e194838891794b23b6"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"xmlparser",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-smithy-xml"
|
|
|
|
version = "0.60.8"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
|
|
|
|
dependencies = [
|
|
|
|
"xmlparser",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-types"
|
|
|
|
version = "0.56.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "85aa0451bf8af1bf22a4f028d5d28054507a14be43cb8ac0597a8471fba9edfe"
|
|
|
|
dependencies = [
|
|
|
|
"aws-credential-types 0.56.1",
|
|
|
|
"aws-smithy-async 0.56.1",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http 0.56.1",
|
|
|
|
"aws-smithy-types 0.56.1",
|
|
|
|
"http 0.2.12",
|
|
|
|
"rustc_version",
|
|
|
|
"tracing",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "aws-types"
|
|
|
|
version = "1.3.3"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"aws-credential-types 1.2.0",
|
|
|
|
"aws-smithy-async 1.2.1",
|
|
|
|
"aws-smithy-runtime-api 1.7.1",
|
|
|
|
"aws-smithy-types 1.2.0",
|
|
|
|
"rustc_version",
|
|
|
|
"tracing",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "backoff"
|
|
|
|
version = "0.4.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"futures-core",
|
|
|
|
"getrandom",
|
|
|
|
"instant",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
|
|
|
"tokio",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.73"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "base16ct"
|
|
|
|
version = "0.1.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "base64"
|
|
|
|
version = "0.21.7"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
2024-02-29 20:09:43 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "base64"
|
|
|
|
version = "0.22.1"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2024-02-29 20:09:43 +00:00
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "base64-simd"
|
|
|
|
version = "0.8.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"outref",
|
|
|
|
"vsimd",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "bitflags"
|
|
|
|
version = "2.6.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "blake2"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"digest",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "blake3"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"constant_time_eq",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"generic-array",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
|
|
|
version = "1.16.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytemuck_derive",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "bytemuck_derive"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes-utils"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"either",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "camino"
|
|
|
|
version = "1.1.7"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"serde",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "cargo-platform"
|
|
|
|
version = "0.1.8"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"serde",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "cargo_metadata"
|
|
|
|
version = "0.14.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"camino",
|
|
|
|
"cargo-platform",
|
|
|
|
"semver 1.0.23",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "cc"
|
|
|
|
version = "1.0.104"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"jobserver",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "cesu8"
|
|
|
|
version = "1.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.38"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-targets 0.52.6",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "chrono-tz"
|
|
|
|
version = "0.8.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "d59ae0466b83e838b81a54256c39d5d7c20b9d7daa10510a242d9b75abd5936e"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"chrono",
|
|
|
|
"chrono-tz-build",
|
2024-05-15 15:35:15 +00:00
|
|
|
"phf",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "chrono-tz-build"
|
|
|
|
version = "0.2.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"parse-zoneinfo",
|
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "combine"
|
|
|
|
version = "4.6.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"memchr",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "comfy-table"
|
|
|
|
version = "7.1.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"crossterm",
|
|
|
|
"strum",
|
|
|
|
"strum_macros 0.26.4",
|
|
|
|
"unicode-width",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "2.5.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"crossbeam-utils",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "const-oid"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-random"
|
|
|
|
version = "0.1.18"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"const-random-macro",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "const-random-macro"
|
|
|
|
version = "0.1.16"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"getrandom",
|
2024-05-15 15:35:15 +00:00
|
|
|
"once_cell",
|
2024-07-27 06:49:29 +00:00
|
|
|
"tiny-keccak",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.3.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "conv"
|
|
|
|
version = "0.3.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"custom_derive",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "convert_case"
|
|
|
|
version = "0.6.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"unicode-segmentation",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.4"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.12"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"libc",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "crc32c"
|
|
|
|
version = "0.6.8"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"rustc_version",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.4.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cfg-if",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.13"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"crossbeam-utils",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.18"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"crossbeam-utils",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-02-29 20:09:43 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.3.11"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"crossbeam-utils",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.20"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "crossterm"
|
|
|
|
version = "0.27.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bitflags 2.6.0",
|
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"parking_lot",
|
|
|
|
"winapi",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.9.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"winapi",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "crypto-bigint"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"generic-array",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "crypto-bigint"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "csv"
|
|
|
|
version = "1.3.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"csv-core",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "csv-core"
|
|
|
|
version = "0.1.11"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "ctor"
|
|
|
|
version = "0.2.8"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "custom_derive"
|
|
|
|
version = "0.1.7"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "darling"
|
|
|
|
version = "0.20.9"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "darling_core"
|
|
|
|
version = "0.20.9"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.20.9"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"darling_core",
|
2023-11-16 04:20:00 +00:00
|
|
|
"quote",
|
2024-07-27 06:49:29 +00:00
|
|
|
"syn 2.0.68",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "dashmap"
|
|
|
|
version = "5.5.3"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cfg-if",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "datafusion"
|
|
|
|
version = "37.1.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "85069782056753459dc47e386219aa1fdac5b731f26c28abb8c0ffd4b7c5ab11"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"arrow",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-ipc",
|
|
|
|
"arrow-schema",
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"dashmap",
|
|
|
|
"datafusion-common",
|
|
|
|
"datafusion-common-runtime",
|
|
|
|
"datafusion-execution",
|
|
|
|
"datafusion-expr",
|
|
|
|
"datafusion-functions",
|
|
|
|
"datafusion-functions-array",
|
|
|
|
"datafusion-optimizer",
|
|
|
|
"datafusion-physical-expr",
|
|
|
|
"datafusion-physical-plan",
|
|
|
|
"datafusion-sql",
|
|
|
|
"futures",
|
|
|
|
"glob",
|
|
|
|
"half",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"itertools",
|
2024-05-15 15:35:15 +00:00
|
|
|
"log",
|
2024-07-27 06:49:29 +00:00
|
|
|
"num_cpus",
|
|
|
|
"object_store",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
|
|
|
"sqlparser 0.44.0",
|
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "datafusion-common"
|
|
|
|
version = "37.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "309d9040751f6dc9e33c85dce6abb55a46ef7ea3644577dd014611c379447ef3"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"arrow",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-schema",
|
|
|
|
"chrono",
|
|
|
|
"half",
|
|
|
|
"instant",
|
2023-11-16 04:20:00 +00:00
|
|
|
"libc",
|
2024-07-27 06:49:29 +00:00
|
|
|
"num_cpus",
|
|
|
|
"object_store",
|
|
|
|
"sqlparser 0.44.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "datafusion-common-runtime"
|
|
|
|
version = "37.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a3e4a44d8ef1b1e85d32234e6012364c411c3787859bb3bba893b0332cb03dfd"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"tokio",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "datafusion-execution"
|
|
|
|
version = "37.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "06a3a29ae36bcde07d179cc33b45656a8e7e4d023623e320e48dcf1200eeee95"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow",
|
|
|
|
"chrono",
|
|
|
|
"dashmap",
|
|
|
|
"datafusion-common",
|
|
|
|
"datafusion-expr",
|
|
|
|
"futures",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"log",
|
|
|
|
"object_store",
|
|
|
|
"parking_lot",
|
|
|
|
"rand",
|
|
|
|
"tempfile",
|
|
|
|
"url",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "datafusion-expr"
|
|
|
|
version = "37.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "2a3542aa322029c2121a671ce08000d4b274171070df13f697b14169ccf4f628"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"arrow",
|
|
|
|
"arrow-array",
|
|
|
|
"chrono",
|
|
|
|
"datafusion-common",
|
|
|
|
"paste",
|
|
|
|
"sqlparser 0.44.0",
|
|
|
|
"strum",
|
|
|
|
"strum_macros 0.26.4",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "datafusion-functions"
|
|
|
|
version = "37.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "dd221792c666eac174ecc09e606312844772acc12cbec61a420c2fca1ee70959"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow",
|
|
|
|
"base64 0.22.1",
|
|
|
|
"blake2",
|
|
|
|
"blake3",
|
|
|
|
"chrono",
|
|
|
|
"datafusion-common",
|
|
|
|
"datafusion-execution",
|
|
|
|
"datafusion-expr",
|
|
|
|
"datafusion-physical-expr",
|
|
|
|
"hex",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"regex",
|
|
|
|
"sha2",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"uuid",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "datafusion-functions-array"
|
|
|
|
version = "37.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e501801e84d9c6ef54caaebcda1b18a6196a24176c12fb70e969bc0572e03c55"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-ord",
|
|
|
|
"arrow-schema",
|
|
|
|
"datafusion-common",
|
|
|
|
"datafusion-execution",
|
|
|
|
"datafusion-expr",
|
|
|
|
"datafusion-functions",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"paste",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "datafusion-optimizer"
|
|
|
|
version = "37.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "76bd7f5087817deb961764e8c973d243b54f8572db414a8f0a8f33a48f991e0a"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow",
|
|
|
|
"async-trait",
|
|
|
|
"chrono",
|
|
|
|
"datafusion-common",
|
|
|
|
"datafusion-expr",
|
|
|
|
"datafusion-physical-expr",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"regex-syntax",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "datafusion-physical-expr"
|
|
|
|
version = "37.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5cabc0d9aaa0f5eb1b472112f16223c9ffd2fb04e58cbf65c0a331ee6e993f96"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"arrow",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-ord",
|
|
|
|
"arrow-schema",
|
|
|
|
"arrow-string",
|
|
|
|
"base64 0.22.1",
|
|
|
|
"blake2",
|
|
|
|
"blake3",
|
|
|
|
"chrono",
|
|
|
|
"datafusion-common",
|
|
|
|
"datafusion-execution",
|
|
|
|
"datafusion-expr",
|
|
|
|
"half",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"hex",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"paste",
|
|
|
|
"petgraph",
|
|
|
|
"rand",
|
|
|
|
"regex",
|
|
|
|
"sha2",
|
|
|
|
"unicode-segmentation",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "datafusion-physical-plan"
|
|
|
|
version = "37.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "17c0523e9c8880f2492a88bbd857dde02bed1ed23f3e9211a89d3d7ec3b44af9"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"arrow",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-schema",
|
|
|
|
"async-trait",
|
|
|
|
"chrono",
|
|
|
|
"datafusion-common",
|
|
|
|
"datafusion-common-runtime",
|
|
|
|
"datafusion-execution",
|
|
|
|
"datafusion-expr",
|
|
|
|
"datafusion-physical-expr",
|
|
|
|
"futures",
|
|
|
|
"half",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
2024-05-15 15:35:15 +00:00
|
|
|
"pin-project-lite",
|
2024-07-27 06:49:29 +00:00
|
|
|
"rand",
|
|
|
|
"tokio",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "datafusion-sql"
|
|
|
|
version = "37.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "49eb54b42227136f6287573f2434b1de249fe1b8e6cd6cc73a634e4a3ec29356"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-schema",
|
|
|
|
"datafusion-common",
|
|
|
|
"datafusion-expr",
|
|
|
|
"log",
|
|
|
|
"sqlparser 0.44.0",
|
|
|
|
"strum",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "deepsize"
|
|
|
|
version = "0.2.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "1cdb987ec36f6bf7bfbea3f928b75590b736fc42af8e54d97592481351b2b96c"
|
|
|
|
dependencies = [
|
|
|
|
"deepsize_derive",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "deepsize_derive"
|
|
|
|
version = "0.1.2"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "990101d41f3bc8c1a45641024377ee284ecc338e5ecf3ea0f0e236d897c72796"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "der"
|
|
|
|
version = "0.6.1"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"zeroize",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.11"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.20.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"derive_builder_macro",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.20.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "derive_builder_macro"
|
|
|
|
version = "0.20.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_core",
|
|
|
|
"syn 2.0.68",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "dirs"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.4.1"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"option-ext",
|
|
|
|
"redox_users",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
|
|
|
version = "1.0.17"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "ecdsa"
|
|
|
|
version = "0.14.8"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"der",
|
|
|
|
"elliptic-curve",
|
|
|
|
"rfc6979",
|
|
|
|
"signature",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "either"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "elliptic-curve"
|
|
|
|
version = "0.12.3"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"base16ct",
|
|
|
|
"crypto-bigint 0.4.9",
|
|
|
|
"der",
|
|
|
|
"digest",
|
|
|
|
"ff",
|
|
|
|
"generic-array",
|
|
|
|
"group",
|
|
|
|
"pkcs8",
|
|
|
|
"rand_core",
|
|
|
|
"sec1",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.34"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cfg-if",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "enum_dispatch"
|
|
|
|
version = "0.3.13"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "env_filter"
|
|
|
|
version = "0.1.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"log",
|
|
|
|
"regex",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "env_logger"
|
|
|
|
version = "0.10.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "env_logger"
|
|
|
|
version = "0.11.3"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"env_filter",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.9"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "error-chain"
|
|
|
|
version = "0.12.4"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"version_check",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "ethnum"
|
|
|
|
version = "1.5.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "4.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "eventsource-stream"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "74fef4569247a5f429d9156b9d0a2599914385dd189c539334c625d8099d90ab"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"futures-core",
|
|
|
|
"nom",
|
|
|
|
"pin-project-lite",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
version = "0.1.9"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "fast-float"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "2.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ff"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flatbuffers"
|
|
|
|
version = "23.5.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dac53e22462d78c16d64a1cd22371b54cc3fe94aa15e7886a2fa6e5d1ab8640"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"rustc_version",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-02-29 20:09:43 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.30"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"foreign-types-shared",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign_vec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.2.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"percent-encoding",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-07-27 06:49:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.3.30"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.3.30"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.3.30"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.3.30"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.3.30"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.3.30"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-27 06:49:29 +00:00
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.3.30"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.3.30"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
2024-07-27 06:49:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
|
|
|
version = "3.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.3.30"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"typenum",
|
|
|
|
"version_check",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.15"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
2024-05-15 15:35:15 +00:00
|
|
|
"libc",
|
2024-07-27 06:49:29 +00:00
|
|
|
"wasi",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "gimli"
|
|
|
|
version = "0.29.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "glob"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "group"
|
|
|
|
version = "0.12.1"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ff",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
2024-02-29 20:09:43 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "h2"
|
|
|
|
version = "0.3.26"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http 0.2.12",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "half"
|
|
|
|
version = "2.4.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-07-27 06:49:29 +00:00
|
|
|
"crunchy",
|
|
|
|
"num-traits",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"allocator-api2",
|
|
|
|
"rayon",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.9"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"digest",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "home"
|
|
|
|
version = "0.5.9"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "http"
|
|
|
|
version = "0.2.12"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "http"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "http-body"
|
|
|
|
version = "0.4.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"http 0.2.12",
|
|
|
|
"pin-project-lite",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "http-body"
|
|
|
|
version = "1.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"http 1.1.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "http-body-util"
|
|
|
|
version = "0.1.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
|
|
|
"http-body 1.0.0",
|
|
|
|
"pin-project-lite",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "httparse"
|
|
|
|
version = "1.9.4"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
|
|
|
version = "0.14.29"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "hyper"
|
|
|
|
version = "1.4.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
|
|
|
"http-body 1.0.0",
|
|
|
|
"httparse",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
"want",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.24.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"http 0.2.12",
|
|
|
|
"hyper 0.14.29",
|
|
|
|
"log",
|
|
|
|
"rustls 0.21.12",
|
|
|
|
"rustls-native-certs 0.6.3",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls 0.24.1",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.27.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
|
|
|
"hyper 1.4.0",
|
|
|
|
"hyper-util",
|
|
|
|
"rustls 0.23.10",
|
|
|
|
"rustls-native-certs 0.7.1",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls 0.26.0",
|
|
|
|
"tower-service",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"hyper 0.14.29",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "hyper-util"
|
|
|
|
version = "0.1.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
|
|
|
"http-body 1.0.0",
|
|
|
|
"hyper 1.4.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "iana-time-zone"
|
|
|
|
version = "0.1.60"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-core",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cc",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "idna"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.5.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "indexmap"
|
|
|
|
version = "1.9.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"serde",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "indexmap"
|
|
|
|
version = "2.2.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"serde",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "indoc"
|
|
|
|
version = "2.0.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "instant"
|
|
|
|
version = "0.1.13"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "ipnet"
|
|
|
|
version = "2.9.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.12"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "itertools"
|
|
|
|
version = "0.12.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"either",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.11"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "itoap"
|
|
|
|
version = "1.0.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "jni"
|
|
|
|
version = "0.21.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cesu8",
|
|
|
|
"cfg-if",
|
|
|
|
"combine",
|
|
|
|
"jni-sys",
|
2024-05-15 15:35:15 +00:00
|
|
|
"log",
|
2023-11-16 04:20:00 +00:00
|
|
|
"thiserror",
|
2024-07-27 06:49:29 +00:00
|
|
|
"walkdir",
|
|
|
|
"windows-sys 0.45.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"libc",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"wasm-bindgen",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lance"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8ed48a5a771bae64f4921867da25af3d9629e773d1a31298f400cecaf57a120"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow",
|
|
|
|
"arrow-arith",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-ord",
|
|
|
|
"arrow-row",
|
|
|
|
"arrow-schema",
|
|
|
|
"arrow-select",
|
|
|
|
"async-recursion",
|
|
|
|
"async-trait",
|
|
|
|
"async_cell",
|
|
|
|
"aws-credential-types 0.56.1",
|
|
|
|
"aws-sdk-dynamodb",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"dashmap",
|
|
|
|
"datafusion",
|
|
|
|
"datafusion-functions",
|
|
|
|
"datafusion-physical-expr",
|
|
|
|
"deepsize",
|
2024-05-15 15:35:15 +00:00
|
|
|
"futures",
|
2024-07-27 06:49:29 +00:00
|
|
|
"half",
|
|
|
|
"itertools",
|
|
|
|
"lance-arrow",
|
|
|
|
"lance-core",
|
|
|
|
"lance-datafusion",
|
|
|
|
"lance-datagen",
|
|
|
|
"lance-encoding",
|
|
|
|
"lance-file",
|
|
|
|
"lance-index",
|
|
|
|
"lance-io",
|
|
|
|
"lance-linalg",
|
|
|
|
"lance-table",
|
|
|
|
"lazy_static",
|
2024-05-15 15:35:15 +00:00
|
|
|
"log",
|
2024-07-27 06:49:29 +00:00
|
|
|
"lru_time_cache",
|
|
|
|
"moka",
|
|
|
|
"num_cpus",
|
|
|
|
"object_store",
|
|
|
|
"ordered-float",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"prost-build",
|
|
|
|
"rand",
|
|
|
|
"roaring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"snafu",
|
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
2023-11-16 04:20:00 +00:00
|
|
|
"tracing",
|
2024-07-27 06:49:29 +00:00
|
|
|
"url",
|
|
|
|
"uuid",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lance-arrow"
|
|
|
|
version = "0.13.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4cbd8e35d0c6995bcb5245cd4bec751669ba13d7bc2f744edf32f396465f8b71"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-cast",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-schema",
|
|
|
|
"arrow-select",
|
|
|
|
"getrandom",
|
|
|
|
"half",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lance-core"
|
|
|
|
version = "0.13.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "6dc2115378e1aca9b02e905c0a34fe26da5be14c6cc113f28188c1e2950f2216"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-schema",
|
|
|
|
"async-trait",
|
2023-11-16 04:20:00 +00:00
|
|
|
"byteorder",
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"datafusion-common",
|
|
|
|
"datafusion-sql",
|
|
|
|
"deepsize",
|
|
|
|
"futures",
|
|
|
|
"lance-arrow",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"mock_instant",
|
|
|
|
"moka",
|
|
|
|
"num_cpus",
|
|
|
|
"object_store",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"rand",
|
|
|
|
"roaring",
|
|
|
|
"serde_json",
|
|
|
|
"snafu",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lance-datafusion"
|
|
|
|
version = "0.13.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c1e5e1cc7d02b1d10da8ce424efdb2ee5520cd4d65f2ff6e738967989beff708"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-ord",
|
|
|
|
"arrow-schema",
|
|
|
|
"async-trait",
|
|
|
|
"datafusion",
|
|
|
|
"datafusion-common",
|
|
|
|
"datafusion-functions",
|
|
|
|
"datafusion-physical-expr",
|
|
|
|
"futures",
|
|
|
|
"lance-arrow",
|
|
|
|
"lance-core",
|
|
|
|
"log",
|
|
|
|
"prost",
|
|
|
|
"snafu",
|
|
|
|
"tokio",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lance-datagen"
|
|
|
|
version = "0.13.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5464d1cf3626f87fbcb9c8309de121784461bc7034f85c468653360d05581d5d"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-cast",
|
|
|
|
"arrow-schema",
|
|
|
|
"chrono",
|
|
|
|
"futures",
|
|
|
|
"hex",
|
|
|
|
"rand",
|
|
|
|
"rand_xoshiro",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lance-encoding"
|
|
|
|
version = "0.13.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "07cdb1ad95a323d8c247447aafa4f98dc147555eb4408baf3fbc5dea3e5a9bad"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-arith",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-cast",
|
|
|
|
"arrow-schema",
|
|
|
|
"arrow-select",
|
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"lance-arrow",
|
|
|
|
"lance-core",
|
|
|
|
"lance-datagen",
|
|
|
|
"log",
|
|
|
|
"num_cpus",
|
|
|
|
"prost",
|
|
|
|
"prost-build",
|
|
|
|
"prost-types",
|
|
|
|
"snafu",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"zstd",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lance-file"
|
|
|
|
version = "0.13.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "8954124e2394f408a8bef636c3a3a4f686b780a458cfdea450c57904711c10ef"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-arith",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-schema",
|
|
|
|
"arrow-select",
|
|
|
|
"async-recursion",
|
|
|
|
"async-trait",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"datafusion-common",
|
|
|
|
"deepsize",
|
|
|
|
"futures",
|
|
|
|
"lance-arrow",
|
|
|
|
"lance-core",
|
|
|
|
"lance-datagen",
|
|
|
|
"lance-encoding",
|
|
|
|
"lance-io",
|
|
|
|
"log",
|
|
|
|
"num-traits",
|
|
|
|
"num_cpus",
|
|
|
|
"object_store",
|
|
|
|
"prost",
|
|
|
|
"prost-build",
|
|
|
|
"prost-types",
|
|
|
|
"roaring",
|
|
|
|
"snafu",
|
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lance-index"
|
|
|
|
version = "0.13.0"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "13c7b4a78bfedce63798d50c2070d8163b762eff556a290822fe088083ac88ee"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-ord",
|
|
|
|
"arrow-schema",
|
|
|
|
"arrow-select",
|
|
|
|
"async-recursion",
|
|
|
|
"async-trait",
|
|
|
|
"bitvec",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"datafusion",
|
|
|
|
"datafusion-common",
|
|
|
|
"datafusion-expr",
|
|
|
|
"datafusion-physical-expr",
|
|
|
|
"datafusion-sql",
|
|
|
|
"deepsize",
|
|
|
|
"futures",
|
|
|
|
"half",
|
|
|
|
"itertools",
|
|
|
|
"lance-arrow",
|
|
|
|
"lance-core",
|
|
|
|
"lance-datafusion",
|
|
|
|
"lance-encoding",
|
|
|
|
"lance-file",
|
|
|
|
"lance-io",
|
|
|
|
"lance-linalg",
|
|
|
|
"lance-table",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"num-traits",
|
|
|
|
"num_cpus",
|
|
|
|
"object_store",
|
|
|
|
"prost",
|
|
|
|
"prost-build",
|
|
|
|
"rand",
|
|
|
|
"rayon",
|
|
|
|
"roaring",
|
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"snafu",
|
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lance-io"
|
|
|
|
version = "0.13.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e224c8bdf6f23ef946a96b7527a13d09f0612e10122d49d442651eaf3748a866"
|
|
|
|
dependencies = [
|
|
|
|
"arrow",
|
|
|
|
"arrow-arith",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-cast",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-schema",
|
|
|
|
"arrow-select",
|
|
|
|
"async-priority-channel",
|
|
|
|
"async-recursion",
|
|
|
|
"async-trait",
|
|
|
|
"aws-config 0.56.1",
|
|
|
|
"aws-credential-types 0.56.1",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"deepsize",
|
|
|
|
"futures",
|
|
|
|
"lance-arrow",
|
|
|
|
"lance-core",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
"object_store",
|
|
|
|
"path_abs",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"prost-build",
|
|
|
|
"rand",
|
|
|
|
"shellexpand",
|
|
|
|
"snafu",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lance-linalg"
|
|
|
|
version = "0.13.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "bcbf240d5ee553f4442fc422000869227cbf63b942c3c9187348fdef9b2c613f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-array",
|
|
|
|
"arrow-ord",
|
|
|
|
"arrow-schema",
|
|
|
|
"bitvec",
|
|
|
|
"cc",
|
|
|
|
"deepsize",
|
|
|
|
"futures",
|
|
|
|
"half",
|
|
|
|
"lance-arrow",
|
|
|
|
"lance-core",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"num-traits",
|
|
|
|
"num_cpus",
|
|
|
|
"rand",
|
|
|
|
"rayon",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lance-table"
|
|
|
|
version = "0.13.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "05f41927f8890c50637d4e2237f3551b23c07ead02db1c2b1baf909002b93b64"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-buffer",
|
|
|
|
"arrow-ipc",
|
|
|
|
"arrow-schema",
|
|
|
|
"async-trait",
|
|
|
|
"aws-credential-types 0.56.1",
|
|
|
|
"aws-sdk-dynamodb",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"deepsize",
|
|
|
|
"futures",
|
|
|
|
"lance-arrow",
|
|
|
|
"lance-core",
|
|
|
|
"lance-datagen",
|
|
|
|
"lance-file",
|
|
|
|
"lance-io",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"object_store",
|
|
|
|
"prost",
|
|
|
|
"prost-build",
|
|
|
|
"prost-types",
|
|
|
|
"rand",
|
|
|
|
"rangemap",
|
|
|
|
"roaring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"snafu",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-02-29 20:09:43 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lance-testing"
|
|
|
|
version = "0.13.0"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "40bd7c5c16722ff90644fd5544048e7f452dd7374c95c6ccc4f18423f071b4ef"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-array",
|
|
|
|
"arrow-schema",
|
|
|
|
"lance-arrow",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lancedb"
|
|
|
|
version = "0.5.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow",
|
|
|
|
"arrow-array",
|
|
|
|
"arrow-cast",
|
|
|
|
"arrow-data",
|
|
|
|
"arrow-ipc",
|
|
|
|
"arrow-ord",
|
|
|
|
"arrow-schema",
|
|
|
|
"async-openai",
|
|
|
|
"async-trait",
|
|
|
|
"aws-config 1.2.0",
|
|
|
|
"aws-sdk-kms",
|
|
|
|
"aws-sdk-s3",
|
|
|
|
"aws-smithy-runtime 1.3.0",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"datafusion-physical-plan",
|
|
|
|
"futures",
|
|
|
|
"half",
|
|
|
|
"lance",
|
|
|
|
"lance-datafusion",
|
|
|
|
"lance-index",
|
|
|
|
"lance-linalg",
|
|
|
|
"lance-testing",
|
|
|
|
"lazy_static",
|
2024-05-15 15:35:15 +00:00
|
|
|
"log",
|
2024-07-27 06:49:29 +00:00
|
|
|
"num-traits",
|
|
|
|
"object_store",
|
|
|
|
"pin-project",
|
|
|
|
"polars",
|
|
|
|
"polars-arrow",
|
|
|
|
"rand",
|
|
|
|
"regex",
|
|
|
|
"reqwest 0.11.27",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with",
|
|
|
|
"snafu",
|
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
2023-11-16 04:20:00 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lancedb-jni"
|
|
|
|
version = "0.4.18"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow",
|
|
|
|
"arrow-schema",
|
|
|
|
"jni",
|
|
|
|
"lance",
|
|
|
|
"lancedb",
|
|
|
|
"lazy_static",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"snafu",
|
|
|
|
"tokio",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lancedb-node"
|
|
|
|
version = "0.5.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-array",
|
|
|
|
"arrow-ipc",
|
|
|
|
"arrow-schema",
|
|
|
|
"async-trait",
|
|
|
|
"chrono",
|
|
|
|
"conv",
|
|
|
|
"env_logger 0.11.3",
|
|
|
|
"futures",
|
|
|
|
"half",
|
|
|
|
"lance",
|
|
|
|
"lance-index",
|
|
|
|
"lance-linalg",
|
|
|
|
"lancedb",
|
|
|
|
"lzma-sys",
|
|
|
|
"neon",
|
|
|
|
"object_store",
|
|
|
|
"once_cell",
|
|
|
|
"snafu",
|
|
|
|
"tokio",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lancedb-nodejs"
|
|
|
|
version = "0.0.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow-ipc",
|
|
|
|
"futures",
|
|
|
|
"lancedb",
|
|
|
|
"lzma-sys",
|
|
|
|
"napi",
|
|
|
|
"napi-build",
|
|
|
|
"napi-derive",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lancedb-python"
|
|
|
|
version = "0.9.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"arrow",
|
|
|
|
"env_logger 0.10.2",
|
|
|
|
"futures",
|
|
|
|
"lancedb",
|
|
|
|
"lzma-sys",
|
|
|
|
"pin-project",
|
|
|
|
"pyo3",
|
|
|
|
"pyo3-asyncio",
|
|
|
|
"pyo3-build-config",
|
|
|
|
"tokio",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.5.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lexical-core"
|
|
|
|
version = "0.8.5"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"lexical-parse-float",
|
|
|
|
"lexical-parse-integer",
|
|
|
|
"lexical-util",
|
|
|
|
"lexical-write-float",
|
|
|
|
"lexical-write-integer",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lexical-parse-float"
|
|
|
|
version = "0.8.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"lexical-parse-integer",
|
|
|
|
"lexical-util",
|
|
|
|
"static_assertions",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lexical-parse-integer"
|
|
|
|
version = "0.8.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"lexical-util",
|
|
|
|
"static_assertions",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lexical-util"
|
|
|
|
version = "0.8.5"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"static_assertions",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lexical-write-float"
|
|
|
|
version = "0.8.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-util",
|
|
|
|
"lexical-write-integer",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lexical-write-integer"
|
|
|
|
version = "0.8.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-util",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "libc"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.2.155"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "libloading"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.6.7"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-05-15 15:35:15 +00:00
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.8.4"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-07-27 06:49:29 +00:00
|
|
|
"windows-targets 0.52.6",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "libm"
|
|
|
|
version = "0.2.8"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "libredox"
|
|
|
|
version = "0.1.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-05-15 15:35:15 +00:00
|
|
|
"libc",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.14"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.12"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "log"
|
|
|
|
version = "0.4.22"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lru"
|
|
|
|
version = "0.12.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lru_time_cache"
|
|
|
|
version = "0.11.11"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lz4"
|
|
|
|
version = "1.25.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "d6eab492fe7f8651add23237ea56dbf11b3c4ff762ab83d40a47f11433421f91"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"libc",
|
|
|
|
"lz4-sys",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lz4-sys"
|
|
|
|
version = "1.9.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e9764018d143cc854c9f17f0b907de70f14393b1f502da6375dce70f00514eb3"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lz4_flex"
|
|
|
|
version = "0.11.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
|
|
|
|
dependencies = [
|
|
|
|
"twox-hash",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "lzma-sys"
|
|
|
|
version = "0.1.20"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "mach2"
|
|
|
|
version = "0.4.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"libc",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "md-5"
|
|
|
|
version = "0.10.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cfg-if",
|
|
|
|
"digest",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "memchr"
|
|
|
|
version = "2.7.4"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "memmap2"
|
|
|
|
version = "0.7.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"libc",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "memoffset"
|
|
|
|
version = "0.9.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"autocfg",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"mime",
|
|
|
|
"unicase",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.4"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"adler",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "mio"
|
|
|
|
version = "0.8.11"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
"windows-sys 0.48.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "mock_instant"
|
|
|
|
version = "0.3.2"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "9366861eb2a2c436c20b12c8dbec5f798cea6b47ad99216be0282942e2c81ea0"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"once_cell",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "moka"
|
|
|
|
version = "0.11.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "fa6e72583bf6830c956235bff0d5afec8cf2952f579ebad18ae7821a917d950f"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"quanta",
|
|
|
|
"rustc_version",
|
|
|
|
"scheduled-thread-pool",
|
|
|
|
"skeptic",
|
|
|
|
"smallvec",
|
|
|
|
"tagptr",
|
|
|
|
"thiserror",
|
|
|
|
"triomphe",
|
|
|
|
"uuid",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "multimap"
|
|
|
|
version = "0.10.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "multiversion"
|
|
|
|
version = "0.7.4"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c4851161a11d3ad0bf9402d90ffc3967bf231768bfd7aeb61755ad06dbf1a142"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"multiversion-macros",
|
|
|
|
"target-features",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "multiversion-macros"
|
|
|
|
version = "0.7.4"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "79a74ddee9e0c27d2578323c13905793e91622148f138ba29738f9dddb835e90"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-27 06:49:29 +00:00
|
|
|
"syn 1.0.109",
|
|
|
|
"target-features",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "napi"
|
|
|
|
version = "2.16.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1bd081bbaef43600fd2c5dd4c525b8ecea7dfdacf40ebc674e87851dce6559e"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bitflags 2.6.0",
|
|
|
|
"ctor",
|
|
|
|
"napi-derive",
|
|
|
|
"napi-sys",
|
|
|
|
"once_cell",
|
|
|
|
"tokio",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "napi-build"
|
|
|
|
version = "2.1.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e1c0f5d67ee408a4685b61f5ab7e58605c8ae3f2b4189f0127d804ff13d5560a"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "napi-derive"
|
|
|
|
version = "2.16.8"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "eafd2b920906ea5b1f5f1f9d1eff9cc74e4ff8124dca41b501c1413079589187"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cfg-if",
|
|
|
|
"convert_case",
|
|
|
|
"napi-derive-backend",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "napi-derive-backend"
|
|
|
|
version = "1.0.70"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b370b784440c65eb9001d839012eb912ee43e3a2d0361e2c30c13052372c39fe"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"convert_case",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"semver 1.0.23",
|
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "napi-sys"
|
|
|
|
version = "2.4.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"libloading 0.8.4",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "native-tls"
|
|
|
|
version = "0.2.12"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"libc",
|
2023-11-16 04:20:00 +00:00
|
|
|
"log",
|
2024-07-27 06:49:29 +00:00
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "neon"
|
|
|
|
version = "0.10.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "28e15415261d880aed48122e917a45e87bb82cf0260bb6db48bbab44b7464373"
|
|
|
|
dependencies = [
|
|
|
|
"neon-build",
|
|
|
|
"neon-macros",
|
|
|
|
"neon-runtime",
|
|
|
|
"semver 0.9.0",
|
|
|
|
"smallvec",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "neon-build"
|
|
|
|
version = "0.10.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "8bac98a702e71804af3dacfde41edde4a16076a7bbe889ae61e56e18c5b1c811"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "neon-macros"
|
|
|
|
version = "0.10.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b7288eac8b54af7913c60e0eb0e2a7683020dffa342ab3fd15e28f035ba897cf"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"syn-mid",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "neon-runtime"
|
|
|
|
version = "0.10.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4676720fa8bb32c64c3d9f49c47a47289239ec46b4bdb66d0913cc512cb0daca"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-05-15 15:35:15 +00:00
|
|
|
"cfg-if",
|
2024-07-27 06:49:29 +00:00
|
|
|
"libloading 0.6.7",
|
|
|
|
"smallvec",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-05-15 15:35:15 +00:00
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "now"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.4.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"winapi",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.4.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-02-29 20:09:43 +00:00
|
|
|
"num-bigint",
|
2023-11-16 04:20:00 +00:00
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
2024-05-15 15:35:15 +00:00
|
|
|
"num-rational",
|
2023-11-16 04:20:00 +00:00
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.4.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.4.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-02-29 20:09:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.1.46"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.1.45"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.4.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-02-29 20:09:43 +00:00
|
|
|
"num-bigint",
|
2023-11-16 04:20:00 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.2.19"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2024-05-15 15:35:15 +00:00
|
|
|
"libm",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "object"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object_store"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8718f8b65fdf67a45108d1548347d4af7d71fb81ce727bbf9e3b2535e079db3"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"base64 0.21.7",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"futures",
|
|
|
|
"humantime",
|
|
|
|
"hyper 0.14.29",
|
|
|
|
"itertools",
|
|
|
|
"md-5",
|
|
|
|
"parking_lot",
|
|
|
|
"percent-encoding",
|
|
|
|
"quick-xml",
|
|
|
|
"rand",
|
|
|
|
"reqwest 0.11.27",
|
|
|
|
"ring 0.17.8",
|
|
|
|
"rustls-pemfile 2.1.2",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"snafu",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
|
|
|
version = "0.10.64"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bitflags 2.6.0",
|
|
|
|
"cfg-if",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"openssl-macros",
|
|
|
|
"openssl-sys",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-27 06:49:29 +00:00
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
|
|
|
version = "0.9.102"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cc",
|
2023-11-16 04:20:00 +00:00
|
|
|
"libc",
|
2024-07-27 06:49:29 +00:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
|
|
|
version = "3.9.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"num-traits",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "outref"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "p256"
|
|
|
|
version = "0.11.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
|
|
|
"sha2",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "parking"
|
|
|
|
version = "2.2.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.10"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"windows-targets 0.52.6",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "parquet-format-safe"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1131c54b167dd4e4799ce762e1ab01549ebb94d5bdd13e6ec1b467491c378e1f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parse-zoneinfo"
|
|
|
|
version = "0.3.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "paste"
|
|
|
|
version = "1.0.15"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "path_abs"
|
|
|
|
version = "0.5.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"std_prelude",
|
|
|
|
"stfu8",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.3.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"fixedbitset",
|
|
|
|
"indexmap 2.2.6",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "phf"
|
|
|
|
version = "0.11.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"phf_shared",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.11.2"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
]
|
2024-02-29 20:09:43 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.11.2"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.11.2"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "pin-project"
|
|
|
|
version = "1.1.5"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"pin-project-internal",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "1.1.5"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.9.0"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"der",
|
|
|
|
"spki",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "planus"
|
|
|
|
version = "0.3.1"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"array-init-cursor",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "polars"
|
|
|
|
version = "0.39.2"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0ea21b858b16b9c0e17a12db2800d11aa5b4bd182be6b3022eb537bbfc1f2db5"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"getrandom",
|
|
|
|
"polars-arrow",
|
|
|
|
"polars-core",
|
|
|
|
"polars-error",
|
|
|
|
"polars-io",
|
|
|
|
"polars-lazy",
|
|
|
|
"polars-ops",
|
|
|
|
"polars-parquet",
|
|
|
|
"polars-sql",
|
|
|
|
"polars-time",
|
|
|
|
"polars-utils",
|
|
|
|
"version_check",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "polars-arrow"
|
|
|
|
version = "0.39.2"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "725b09f2b5ef31279b66e27bbab63c58d49d8f6696b66b1f46c7eaab95e80f75"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"atoi",
|
|
|
|
"atoi_simd",
|
|
|
|
"bytemuck",
|
|
|
|
"chrono",
|
|
|
|
"chrono-tz",
|
|
|
|
"dyn-clone",
|
|
|
|
"either",
|
|
|
|
"ethnum",
|
|
|
|
"fast-float",
|
|
|
|
"foreign_vec",
|
|
|
|
"getrandom",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"itoa",
|
|
|
|
"itoap",
|
|
|
|
"lz4",
|
|
|
|
"multiversion",
|
|
|
|
"num-traits",
|
|
|
|
"polars-arrow-format",
|
|
|
|
"polars-error",
|
|
|
|
"polars-utils",
|
|
|
|
"ryu",
|
|
|
|
"simdutf8",
|
|
|
|
"streaming-iterator",
|
|
|
|
"strength_reduce",
|
|
|
|
"version_check",
|
|
|
|
"zstd",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "polars-arrow-format"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b0ef2474af9396b19025b189d96e992311e6a47f90c53cd998b36c4c64b84c"
|
|
|
|
dependencies = [
|
|
|
|
"planus",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polars-compute"
|
|
|
|
version = "0.39.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a796945b14b14fbb79b91ef0406e6fddca2be636e889f81ea5d6ee7d36efb4fe"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"either",
|
|
|
|
"num-traits",
|
|
|
|
"polars-arrow",
|
|
|
|
"polars-error",
|
|
|
|
"polars-utils",
|
|
|
|
"strength_reduce",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polars-core"
|
|
|
|
version = "0.39.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "465f70d3e96b6d0b1a43c358ba451286b8c8bd56696feff020d65702aa33e35c"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"bytemuck",
|
|
|
|
"chrono",
|
|
|
|
"chrono-tz",
|
|
|
|
"comfy-table",
|
|
|
|
"either",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
|
|
|
"polars-arrow",
|
|
|
|
"polars-compute",
|
|
|
|
"polars-error",
|
|
|
|
"polars-row",
|
|
|
|
"polars-utils",
|
|
|
|
"rand",
|
|
|
|
"rand_distr",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"smartstring",
|
|
|
|
"thiserror",
|
|
|
|
"version_check",
|
|
|
|
"xxhash-rust",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polars-error"
|
|
|
|
version = "0.39.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5224d5d05e6b8a6f78b75951ae1b5f82c8ab1979e11ffaf5fd41941e3d5b0757"
|
|
|
|
dependencies = [
|
|
|
|
"polars-arrow-format",
|
|
|
|
"regex",
|
|
|
|
"simdutf8",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polars-io"
|
|
|
|
version = "0.39.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2c8589e418cbe4a48228d64b2a8a40284a82ec3c98817c0c2bcc0267701338b"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"atoi_simd",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"fast-float",
|
|
|
|
"home",
|
|
|
|
"itoa",
|
|
|
|
"memchr",
|
|
|
|
"memmap2",
|
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"polars-arrow",
|
|
|
|
"polars-core",
|
|
|
|
"polars-error",
|
|
|
|
"polars-time",
|
|
|
|
"polars-utils",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"ryu",
|
|
|
|
"simdutf8",
|
|
|
|
"smartstring",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polars-lazy"
|
|
|
|
version = "0.39.2"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "89b2632b1af668e2058d5f8f916d8fbde3cac63d03ae29a705f598e41dcfeb7f"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"glob",
|
|
|
|
"once_cell",
|
|
|
|
"polars-arrow",
|
|
|
|
"polars-core",
|
|
|
|
"polars-io",
|
|
|
|
"polars-ops",
|
|
|
|
"polars-pipe",
|
|
|
|
"polars-plan",
|
|
|
|
"polars-time",
|
|
|
|
"polars-utils",
|
|
|
|
"rayon",
|
|
|
|
"smartstring",
|
|
|
|
"version_check",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "polars-ops"
|
|
|
|
version = "0.39.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "efdbdb4d9a92109bc2e0ce8e17af5ae8ab643bb5b7ee9d1d74f0aeffd1fbc95f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"argminmax",
|
|
|
|
"base64 0.21.7",
|
|
|
|
"bytemuck",
|
|
|
|
"chrono",
|
|
|
|
"chrono-tz",
|
|
|
|
"either",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"hex",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"memchr",
|
|
|
|
"num-traits",
|
|
|
|
"polars-arrow",
|
|
|
|
"polars-compute",
|
|
|
|
"polars-core",
|
|
|
|
"polars-error",
|
|
|
|
"polars-utils",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"smartstring",
|
|
|
|
"unicode-reverse",
|
|
|
|
"version_check",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "polars-parquet"
|
|
|
|
version = "0.39.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b421d2196f786fdfe162db614c8485f8308fe41575d4de634a39bbe460d1eb6a"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"base64 0.21.7",
|
|
|
|
"ethnum",
|
|
|
|
"num-traits",
|
|
|
|
"parquet-format-safe",
|
|
|
|
"polars-arrow",
|
|
|
|
"polars-error",
|
|
|
|
"polars-utils",
|
|
|
|
"seq-macro",
|
|
|
|
"simdutf8",
|
|
|
|
"streaming-decompression",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "polars-pipe"
|
|
|
|
version = "0.39.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "48700f1d5bd56a15451e581f465c09541492750360f18637b196f995470a015c"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"enum_dispatch",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"num-traits",
|
|
|
|
"polars-arrow",
|
|
|
|
"polars-compute",
|
|
|
|
"polars-core",
|
|
|
|
"polars-io",
|
|
|
|
"polars-ops",
|
|
|
|
"polars-plan",
|
|
|
|
"polars-row",
|
|
|
|
"polars-utils",
|
|
|
|
"rayon",
|
|
|
|
"smartstring",
|
|
|
|
"uuid",
|
|
|
|
"version_check",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "polars-plan"
|
|
|
|
version = "0.39.2"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "2fb8e2302e20c44defd5be8cad9c96e75face63c3a5f609aced8c4ec3b3ac97d"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"bytemuck",
|
|
|
|
"chrono-tz",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"polars-arrow",
|
|
|
|
"polars-core",
|
|
|
|
"polars-io",
|
|
|
|
"polars-ops",
|
|
|
|
"polars-time",
|
|
|
|
"polars-utils",
|
|
|
|
"rayon",
|
|
|
|
"recursive",
|
|
|
|
"regex",
|
|
|
|
"smartstring",
|
|
|
|
"strum_macros 0.25.3",
|
|
|
|
"version_check",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "polars-row"
|
|
|
|
version = "0.39.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a515bdc68c2ae3702e3de70d89601f3b71ca8137e282a226dddb53ee4bacfa2e"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytemuck",
|
|
|
|
"polars-arrow",
|
|
|
|
"polars-error",
|
|
|
|
"polars-utils",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "polars-sql"
|
|
|
|
version = "0.39.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "7b4bb7cc1c04c3023d1953b2f1dec50515e8fd8169a5a2bf4967b3b082232db7"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"hex",
|
|
|
|
"polars-arrow",
|
|
|
|
"polars-core",
|
|
|
|
"polars-error",
|
|
|
|
"polars-lazy",
|
|
|
|
"polars-plan",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sqlparser 0.39.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "polars-time"
|
|
|
|
version = "0.39.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "efc18e3ad92eec55db89d88f16c22d436559ba7030cf76f86f6ed7a754b673f1"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"atoi",
|
|
|
|
"chrono",
|
|
|
|
"chrono-tz",
|
|
|
|
"now",
|
|
|
|
"once_cell",
|
|
|
|
"polars-arrow",
|
|
|
|
"polars-core",
|
|
|
|
"polars-error",
|
|
|
|
"polars-ops",
|
|
|
|
"polars-utils",
|
|
|
|
"regex",
|
|
|
|
"smartstring",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "polars-utils"
|
|
|
|
version = "0.39.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c760b6c698cfe2fbbbd93d6cfb408db14ececfe1d92445dae2229ce1b5b21ae8"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ahash",
|
|
|
|
"bytemuck",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
|
|
|
"polars-error",
|
|
|
|
"raw-cpuid 11.0.2",
|
|
|
|
"rayon",
|
|
|
|
"smartstring",
|
|
|
|
"stacker",
|
|
|
|
"sysinfo",
|
|
|
|
"version_check",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "portable-atomic"
|
|
|
|
version = "1.6.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "prettyplease"
|
|
|
|
version = "0.2.20"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.86"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"unicode-ident",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "prost"
|
|
|
|
version = "0.12.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "prost-build"
|
|
|
|
version = "0.12.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"heck 0.5.0",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"once_cell",
|
|
|
|
"petgraph",
|
|
|
|
"prettyplease",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"regex",
|
|
|
|
"syn 2.0.68",
|
|
|
|
"tempfile",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "prost-derive"
|
|
|
|
version = "0.12.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"anyhow",
|
|
|
|
"itertools",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "prost-types"
|
|
|
|
version = "0.12.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"prost",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "psm"
|
|
|
|
version = "0.1.21"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.9.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bitflags 2.6.0",
|
|
|
|
"memchr",
|
|
|
|
"unicase",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "pyo3"
|
|
|
|
version = "0.20.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-07-27 06:49:29 +00:00
|
|
|
"indoc",
|
2024-05-15 15:35:15 +00:00
|
|
|
"libc",
|
2024-07-27 06:49:29 +00:00
|
|
|
"memoffset",
|
|
|
|
"parking_lot",
|
|
|
|
"portable-atomic",
|
|
|
|
"pyo3-build-config",
|
|
|
|
"pyo3-ffi",
|
|
|
|
"pyo3-macros",
|
|
|
|
"unindent",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "pyo3-asyncio"
|
|
|
|
version = "0.20.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "6ea6b68e93db3622f3bb3bf363246cf948ed5375afe7abff98ccbdd50b184995"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"futures",
|
|
|
|
"once_cell",
|
2024-05-15 15:35:15 +00:00
|
|
|
"pin-project-lite",
|
2024-07-27 06:49:29 +00:00
|
|
|
"pyo3",
|
|
|
|
"pyo3-asyncio-macros",
|
|
|
|
"tokio",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "pyo3-asyncio-macros"
|
|
|
|
version = "0.20.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "56c467178e1da6252c95c29ecf898b133f742e9181dca5def15dc24e19d45a39"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "pyo3-build-config"
|
|
|
|
version = "0.20.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-05-15 15:35:15 +00:00
|
|
|
"once_cell",
|
2024-07-27 06:49:29 +00:00
|
|
|
"target-lexicon",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "pyo3-ffi"
|
|
|
|
version = "0.20.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"libc",
|
|
|
|
"pyo3-build-config",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "pyo3-macros"
|
|
|
|
version = "0.20.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2024-07-27 06:49:29 +00:00
|
|
|
"pyo3-macros-backend",
|
2023-11-16 04:20:00 +00:00
|
|
|
"quote",
|
2024-07-27 06:49:29 +00:00
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "pyo3-macros-backend"
|
|
|
|
version = "0.20.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"heck 0.4.1",
|
2023-11-16 04:20:00 +00:00
|
|
|
"proc-macro2",
|
2024-07-27 06:49:29 +00:00
|
|
|
"pyo3-build-config",
|
2023-11-16 04:20:00 +00:00
|
|
|
"quote",
|
2024-07-27 06:49:29 +00:00
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "quanta"
|
|
|
|
version = "0.11.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
"libc",
|
|
|
|
"mach2",
|
|
|
|
"once_cell",
|
|
|
|
"raw-cpuid 10.7.0",
|
|
|
|
"wasi",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "quick-xml"
|
|
|
|
version = "0.31.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "quinn"
|
|
|
|
version = "0.11.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"pin-project-lite",
|
|
|
|
"quinn-proto",
|
|
|
|
"quinn-udp",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls 0.23.10",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-02-29 20:09:43 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "quinn-proto"
|
|
|
|
version = "0.11.3"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ddf517c03a109db8100448a4be38d498df8a210a99fe0e1b9eaf39e78c640efe"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"rand",
|
|
|
|
"ring 0.17.8",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls 0.23.10",
|
|
|
|
"slab",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-udp"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9096629c45860fc7fb143e125eb826b5e721e10be3263160c7d60ca832cf8c46"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"socket2",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.52.0",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "quote"
|
|
|
|
version = "1.0.36"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "rand_distr"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xoshiro"
|
|
|
|
version = "0.6.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rangemap"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "raw-cpuid"
|
|
|
|
version = "10.7.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "raw-cpuid"
|
|
|
|
version = "11.0.2"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "1.10.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "1.12.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "recursive"
|
|
|
|
version = "0.1.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"recursive-proc-macro-impl",
|
|
|
|
"stacker",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "recursive-proc-macro-impl"
|
|
|
|
version = "0.1.1"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.5.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.4.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2024-07-27 06:49:29 +00:00
|
|
|
"libredox",
|
2023-11-16 04:20:00 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.10.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-05-15 15:35:15 +00:00
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.4.7"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-05-15 15:35:15 +00:00
|
|
|
"regex-syntax",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "regex-lite"
|
|
|
|
version = "0.1.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.4"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "reqwest"
|
|
|
|
version = "0.11.27"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"async-compression",
|
|
|
|
"base64 0.21.7",
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
|
|
|
"hyper 0.14.29",
|
|
|
|
"hyper-rustls 0.24.2",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
2024-05-15 15:35:15 +00:00
|
|
|
"log",
|
2024-07-27 06:49:29 +00:00
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustls 0.21.12",
|
|
|
|
"rustls-native-certs 0.6.3",
|
|
|
|
"rustls-pemfile 1.0.4",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper 0.1.2",
|
|
|
|
"system-configuration",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
"tokio-rustls 0.24.1",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasm-streams",
|
|
|
|
"web-sys",
|
|
|
|
"winreg 0.50.0",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "reqwest"
|
|
|
|
version = "0.12.5"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"base64 0.22.1",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
|
|
|
"http-body 1.0.0",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper 1.4.0",
|
|
|
|
"hyper-rustls 0.27.2",
|
|
|
|
"hyper-util",
|
|
|
|
"ipnet",
|
2023-11-16 04:20:00 +00:00
|
|
|
"js-sys",
|
|
|
|
"log",
|
2024-07-27 06:49:29 +00:00
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"quinn",
|
|
|
|
"rustls 0.23.10",
|
|
|
|
"rustls-native-certs 0.7.1",
|
|
|
|
"rustls-pemfile 2.1.2",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper 1.0.1",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls 0.26.0",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-service",
|
|
|
|
"url",
|
2023-11-16 04:20:00 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2024-07-27 06:49:29 +00:00
|
|
|
"wasm-streams",
|
2023-11-16 04:20:00 +00:00
|
|
|
"web-sys",
|
2024-07-27 06:49:29 +00:00
|
|
|
"winreg 0.52.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "reqwest-eventsource"
|
|
|
|
version = "0.6.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "632c55746dbb44275691640e7b40c907c16a2dc1a5842aa98aaec90da6ec6bde"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"eventsource-stream",
|
|
|
|
"futures-core",
|
|
|
|
"futures-timer",
|
|
|
|
"mime",
|
|
|
|
"nom",
|
|
|
|
"pin-project-lite",
|
|
|
|
"reqwest 0.12.5",
|
|
|
|
"thiserror",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "rfc6979"
|
|
|
|
version = "0.3.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"crypto-bigint 0.4.9",
|
|
|
|
"hmac",
|
|
|
|
"zeroize",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin 0.5.2",
|
|
|
|
"untrusted 0.7.1",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "ring"
|
|
|
|
version = "0.17.8"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"spin 0.9.8",
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
"windows-sys 0.52.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "roaring"
|
|
|
|
version = "0.10.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "8f4b84ba6e838ceb47b41de5194a60244fac43d9fe03b71dbe8c5a201081d6d1"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "rustc-demangle"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.1.24"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"semver 1.0.23",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "rustix"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.38.34"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-05-15 15:35:15 +00:00
|
|
|
"errno",
|
2023-11-16 04:20:00 +00:00
|
|
|
"libc",
|
2024-07-27 06:49:29 +00:00
|
|
|
"linux-raw-sys",
|
2024-05-15 15:35:15 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "rustls"
|
|
|
|
version = "0.21.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring 0.17.8",
|
|
|
|
"rustls-webpki 0.101.7",
|
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.23.10"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"ring 0.17.8",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-webpki 0.102.5",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.6.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"openssl-probe",
|
|
|
|
"rustls-pemfile 1.0.4",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a88d6d420651b496bdd98684116959239430022a115c1240e6c3993be0b15fba"
|
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
|
|
|
"rustls-pemfile 2.1.2",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "2.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.22.1",
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.101.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
|
|
dependencies = [
|
|
|
|
"ring 0.17.8",
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.102.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f9a6fccd794a42c2c105b513a2f62bc3fd8f3ba57a4593677ceb0bd035164d78"
|
|
|
|
dependencies = [
|
|
|
|
"ring 0.17.8",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "1.0.17"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-05-15 15:35:15 +00:00
|
|
|
"winapi-util",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.23"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "scheduled-thread-pool"
|
|
|
|
version = "0.2.7"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
|
|
|
|
dependencies = [
|
|
|
|
"parking_lot",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "sct"
|
|
|
|
version = "0.7.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"ring 0.17.8",
|
|
|
|
"untrusted 0.9.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "sec1"
|
|
|
|
version = "0.3.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"base16ct",
|
|
|
|
"der",
|
|
|
|
"generic-array",
|
|
|
|
"pkcs8",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "secrecy"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
|
|
|
version = "2.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "2.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "1.0.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "seq-macro"
|
|
|
|
version = "0.3.5"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.0.203"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-05-15 15:35:15 +00:00
|
|
|
"serde_derive",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.0.203"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-27 06:49:29 +00:00
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.0.120"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "serde_with"
|
|
|
|
version = "3.8.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e73139bc5ec2d45e6c5fd85be5a46949c1c39a4c18e56915f5eb4c12f975e377"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"base64 0.22.1",
|
|
|
|
"chrono",
|
|
|
|
"hex",
|
|
|
|
"indexmap 1.9.3",
|
|
|
|
"indexmap 2.2.6",
|
2023-11-16 04:20:00 +00:00
|
|
|
"serde",
|
2024-07-27 06:49:29 +00:00
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with_macros",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
|
|
|
version = "3.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b80d3d6b56b64335c0180e5ffde23b3c5e08c14c585b51a15bd0e95393f46703"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2024-05-15 15:35:15 +00:00
|
|
|
"digest",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2024-05-15 15:35:15 +00:00
|
|
|
"digest",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "shellexpand"
|
|
|
|
version = "3.1.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"dirs",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "signature"
|
|
|
|
version = "1.6.4"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"digest",
|
|
|
|
"rand_core",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-07-27 06:49:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simdutf8"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "siphasher"
|
|
|
|
version = "0.3.11"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
2024-07-27 06:49:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "skeptic"
|
|
|
|
version = "0.13.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
|
|
|
|
dependencies = [
|
|
|
|
"bytecount",
|
|
|
|
"cargo_metadata",
|
|
|
|
"error-chain",
|
|
|
|
"glob",
|
|
|
|
"pulldown-cmark",
|
|
|
|
"tempfile",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "slab"
|
|
|
|
version = "0.4.9"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "smallvec"
|
|
|
|
version = "1.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "smartstring"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"autocfg",
|
|
|
|
"static_assertions",
|
|
|
|
"version_check",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "snafu"
|
|
|
|
version = "0.7.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"doc-comment",
|
|
|
|
"snafu-derive",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "snafu-derive"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"heck 0.4.1",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "socket2"
|
|
|
|
version = "0.5.7"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.6.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"base64ct",
|
|
|
|
"der",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "sqlparser"
|
|
|
|
version = "0.39.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "743b4dc2cbde11890ccb254a8fc9d537fa41b36da00de2a1c5e9848c9bc42bd7"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"log",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "sqlparser"
|
|
|
|
version = "0.44.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aaf9c7ff146298ffda83a200f8d5084f08dcee1edfc135fcc1d646a45d50ffd6"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-07-27 06:49:29 +00:00
|
|
|
"sqlparser_derive",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "sqlparser_derive"
|
|
|
|
version = "0.2.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "01b2e185515564f15375f593fb966b5718bc624ba77fe49fa4616ad619690554"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "stacker"
|
|
|
|
version = "0.1.15"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"psm",
|
|
|
|
"winapi",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "std_prelude"
|
|
|
|
version = "0.2.12"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "stfu8"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51f1e89f093f99e7432c491c382b88a6860a5adbe6bf02574bf0a08efff1978"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "streaming-decompression"
|
|
|
|
version = "0.1.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"fallible-streaming-iterator",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
2024-07-27 06:49:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "streaming-iterator"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strength_reduce"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.11.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.26.3"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
|
|
|
dependencies = [
|
|
|
|
"strum_macros 0.26.4",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.25.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.4.1",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
2024-07-27 06:49:29 +00:00
|
|
|
"syn 2.0.68",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.26.4"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"heck 0.5.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
|
|
|
"syn 2.0.68",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "subtle"
|
|
|
|
version = "2.6.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[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"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "2.0.68"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "syn-mid"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea305d57546cc8cd04feb14b62ec84bf17f50e3f7b12560d7bfa9265f39d9ed"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sysinfo"
|
|
|
|
version = "0.30.12"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cfg-if",
|
|
|
|
"core-foundation-sys",
|
2024-05-15 15:35:15 +00:00
|
|
|
"libc",
|
2024-07-27 06:49:29 +00:00
|
|
|
"ntapi",
|
|
|
|
"once_cell",
|
|
|
|
"windows",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-07-27 06:49:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tagptr"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "target-features"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5"
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.12.14"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "3.10.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-07-27 06:49:29 +00:00
|
|
|
"fastrand",
|
|
|
|
"rustix",
|
2024-02-29 20:09:43 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "termcolor"
|
|
|
|
version = "1.4.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-05-15 15:35:15 +00:00
|
|
|
"winapi-util",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.0.61"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.0.61"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-27 06:49:29 +00:00
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.3.36"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"deranged",
|
|
|
|
"itoa",
|
2024-02-29 20:09:43 +00:00
|
|
|
"num-conv",
|
2023-11-16 04:20:00 +00:00
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.2.18"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-02-29 20:09:43 +00:00
|
|
|
"num-conv",
|
2023-11-16 04:20:00 +00:00
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "tiny-keccak"
|
|
|
|
version = "2.0.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-05-15 15:35:15 +00:00
|
|
|
"crunchy",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "tinyvec"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.7.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ce6b6a2fb3a985e99cebfaefa9faa3024743da73304ca1c683a36429613d3d22"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-05-15 15:35:15 +00:00
|
|
|
"tinyvec_macros",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "tokio"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.38.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-05-15 15:35:15 +00:00
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2024-07-27 06:49:29 +00:00
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
2024-05-15 15:35:15 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "tokio-macros"
|
|
|
|
version = "2.3.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.24.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"rustls 0.21.12",
|
|
|
|
"tokio",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.26.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"rustls 0.23.10",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"tokio",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "tokio-stream"
|
|
|
|
version = "0.1.15"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.7.11"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
2024-07-27 06:49:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"log",
|
2023-11-16 04:20:00 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-27 06:49:29 +00:00
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "triomphe"
|
|
|
|
version = "0.1.13"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "twox-hash"
|
|
|
|
version = "1.6.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cfg-if",
|
|
|
|
"static_assertions",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "typenum"
|
|
|
|
version = "1.17.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "unicase"
|
|
|
|
version = "2.7.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"version_check",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.3.15"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.1.23"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2024-05-15 15:35:15 +00:00
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "unicode-reverse"
|
|
|
|
version = "1.0.9"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4b6f4888ebc23094adfb574fdca9fdc891826287a6397d2cd28802ffd6f20c76"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
2024-05-15 15:35:15 +00:00
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "1.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.1.13"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "unindent"
|
|
|
|
version = "0.2.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "url"
|
|
|
|
version = "2.5.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "urlencoding"
|
|
|
|
version = "2.1.3"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-15 15:35:15 +00:00
|
|
|
name = "utf8parse"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.2.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "1.9.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2024-07-27 06:49:29 +00:00
|
|
|
"serde",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "vsimd"
|
|
|
|
version = "0.8.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "2.5.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2024-07-27 06:49:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[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"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.2.92"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.2.92"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-27 06:49:29 +00:00
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.4.42"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.2.92"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.2.92"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.92"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "wasm-streams"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"futures-util",
|
2024-05-15 15:35:15 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-07-27 06:49:29 +00:00
|
|
|
"wasm-bindgen-futures",
|
2024-05-15 15:35:15 +00:00
|
|
|
"web-sys",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-05-15 15:35:15 +00:00
|
|
|
"js-sys",
|
2024-07-27 06:49:29 +00:00
|
|
|
"wasm-bindgen",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.1.8"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"windows-sys 0.52.0",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[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"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.52.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-05-15 15:35:15 +00:00
|
|
|
"windows-core",
|
2024-07-27 06:49:29 +00:00
|
|
|
"windows-targets 0.52.6",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.52.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-29 20:09:43 +00:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
2024-02-29 20:09:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.52.6"
|
2024-02-29 20:09:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-02-29 20:09:43 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2024-02-29 20:09:43 +00:00
|
|
|
]
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.42.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.48.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.52.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.42.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.48.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.52.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.42.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.48.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.42.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.48.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.52.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.42.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.48.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.52.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.42.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.48.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.52.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-05-15 15:35:15 +00:00
|
|
|
version = "0.42.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-15 15:35:15 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-02-29 20:09:43 +00:00
|
|
|
version = "0.48.5"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-29 20:09:43 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.52.6"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "winreg"
|
|
|
|
version = "0.50.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "winreg"
|
|
|
|
version = "0.52.0"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "wyz"
|
|
|
|
version = "0.5.1"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
2024-05-15 15:35:15 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"tap",
|
2024-05-15 15:35:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "xmlparser"
|
|
|
|
version = "0.13.6"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xxhash-rust"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.8.11"
|
2024-05-15 15:35:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "63658493314859b4dfdf3fb8c1defd61587839def09582db50b8a4e93afca6bb"
|
2024-05-15 15:35:15 +00:00
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.7.35"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-07-27 06:49:29 +00:00
|
|
|
version = "0.7.35"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-27 06:49:29 +00:00
|
|
|
"syn 2.0.68",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "zeroize"
|
|
|
|
version = "1.8.1"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2023-11-16 04:20:00 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "zstd"
|
|
|
|
version = "0.13.2"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"zstd-safe",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "zstd-safe"
|
|
|
|
version = "7.2.0"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "fa556e971e7b568dc775c136fc9de8c779b1c2fc3a63defaafadffdbd3181afa"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"zstd-sys",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-27 06:49:29 +00:00
|
|
|
name = "zstd-sys"
|
|
|
|
version = "2.0.12+zstd.1.5.6"
|
2023-11-16 04:20:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-27 06:49:29 +00:00
|
|
|
checksum = "0a4e40c320c3cb459d9a9ff6de98cff88f4751ee9275d140e2be94a2b74e4c13"
|
2023-11-16 04:20:00 +00:00
|
|
|
dependencies = [
|
2024-07-27 06:49:29 +00:00
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
2023-11-16 04:20:00 +00:00
|
|
|
]
|