|
@@ -17,6 +17,17 @@ version = "1.0.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ahash"
|
|
|
|
|
+version = "0.7.8"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "getrandom",
|
|
|
|
|
+ "once_cell",
|
|
|
|
|
+ "version_check",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "ahash"
|
|
name = "ahash"
|
|
|
version = "0.8.11"
|
|
version = "0.8.11"
|
|
@@ -110,13 +121,19 @@ version = "1.0.86"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "arrayvec"
|
|
|
|
|
+version = "0.7.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "arrow"
|
|
name = "arrow"
|
|
|
version = "49.0.0"
|
|
version = "49.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5bc25126d18a012146a888a0298f2c22e1150327bd2765fc76d710a556b2d614"
|
|
checksum = "5bc25126d18a012146a888a0298f2c22e1150327bd2765fc76d710a556b2d614"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "ahash",
|
|
|
|
|
|
|
+ "ahash 0.8.11",
|
|
|
"arrow-arith 49.0.0",
|
|
"arrow-arith 49.0.0",
|
|
|
"arrow-array 49.0.0",
|
|
"arrow-array 49.0.0",
|
|
|
"arrow-buffer 49.0.0",
|
|
"arrow-buffer 49.0.0",
|
|
@@ -189,13 +206,13 @@ version = "49.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "6bda9acea48b25123c08340f3a8ac361aa0f74469bb36f5ee9acf923fce23e9d"
|
|
checksum = "6bda9acea48b25123c08340f3a8ac361aa0f74469bb36f5ee9acf923fce23e9d"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "ahash",
|
|
|
|
|
|
|
+ "ahash 0.8.11",
|
|
|
"arrow-buffer 49.0.0",
|
|
"arrow-buffer 49.0.0",
|
|
|
"arrow-data 49.0.0",
|
|
"arrow-data 49.0.0",
|
|
|
"arrow-schema 49.0.0",
|
|
"arrow-schema 49.0.0",
|
|
|
"chrono",
|
|
"chrono",
|
|
|
"half",
|
|
"half",
|
|
|
- "hashbrown",
|
|
|
|
|
|
|
+ "hashbrown 0.14.5",
|
|
|
"num",
|
|
"num",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
@@ -205,13 +222,13 @@ version = "52.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "81c16ec702d3898c2f5cfdc148443c6cd7dbe5bac28399859eb0a3d38f072827"
|
|
checksum = "81c16ec702d3898c2f5cfdc148443c6cd7dbe5bac28399859eb0a3d38f072827"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "ahash",
|
|
|
|
|
|
|
+ "ahash 0.8.11",
|
|
|
"arrow-buffer 52.1.0",
|
|
"arrow-buffer 52.1.0",
|
|
|
"arrow-data 52.1.0",
|
|
"arrow-data 52.1.0",
|
|
|
"arrow-schema 52.1.0",
|
|
"arrow-schema 52.1.0",
|
|
|
"chrono",
|
|
"chrono",
|
|
|
"half",
|
|
"half",
|
|
|
- "hashbrown",
|
|
|
|
|
|
|
+ "hashbrown 0.14.5",
|
|
|
"num",
|
|
"num",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
@@ -441,13 +458,13 @@ version = "49.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "361249898d2d6d4a6eeb7484be6ac74977e48da12a4dd81a708d620cc558117a"
|
|
checksum = "361249898d2d6d4a6eeb7484be6ac74977e48da12a4dd81a708d620cc558117a"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "ahash",
|
|
|
|
|
|
|
+ "ahash 0.8.11",
|
|
|
"arrow-array 49.0.0",
|
|
"arrow-array 49.0.0",
|
|
|
"arrow-buffer 49.0.0",
|
|
"arrow-buffer 49.0.0",
|
|
|
"arrow-data 49.0.0",
|
|
"arrow-data 49.0.0",
|
|
|
"arrow-schema 49.0.0",
|
|
"arrow-schema 49.0.0",
|
|
|
"half",
|
|
"half",
|
|
|
- "hashbrown",
|
|
|
|
|
|
|
+ "hashbrown 0.14.5",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -456,13 +473,13 @@ version = "52.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ca5e3a6b7fda8d9fe03f3b18a2d946354ea7f3c8e4076dbdb502ad50d9d44824"
|
|
checksum = "ca5e3a6b7fda8d9fe03f3b18a2d946354ea7f3c8e4076dbdb502ad50d9d44824"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "ahash",
|
|
|
|
|
|
|
+ "ahash 0.8.11",
|
|
|
"arrow-array 52.1.0",
|
|
"arrow-array 52.1.0",
|
|
|
"arrow-buffer 52.1.0",
|
|
"arrow-buffer 52.1.0",
|
|
|
"arrow-data 52.1.0",
|
|
"arrow-data 52.1.0",
|
|
|
"arrow-schema 52.1.0",
|
|
"arrow-schema 52.1.0",
|
|
|
"half",
|
|
"half",
|
|
|
- "hashbrown",
|
|
|
|
|
|
|
+ "hashbrown 0.14.5",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -483,7 +500,7 @@ version = "49.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "4f6208466590960efc1d2a7172bc4ff18a67d6e25c529381d7f96ddaf0dc4036"
|
|
checksum = "4f6208466590960efc1d2a7172bc4ff18a67d6e25c529381d7f96ddaf0dc4036"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "ahash",
|
|
|
|
|
|
|
+ "ahash 0.8.11",
|
|
|
"arrow-array 49.0.0",
|
|
"arrow-array 49.0.0",
|
|
|
"arrow-buffer 49.0.0",
|
|
"arrow-buffer 49.0.0",
|
|
|
"arrow-data 49.0.0",
|
|
"arrow-data 49.0.0",
|
|
@@ -497,7 +514,7 @@ version = "52.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e80159088ffe8c48965cb9b1a7c968b2729f29f37363df7eca177fc3281fe7c3"
|
|
checksum = "e80159088ffe8c48965cb9b1a7c968b2729f29f37363df7eca177fc3281fe7c3"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "ahash",
|
|
|
|
|
|
|
+ "ahash 0.8.11",
|
|
|
"arrow-array 52.1.0",
|
|
"arrow-array 52.1.0",
|
|
|
"arrow-buffer 52.1.0",
|
|
"arrow-buffer 52.1.0",
|
|
|
"arrow-data 52.1.0",
|
|
"arrow-data 52.1.0",
|
|
@@ -624,6 +641,12 @@ dependencies = [
|
|
|
"thiserror",
|
|
"thiserror",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "bit-vec"
|
|
|
|
|
+version = "0.7.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "bitflags"
|
|
name = "bitflags"
|
|
|
version = "1.3.2"
|
|
version = "1.3.2"
|
|
@@ -636,12 +659,97 @@ version = "2.6.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "bitvec"
|
|
|
|
|
+version = "1.0.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "funty",
|
|
|
|
|
+ "radium",
|
|
|
|
|
+ "tap",
|
|
|
|
|
+ "wyz",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "block"
|
|
|
|
|
+version = "0.1.6"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "borsh"
|
|
|
|
|
+version = "1.5.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "borsh-derive",
|
|
|
|
|
+ "cfg_aliases",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "borsh-derive"
|
|
|
|
|
+version = "1.5.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "once_cell",
|
|
|
|
|
+ "proc-macro-crate",
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn 2.0.71",
|
|
|
|
|
+ "syn_derive",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "bstr"
|
|
|
|
|
+version = "1.9.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "memchr",
|
|
|
|
|
+ "serde",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "bumpalo"
|
|
name = "bumpalo"
|
|
|
version = "3.16.0"
|
|
version = "3.16.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "byte-unit"
|
|
|
|
|
+version = "5.1.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "33ac19bdf0b2665407c39d82dbc937e951e7e2001609f0fb32edd0af45a2d63e"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "rust_decimal",
|
|
|
|
|
+ "serde",
|
|
|
|
|
+ "utf8-width",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "bytecheck"
|
|
|
|
|
+version = "0.6.12"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytecheck_derive",
|
|
|
|
|
+ "ptr_meta",
|
|
|
|
|
+ "simdutf8",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "bytecheck_derive"
|
|
|
|
|
+version = "0.6.12"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "byteorder"
|
|
name = "byteorder"
|
|
|
version = "1.5.0"
|
|
version = "1.5.0"
|
|
@@ -691,6 +799,12 @@ version = "1.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "cfg_aliases"
|
|
|
|
|
+version = "0.2.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "chrono"
|
|
name = "chrono"
|
|
|
version = "0.4.38"
|
|
version = "0.4.38"
|
|
@@ -770,6 +884,24 @@ version = "0.8.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "crc32fast"
|
|
|
|
|
+version = "1.4.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "crossbeam-channel"
|
|
|
|
|
+version = "0.5.13"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "crossbeam-utils",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "crossbeam-deque"
|
|
name = "crossbeam-deque"
|
|
|
version = "0.8.5"
|
|
version = "0.8.5"
|
|
@@ -948,6 +1080,16 @@ dependencies = [
|
|
|
"rustc_version 0.4.0",
|
|
"rustc_version 0.4.0",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "flate2"
|
|
|
|
|
+version = "1.0.30"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "crc32fast",
|
|
|
|
|
+ "miniz_oxide",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "float-ord"
|
|
name = "float-ord"
|
|
|
version = "0.3.2"
|
|
version = "0.3.2"
|
|
@@ -972,6 +1114,12 @@ dependencies = [
|
|
|
"quick-error",
|
|
"quick-error",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "funty"
|
|
|
|
|
+version = "2.0.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "futures"
|
|
name = "futures"
|
|
|
version = "0.3.30"
|
|
version = "0.3.30"
|
|
@@ -1095,6 +1243,15 @@ dependencies = [
|
|
|
"num-traits",
|
|
"num-traits",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "hashbrown"
|
|
|
|
|
+version = "0.12.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "ahash 0.7.8",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "hashbrown"
|
|
name = "hashbrown"
|
|
|
version = "0.14.5"
|
|
version = "0.14.5"
|
|
@@ -1182,7 +1339,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"equivalent",
|
|
"equivalent",
|
|
|
- "hashbrown",
|
|
|
|
|
|
|
+ "hashbrown 0.14.5",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1374,6 +1531,19 @@ version = "1.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "bfae20f6b19ad527b550c223fddc3077a547fc70cda94b9b566575423fd303ee"
|
|
checksum = "bfae20f6b19ad527b550c223fddc3077a547fc70cda94b9b566575423fd303ee"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "locale_config"
|
|
|
|
|
+version = "0.3.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "lazy_static",
|
|
|
|
|
+ "objc",
|
|
|
|
|
+ "objc-foundation",
|
|
|
|
|
+ "regex",
|
|
|
|
|
+ "winapi",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "lock_api"
|
|
name = "lock_api"
|
|
|
version = "0.4.12"
|
|
version = "0.4.12"
|
|
@@ -1414,6 +1584,15 @@ dependencies = [
|
|
|
"pkg-config",
|
|
"pkg-config",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "malloc_buf"
|
|
|
|
|
+version = "0.0.6"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "libc",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "matchers"
|
|
name = "matchers"
|
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
@@ -1474,6 +1653,40 @@ dependencies = [
|
|
|
"minimal-lexical",
|
|
"minimal-lexical",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "noodles-bgzf"
|
|
|
|
|
+version = "0.32.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "2b2fba0f4a64cc897d9396d730a0c444d148daed7de31ad5904ecc673178fc9d"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "byteorder",
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "crossbeam-channel",
|
|
|
|
|
+ "flate2",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "noodles-core"
|
|
|
|
|
+version = "0.15.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c5a8c6b020d1205abef2b0fab4463a6c5ecc3c8f4d561ca8b0d1a42323376200"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bstr",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "noodles-csi"
|
|
|
|
|
+version = "0.37.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "e4bc8001c54f1d8e47e1ac6041a5f27edc99b68bacea3fade9c89059de285aea"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bit-vec",
|
|
|
|
|
+ "byteorder",
|
|
|
|
|
+ "indexmap",
|
|
|
|
|
+ "noodles-bgzf",
|
|
|
|
|
+ "noodles-core",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "nu-ansi-term"
|
|
name = "nu-ansi-term"
|
|
|
version = "0.46.0"
|
|
version = "0.46.0"
|
|
@@ -1517,6 +1730,16 @@ dependencies = [
|
|
|
"num-traits",
|
|
"num-traits",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "num-format"
|
|
|
|
|
+version = "0.4.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "arrayvec",
|
|
|
|
|
+ "itoa",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "num-integer"
|
|
name = "num-integer"
|
|
|
version = "0.1.46"
|
|
version = "0.1.46"
|
|
@@ -1574,6 +1797,35 @@ version = "0.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "objc"
|
|
|
|
|
+version = "0.2.7"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "malloc_buf",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "objc-foundation"
|
|
|
|
|
+version = "0.1.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "block",
|
|
|
|
|
+ "objc",
|
|
|
|
|
+ "objc_id",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "objc_id"
|
|
|
|
|
+version = "0.1.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "objc",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "object"
|
|
name = "object"
|
|
|
version = "0.36.1"
|
|
version = "0.36.1"
|
|
@@ -1660,12 +1912,16 @@ name = "pandora_lib_promethion"
|
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"anyhow",
|
|
"anyhow",
|
|
|
|
|
+ "byte-unit",
|
|
|
"chrono",
|
|
"chrono",
|
|
|
"csv",
|
|
"csv",
|
|
|
"env_logger 0.11.3",
|
|
"env_logger 0.11.3",
|
|
|
"glob",
|
|
"glob",
|
|
|
|
|
+ "locale_config",
|
|
|
"log",
|
|
"log",
|
|
|
"logtest",
|
|
"logtest",
|
|
|
|
|
+ "noodles-csi",
|
|
|
|
|
+ "num-format",
|
|
|
"pandora_lib_bindings",
|
|
"pandora_lib_bindings",
|
|
|
"pandora_lib_pileup",
|
|
"pandora_lib_pileup",
|
|
|
"pandora_lib_pod5",
|
|
"pandora_lib_pod5",
|
|
@@ -1741,6 +1997,44 @@ version = "1.6.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
|
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ppv-lite86"
|
|
|
|
|
+version = "0.2.17"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "proc-macro-crate"
|
|
|
|
|
+version = "3.1.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "toml_edit",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "proc-macro-error"
|
|
|
|
|
+version = "1.0.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro-error-attr",
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "version_check",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "proc-macro-error-attr"
|
|
|
|
|
+version = "1.0.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "version_check",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "proc-macro2"
|
|
name = "proc-macro2"
|
|
|
version = "1.0.86"
|
|
version = "1.0.86"
|
|
@@ -1750,6 +2044,26 @@ dependencies = [
|
|
|
"unicode-ident",
|
|
"unicode-ident",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ptr_meta"
|
|
|
|
|
+version = "0.1.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "ptr_meta_derive",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ptr_meta_derive"
|
|
|
|
|
+version = "0.1.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "quick-error"
|
|
name = "quick-error"
|
|
|
version = "1.2.3"
|
|
version = "1.2.3"
|
|
@@ -1765,6 +2079,42 @@ dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "radium"
|
|
|
|
|
+version = "0.7.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand"
|
|
|
|
|
+version = "0.8.5"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "libc",
|
|
|
|
|
+ "rand_chacha",
|
|
|
|
|
+ "rand_core",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand_chacha"
|
|
|
|
|
+version = "0.3.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "ppv-lite86",
|
|
|
|
|
+ "rand_core",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rand_core"
|
|
|
|
|
+version = "0.6.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "getrandom",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "rayon"
|
|
name = "rayon"
|
|
|
version = "1.10.0"
|
|
version = "1.10.0"
|
|
@@ -1838,6 +2188,44 @@ version = "0.8.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rend"
|
|
|
|
|
+version = "0.4.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bytecheck",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rkyv"
|
|
|
|
|
+version = "0.7.44"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "bitvec",
|
|
|
|
|
+ "bytecheck",
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "hashbrown 0.12.3",
|
|
|
|
|
+ "ptr_meta",
|
|
|
|
|
+ "rend",
|
|
|
|
|
+ "rkyv_derive",
|
|
|
|
|
+ "seahash",
|
|
|
|
|
+ "tinyvec",
|
|
|
|
|
+ "uuid",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rkyv_derive"
|
|
|
|
|
+version = "0.7.44"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "rust-htslib"
|
|
name = "rust-htslib"
|
|
|
version = "0.47.0"
|
|
version = "0.47.0"
|
|
@@ -1860,6 +2248,22 @@ dependencies = [
|
|
|
"url",
|
|
"url",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "rust_decimal"
|
|
|
|
|
+version = "1.35.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "arrayvec",
|
|
|
|
|
+ "borsh",
|
|
|
|
|
+ "bytes",
|
|
|
|
|
+ "num-traits",
|
|
|
|
|
+ "rand",
|
|
|
|
|
+ "rkyv",
|
|
|
|
|
+ "serde",
|
|
|
|
|
+ "serde_json",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "rustc-demangle"
|
|
name = "rustc-demangle"
|
|
|
version = "0.1.24"
|
|
version = "0.1.24"
|
|
@@ -1908,6 +2312,12 @@ version = "1.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "seahash"
|
|
|
|
|
+version = "4.1.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "semver"
|
|
name = "semver"
|
|
|
version = "0.1.20"
|
|
version = "0.1.20"
|
|
@@ -1975,6 +2385,12 @@ dependencies = [
|
|
|
"libc",
|
|
"libc",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "simdutf8"
|
|
|
|
|
+version = "0.1.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "slab"
|
|
name = "slab"
|
|
|
version = "0.4.9"
|
|
version = "0.4.9"
|
|
@@ -2041,6 +2457,24 @@ dependencies = [
|
|
|
"unicode-ident",
|
|
"unicode-ident",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "syn_derive"
|
|
|
|
|
+version = "0.1.8"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro-error",
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn 2.0.71",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tap"
|
|
|
|
|
+version = "1.0.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "termcolor"
|
|
name = "termcolor"
|
|
|
version = "1.4.1"
|
|
version = "1.4.1"
|
|
@@ -2156,6 +2590,23 @@ dependencies = [
|
|
|
"syn 2.0.71",
|
|
"syn 2.0.71",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "toml_datetime"
|
|
|
|
|
+version = "0.6.6"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "toml_edit"
|
|
|
|
|
+version = "0.21.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "indexmap",
|
|
|
|
|
+ "toml_datetime",
|
|
|
|
|
+ "winnow",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "tracing"
|
|
name = "tracing"
|
|
|
version = "0.1.40"
|
|
version = "0.1.40"
|
|
@@ -2276,6 +2727,12 @@ dependencies = [
|
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "utf8-width"
|
|
|
|
|
+version = "0.1.7"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "utf8parse"
|
|
name = "utf8parse"
|
|
|
version = "0.2.2"
|
|
version = "0.2.2"
|
|
@@ -2555,6 +3012,24 @@ version = "0.52.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "winnow"
|
|
|
|
|
+version = "0.5.40"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "memchr",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "wyz"
|
|
|
|
|
+version = "0.5.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "tap",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "zerocopy"
|
|
name = "zerocopy"
|
|
|
version = "0.7.35"
|
|
version = "0.7.35"
|