chgk_txt2json/Cargo.lock

940 lines
24 KiB
Plaintext
Raw Normal View History

2019-07-26 09:24:25 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2022-08-15 11:59:24 +00:00
version = 3
2019-07-26 09:24:25 +00:00
[[package]]
2022-08-15 11:59:24 +00:00
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
2022-09-12 12:59:35 +00:00
name = "android_system_properties"
version = "0.1.5"
2022-08-15 11:59:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2022-08-15 11:59:24 +00:00
dependencies = [
2022-09-12 12:59:35 +00:00
"libc",
]
[[package]]
name = "async-compression"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345fd392ab01f746c717b1357165b76f0b67a60192007b234058c9045fdcf695"
dependencies = [
"bzip2",
"flate2",
"futures-core",
"memchr 2.5.0",
"pin-project-lite",
"tokio",
"xz2",
"zstd",
"zstd-safe",
]
[[package]]
name = "async_io_utilities"
version = "0.1.3"
source = "git+https://github.com/Majored/rs-async-io-utilities#6661a0fb914ccc1f97a6acd446bc03e9547d64fc"
dependencies = [
"tokio",
]
[[package]]
name = "async_zip"
version = "0.0.8"
source = "git+https://github.com/Majored/rs-async-zip#0f4bf7f09d2fef1236924a6af45a5641392faf6b"
dependencies = [
"async-compression",
"async_io_utilities",
"chrono",
"crc32fast",
"thiserror",
"tokio",
2022-08-15 11:59:24 +00:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
2022-09-12 12:59:35 +00:00
name = "bitflags"
version = "1.3.2"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-07-26 09:24:25 +00:00
2019-07-26 20:04:41 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "bumpalo"
version = "3.11.0"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
2019-07-26 20:04:41 +00:00
2019-07-26 09:24:25 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "bytes"
version = "1.2.1"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
2019-07-26 09:24:25 +00:00
[[package]]
name = "bzip2"
2022-08-15 11:59:24 +00:00
version = "0.4.3"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"bzip2-sys",
"libc",
2019-07-26 09:24:25 +00:00
]
[[package]]
name = "bzip2-sys"
2022-08-15 11:59:24 +00:00
version = "0.1.11+1.0.8"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"cc",
"libc",
"pkg-config",
2019-07-26 09:24:25 +00:00
]
[[package]]
name = "cc"
2022-08-15 11:59:24 +00:00
version = "1.0.73"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
dependencies = [
"jobserver",
]
2019-07-26 09:24:25 +00:00
[[package]]
name = "cfg-if"
2022-08-15 11:59:24 +00:00
version = "1.0.0"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2019-07-26 09:24:25 +00:00
[[package]]
name = "chgk_txt2json"
version = "0.1.0"
dependencies = [
2022-09-12 12:59:35 +00:00
"async_zip",
2022-08-15 11:59:24 +00:00
"encoding",
2022-09-12 12:59:35 +00:00
"futures",
2022-08-15 11:59:24 +00:00
"json",
"rayon",
"textstream",
2022-09-12 12:59:35 +00:00
"tokio",
"tokio-stream",
2022-08-15 11:59:24 +00:00
]
[[package]]
2022-09-12 12:59:35 +00:00
name = "chrono"
version = "0.4.22"
2022-08-15 11:59:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
2022-08-15 11:59:24 +00:00
dependencies = [
2022-09-12 12:59:35 +00:00
"iana-time-zone",
"js-sys",
"num-integer",
"num-traits",
"time",
"wasm-bindgen",
"winapi",
2022-08-15 11:59:24 +00:00
]
[[package]]
2022-09-12 12:59:35 +00:00
name = "core-foundation-sys"
version = "0.8.3"
2022-08-15 11:59:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2019-07-26 09:24:25 +00:00
[[package]]
name = "crc32fast"
2022-08-15 11:59:24 +00:00
version = "1.3.2"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
dependencies = [
"cfg-if",
"crossbeam-utils",
2019-07-26 09:24:25 +00:00
]
2019-07-26 20:04:41 +00:00
[[package]]
name = "crossbeam-deque"
2022-08-15 11:59:24 +00:00
version = "0.8.2"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
2019-07-26 20:04:41 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
2019-07-26 20:04:41 +00:00
]
[[package]]
name = "crossbeam-epoch"
2022-08-15 11:59:24 +00:00
version = "0.9.10"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
2019-07-26 20:04:41 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"autocfg",
"cfg-if",
"crossbeam-utils",
"memoffset",
"once_cell",
"scopeguard",
2019-07-26 20:04:41 +00:00
]
[[package]]
2022-08-15 11:59:24 +00:00
name = "crossbeam-utils"
version = "0.8.11"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
2019-07-26 20:04:41 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"cfg-if",
"once_cell",
2019-07-26 20:04:41 +00:00
]
[[package]]
name = "either"
2022-09-12 12:59:35 +00:00
version = "1.8.0"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2019-07-26 20:04:41 +00:00
2019-07-26 09:24:25 +00:00
[[package]]
name = "encoding"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"encoding-index-japanese",
"encoding-index-korean",
"encoding-index-simpchinese",
"encoding-index-singlebyte",
"encoding-index-tradchinese",
2019-07-26 09:24:25 +00:00
]
[[package]]
name = "encoding-index-japanese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"encoding_index_tests",
2019-07-26 09:24:25 +00:00
]
[[package]]
name = "encoding-index-korean"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"encoding_index_tests",
2019-07-26 09:24:25 +00:00
]
[[package]]
name = "encoding-index-simpchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"encoding_index_tests",
2019-07-26 09:24:25 +00:00
]
[[package]]
name = "encoding-index-singlebyte"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"encoding_index_tests",
2019-07-26 09:24:25 +00:00
]
[[package]]
name = "encoding-index-tradchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"encoding_index_tests",
2019-07-26 09:24:25 +00:00
]
[[package]]
name = "encoding_index_tests"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
2019-07-26 09:24:25 +00:00
[[package]]
2022-08-15 11:59:24 +00:00
name = "flate2"
version = "1.0.24"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
dependencies = [
"crc32fast",
"miniz_oxide",
]
2019-07-26 09:24:25 +00:00
2019-07-26 20:04:41 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "futures"
version = "0.3.24"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c"
2022-08-15 11:59:24 +00:00
dependencies = [
2022-09-12 12:59:35 +00:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
[[package]]
name = "futures-executor"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68"
[[package]]
name = "futures-macro"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56"
[[package]]
name = "futures-task"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1"
[[package]]
name = "futures-util"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr 2.5.0",
"pin-project-lite",
"pin-utils",
"slab",
2022-08-15 11:59:24 +00:00
]
2019-07-26 20:04:41 +00:00
2019-07-26 09:24:25 +00:00
[[package]]
2022-08-15 11:59:24 +00:00
name = "hermit-abi"
version = "0.1.19"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2019-07-26 09:24:25 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "iana-time-zone"
version = "0.1.47"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "4c495f162af0bf17656d0014a0eded5f3cd2f365fdd204548c2869db89359dc7"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-09-12 12:59:35 +00:00
"android_system_properties",
"core-foundation-sys",
"js-sys",
"once_cell",
"wasm-bindgen",
"winapi",
2019-07-26 09:24:25 +00:00
]
2022-08-15 11:59:24 +00:00
[[package]]
name = "jobserver"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
dependencies = [
"libc",
]
2022-09-12 12:59:35 +00:00
[[package]]
name = "js-sys"
version = "0.3.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
dependencies = [
"wasm-bindgen",
]
2022-08-15 11:59:24 +00:00
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "libc"
2022-09-12 12:59:35 +00:00
version = "0.2.132"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
[[package]]
name = "lock_api"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f80bf5aacaf25cbfc8210d1cfb718f2bf3b11c4c54e5afe36c236853a8ec390"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.17"
2022-08-15 11:59:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
[[package]]
name = "lzma-sys"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e06754c4acf47d49c727d5665ca9fb828851cda315ed3bd51edd148ef78a8772"
dependencies = [
"cc",
"libc",
"pkg-config",
]
2022-08-15 11:59:24 +00:00
2019-07-26 09:24:25 +00:00
[[package]]
name = "memchr"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"libc",
2019-07-26 09:24:25 +00:00
]
2022-09-12 12:59:35 +00:00
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2019-07-26 20:04:41 +00:00
[[package]]
name = "memoffset"
2022-08-15 11:59:24 +00:00
version = "0.6.5"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2019-07-26 20:04:41 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"autocfg",
2019-07-26 20:04:41 +00:00
]
[[package]]
2022-08-15 11:59:24 +00:00
name = "miniz_oxide"
2022-09-12 12:59:35 +00:00
version = "0.5.4"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
2022-08-15 11:59:24 +00:00
dependencies = [
"adler",
]
2019-07-26 20:04:41 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "mio"
version = "0.8.4"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
2019-07-26 20:04:41 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"libc",
2022-09-12 12:59:35 +00:00
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys",
2019-07-26 20:04:41 +00:00
]
2019-07-26 09:24:25 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "num-integer"
version = "0.1.45"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2022-08-15 11:59:24 +00:00
dependencies = [
2022-09-12 12:59:35 +00:00
"autocfg",
"num-traits",
2022-08-15 11:59:24 +00:00
]
2019-07-26 09:24:25 +00:00
2019-07-26 20:04:41 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "num-traits"
version = "0.2.15"
2022-08-15 11:59:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
2022-08-15 11:59:24 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "num_cpus"
version = "1.13.1"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
dependencies = [
"hermit-abi",
"libc",
]
2022-08-15 11:59:24 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "once_cell"
version = "1.14.0"
2022-08-15 11:59:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2019-07-26 20:04:41 +00:00
dependencies = [
2022-09-12 12:59:35 +00:00
"lock_api",
"parking_lot_core",
2019-07-26 20:04:41 +00:00
]
[[package]]
2022-09-12 12:59:35 +00:00
name = "parking_lot_core"
version = "0.9.3"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
2019-07-26 20:04:41 +00:00
dependencies = [
2022-09-12 12:59:35 +00:00
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-sys",
2019-07-26 20:04:41 +00:00
]
2022-09-12 12:59:35 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2019-07-26 09:24:25 +00:00
[[package]]
2022-08-15 11:59:24 +00:00
name = "pkg-config"
version = "0.3.25"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2019-07-26 09:24:25 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "proc-macro2"
version = "1.0.43"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
dependencies = [
"proc-macro2",
]
2019-07-26 09:24:25 +00:00
2019-07-26 20:04:41 +00:00
[[package]]
2022-08-15 11:59:24 +00:00
name = "rayon"
version = "1.5.3"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2019-07-26 20:04:41 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
2019-07-26 20:04:41 +00:00
]
2022-09-12 12:59:35 +00:00
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
2019-07-26 20:04:41 +00:00
[[package]]
name = "scopeguard"
2022-08-15 11:59:24 +00:00
version = "1.1.0"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-07-26 20:04:41 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "signal-hook-registry"
version = "1.4.0"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2019-07-26 20:04:41 +00:00
dependencies = [
2022-09-12 12:59:35 +00:00
"libc",
2019-07-26 20:04:41 +00:00
]
[[package]]
2022-09-12 12:59:35 +00:00
name = "slab"
version = "0.4.7"
2019-07-26 20:04:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
2022-08-15 11:59:24 +00:00
dependencies = [
2022-09-12 12:59:35 +00:00
"autocfg",
2022-08-15 11:59:24 +00:00
]
2019-07-26 20:04:41 +00:00
2019-07-26 09:24:25 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "smallvec"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
[[package]]
name = "socket2"
version = "0.4.7"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "syn"
version = "1.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2019-07-26 09:24:25 +00:00
[[package]]
name = "textstream"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:59:24 +00:00
checksum = "e7ed81b342f6566026755e7f4b7798810b1c159722e427d212ce72c2c58ffdaa"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-08-15 11:59:24 +00:00
"encoding",
2022-09-12 12:59:35 +00:00
"memchr 1.0.2",
]
[[package]]
name = "thiserror"
version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487"
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-07-26 09:24:25 +00:00
]
[[package]]
name = "time"
2022-09-12 12:59:35 +00:00
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
]
[[package]]
name = "tokio"
version = "1.21.0"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "89797afd69d206ccd11fb0ea560a44bbb87731d020670e79416d442919257d42"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-09-12 12:59:35 +00:00
"autocfg",
"bytes",
2022-08-15 11:59:24 +00:00
"libc",
2022-09-12 12:59:35 +00:00
"memchr 2.5.0",
"mio",
"num_cpus",
"once_cell",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
"winapi",
]
[[package]]
name = "tokio-macros"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-stream"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
2019-07-26 09:24:25 +00:00
]
[[package]]
2022-09-12 12:59:35 +00:00
name = "unicode-ident"
version = "1.0.3"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
2022-08-15 11:59:24 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
2022-08-15 11:59:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2022-08-15 11:59:24 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
2022-08-15 11:59:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-08-15 11:59:24 +00:00
[[package]]
2022-09-12 12:59:35 +00:00
name = "wasm-bindgen"
version = "0.2.82"
2022-08-15 11:59:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
2019-07-26 09:24:25 +00:00
dependencies = [
2022-09-12 12:59:35 +00:00
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
[[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-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "xz2"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
dependencies = [
"lzma-sys",
2019-07-26 09:24:25 +00:00
]
[[package]]
2022-08-15 11:59:24 +00:00
name = "zstd"
2022-09-12 12:59:35 +00:00
version = "0.11.2+zstd.1.5.2"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
2022-08-15 11:59:24 +00:00
dependencies = [
"zstd-safe",
]
2019-07-26 09:24:25 +00:00
[[package]]
2022-08-15 11:59:24 +00:00
name = "zstd-safe"
2022-09-12 12:59:35 +00:00
version = "5.0.2+zstd.1.5.2"
2019-07-26 09:24:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
2022-08-15 11:59:24 +00:00
dependencies = [
"libc",
"zstd-sys",
]
2019-07-26 09:24:25 +00:00
[[package]]
2022-08-15 11:59:24 +00:00
name = "zstd-sys"
2022-09-12 12:59:35 +00:00
version = "2.0.1+zstd.1.5.2"
2022-08-15 11:59:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 12:59:35 +00:00
checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
2022-08-15 11:59:24 +00:00
dependencies = [
"cc",
"libc",
]