fimfareader/Cargo.lock

929 lines
23 KiB
Text
Raw Normal View History

2019-07-21 12:37:11 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2019-07-21 18:32:51 +02:00
[[package]]
name = "adler"
version = "1.0.2"
2019-07-21 18:32:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2019-07-21 18:32:51 +02:00
[[package]]
name = "aho-corasick"
2022-12-20 13:01:00 +01:00
version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
dependencies = [
"memchr",
]
2022-12-20 13:01:00 +01:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2019-08-10 23:52:44 +02:00
[[package]]
name = "arrayvec"
version = "0.5.2"
2019-08-10 23:52:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2019-08-10 23:52:44 +02:00
[[package]]
name = "autocfg"
2022-08-07 15:13:31 +02:00
version = "1.1.0"
2019-10-25 18:57:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2019-10-25 18:57:35 +02:00
[[package]]
name = "bitflags"
version = "1.3.2"
2019-10-25 18:57:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-10-25 18:57:35 +02:00
2022-08-07 15:13:31 +02:00
[[package]]
name = "bumpalo"
2022-12-20 13:01:00 +01:00
version = "3.11.1"
2022-08-07 15:13:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2022-08-07 15:13:31 +02:00
2021-08-29 20:29:01 +02:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2019-10-25 18:57:35 +02:00
[[package]]
name = "cc"
2022-12-20 13:01:00 +01:00
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
2019-07-21 18:32:51 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
2019-07-21 18:32:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2019-07-21 18:32:51 +02:00
[[package]]
name = "chrono"
2022-12-20 13:01:00 +01:00
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
dependencies = [
2022-12-20 13:01:00 +01:00
"iana-time-zone",
2022-08-07 15:13:31 +02:00
"js-sys",
"num-integer",
"num-traits",
"serde",
"time",
2022-08-07 15:13:31 +02:00
"wasm-bindgen",
"winapi",
]
2019-08-10 23:47:12 +02:00
[[package]]
name = "chrono-english"
2022-08-07 15:13:31 +02:00
version = "0.1.7"
2019-08-10 23:47:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "f73d909da7eb4a7d88c679c3f5a1bc09d965754e0adb2e7627426cef96a00d6f"
2019-08-10 23:47:12 +02:00
dependencies = [
"chrono",
"scanlex",
]
[[package]]
name = "clipboard-win"
2022-08-07 15:13:31 +02:00
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "c4ab1b92798304eedc095b53942963240037c0516452cb11aeba709d420b2219"
dependencies = [
"error-code",
"str-buf",
"winapi",
2019-08-10 23:47:12 +02:00
]
2022-12-20 13:01:00 +01:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2019-07-21 18:32:51 +02:00
[[package]]
name = "crc32fast"
2022-08-07 15:13:31 +02:00
version = "1.3.2"
2019-07-21 18:32:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2019-07-21 18:32:51 +02:00
dependencies = [
"cfg-if",
2019-07-21 18:32:51 +02:00
]
2019-08-10 23:52:44 +02:00
[[package]]
name = "crossbeam-channel"
2022-08-07 15:13:31 +02:00
version = "0.5.6"
2019-08-10 23:52:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
2019-08-10 23:52:44 +02:00
dependencies = [
"cfg-if",
"crossbeam-utils",
2019-08-10 23:52:44 +02:00
]
[[package]]
name = "crossbeam-deque"
2022-08-07 15:13:31 +02:00
version = "0.8.2"
2019-08-10 23:52:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
2019-08-10 23:52:44 +02:00
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
2019-08-10 23:52:44 +02:00
]
[[package]]
name = "crossbeam-epoch"
2022-12-20 13:01:00 +01:00
version = "0.9.13"
2019-08-10 23:52:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
2019-08-10 23:52:44 +02:00
dependencies = [
2022-08-07 15:13:31 +02:00
"autocfg",
"cfg-if",
"crossbeam-utils",
2022-12-20 13:01:00 +01:00
"memoffset 0.7.1",
"scopeguard",
2019-08-10 23:52:44 +02:00
]
[[package]]
name = "crossbeam-utils"
2022-12-20 13:01:00 +01:00
version = "0.8.14"
2019-08-10 23:52:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
2019-08-10 23:52:44 +02:00
dependencies = [
"cfg-if",
2022-12-20 13:01:00 +01:00
]
[[package]]
name = "cxx"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5add3fc1717409d029b20c5b6903fc0c0b02fa6741d820054f4a2efa5e5816fd"
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4c87959ba14bc6fbc61df77c3fcfe180fc32b93538c4f1031dd802ccb5f2ff0"
dependencies = [
"cc",
"codespan-reporting",
2022-08-07 15:13:31 +02:00
"once_cell",
2022-12-20 13:01:00 +01:00
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69a3e162fde4e594ed2b07d0f83c6c67b745e7f28ce58c6df5e6b6bef99dfb59"
[[package]]
name = "cxxbridge-macro"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6"
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-08-10 23:52:44 +02:00
]
[[package]]
name = "either"
2022-12-20 13:01:00 +01:00
version = "1.8.0"
2019-08-10 23:52:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
2022-08-07 15:13:31 +02:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "error-code"
2022-08-07 15:13:31 +02:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
dependencies = [
"libc",
"str-buf",
]
[[package]]
name = "fd-lock"
2022-12-20 13:01:00 +01:00
version = "3.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "bb21c69b9fea5e15dbc1049e4b77145dd0ba1c84019c488102de0dc4ea4b0a27"
dependencies = [
"cfg-if",
2022-08-07 15:13:31 +02:00
"rustix",
2021-12-05 15:03:05 +01:00
"windows-sys",
]
2019-08-10 23:52:44 +02:00
2019-07-21 12:37:11 +02:00
[[package]]
name = "fimfareader"
version = "0.1.0"
dependencies = [
"chrono",
"hex",
"lazy_static",
"rayon",
"serde",
"serde_json",
"zip",
2019-08-17 14:21:18 +02:00
]
2019-08-17 15:19:44 +02:00
[[package]]
name = "fimfareader-cli"
version = "0.1.0"
dependencies = [
"fimfareader",
"fimfareader-query",
"rustyline",
]
[[package]]
name = "fimfareader-query"
version = "0.1.0"
dependencies = [
"chrono",
"chrono-english",
"fimfareader",
"nom",
"rayon",
"regex",
2019-08-17 15:19:44 +02:00
]
2019-08-17 14:21:18 +02:00
[[package]]
name = "flate2"
2022-12-20 13:01:00 +01:00
version = "1.0.25"
2019-08-17 14:21:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2019-08-17 14:21:18 +02:00
dependencies = [
"crc32fast",
"miniz_oxide",
2019-10-25 18:57:35 +02:00
]
[[package]]
name = "hermit-abi"
version = "0.1.19"
2019-10-25 18:57:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2019-10-25 18:57:35 +02:00
dependencies = [
"libc",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2022-12-20 13:01:00 +01:00
[[package]]
name = "iana-time-zone"
version = "0.1.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"winapi",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
2022-08-07 15:13:31 +02:00
[[package]]
name = "io-lifetimes"
2022-12-20 13:01:00 +01:00
version = "1.0.3"
2022-08-07 15:13:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
dependencies = [
"libc",
"windows-sys",
]
2022-08-07 15:13:31 +02:00
[[package]]
name = "itoa"
2022-12-20 13:01:00 +01:00
version = "1.0.5"
2022-08-07 15:13:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2022-08-07 15:13:31 +02:00
[[package]]
name = "js-sys"
2022-12-20 13:01:00 +01:00
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2022-08-07 15:13:31 +02:00
dependencies = [
"wasm-bindgen",
]
2019-08-10 23:52:44 +02:00
[[package]]
name = "lazy_static"
2019-09-07 17:57:49 +02:00
version = "1.4.0"
2019-08-10 23:52:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-08-10 23:52:44 +02:00
2019-08-10 23:06:34 +02:00
[[package]]
name = "lexical-core"
version = "0.7.6"
2019-08-10 23:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
2019-08-10 23:06:34 +02:00
dependencies = [
"arrayvec",
"bitflags",
"cfg-if",
"ryu",
"static_assertions",
2019-08-10 23:06:34 +02:00
]
[[package]]
name = "libc"
2022-12-20 13:01:00 +01:00
version = "0.2.138"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
[[package]]
name = "link-cplusplus"
version = "1.0.8"
2019-10-25 18:57:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
2022-08-07 15:13:31 +02:00
[[package]]
name = "linux-raw-sys"
2022-12-20 13:01:00 +01:00
version = "0.1.4"
2022-08-07 15:13:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2019-10-25 18:57:35 +02:00
[[package]]
name = "log"
2022-08-07 15:13:31 +02:00
version = "0.4.17"
2019-10-25 18:57:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2019-10-25 18:57:35 +02:00
dependencies = [
"cfg-if",
2019-10-25 18:57:35 +02:00
]
2019-08-10 23:06:34 +02:00
[[package]]
name = "memchr"
2022-08-07 15:13:31 +02:00
version = "2.5.0"
2019-08-10 23:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2019-08-10 23:06:34 +02:00
2019-08-10 23:52:44 +02:00
[[package]]
name = "memoffset"
2021-12-05 15:03:05 +01:00
version = "0.6.5"
2019-08-10 23:52:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-05 15:03:05 +01:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2019-08-10 23:52:44 +02:00
dependencies = [
"autocfg",
2019-08-10 23:52:44 +02:00
]
2022-12-20 13:01:00 +01:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2019-08-17 14:21:18 +02:00
[[package]]
name = "miniz_oxide"
2022-12-20 13:01:00 +01:00
version = "0.6.2"
2019-10-25 18:57:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2019-10-25 18:57:35 +02:00
dependencies = [
"adler",
2019-10-25 18:57:35 +02:00
]
[[package]]
name = "nibble_vec"
version = "0.1.0"
2019-08-17 14:21:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
2019-08-17 14:21:18 +02:00
dependencies = [
"smallvec",
2019-08-17 14:21:18 +02:00
]
2019-08-10 23:52:44 +02:00
[[package]]
name = "nix"
2022-12-20 13:01:00 +01:00
version = "0.23.2"
2019-08-10 23:52:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
dependencies = [
"bitflags",
"cc",
"cfg-if",
"libc",
2022-12-20 13:01:00 +01:00
"memoffset 0.6.5",
]
2019-08-10 23:52:44 +02:00
2019-08-10 23:06:34 +02:00
[[package]]
name = "nom"
version = "5.1.2"
2019-08-10 23:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2019-08-10 23:06:34 +02:00
dependencies = [
"lexical-core",
"memchr",
"version_check",
2019-08-10 23:06:34 +02:00
]
[[package]]
name = "num-integer"
2022-08-07 15:13:31 +02:00
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
2022-08-07 15:13:31 +02:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
2019-08-10 23:52:44 +02:00
[[package]]
name = "num_cpus"
2022-12-20 13:01:00 +01:00
version = "1.14.0"
2019-08-10 23:52:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
2019-08-10 23:52:44 +02:00
dependencies = [
"hermit-abi",
"libc",
2019-08-10 23:52:44 +02:00
]
2022-08-07 15:13:31 +02:00
[[package]]
name = "once_cell"
2022-12-20 13:01:00 +01:00
version = "1.16.0"
2022-08-07 15:13:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
2022-08-07 15:13:31 +02:00
[[package]]
name = "proc-macro2"
2022-12-20 13:01:00 +01:00
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
dependencies = [
2022-08-07 15:13:31 +02:00
"unicode-ident",
]
[[package]]
name = "quote"
2022-12-20 13:01:00 +01:00
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
dependencies = [
"proc-macro2",
]
[[package]]
name = "radix_trie"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
dependencies = [
"endian-type",
"nibble_vec",
]
2019-08-10 23:52:44 +02:00
[[package]]
name = "rayon"
2022-12-20 13:01:00 +01:00
version = "1.6.1"
2019-08-10 23:52:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
2019-08-10 23:52:44 +02:00
dependencies = [
"either",
"rayon-core",
2019-08-10 23:52:44 +02:00
]
[[package]]
name = "rayon-core"
2022-12-20 13:01:00 +01:00
version = "1.10.1"
2019-08-10 23:52:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
2019-08-10 23:52:44 +02:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
2019-08-10 23:52:44 +02:00
]
[[package]]
name = "regex"
2022-12-20 13:01:00 +01:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2022-12-20 13:01:00 +01:00
version = "0.6.28"
2022-08-07 15:13:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2022-08-07 15:13:31 +02:00
[[package]]
name = "rustix"
2022-12-20 13:01:00 +01:00
version = "0.36.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
2022-08-07 15:13:31 +02:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys",
]
2019-08-10 23:06:34 +02:00
2019-10-25 18:57:35 +02:00
[[package]]
name = "rustyline"
2022-08-07 15:13:31 +02:00
version = "9.1.2"
2019-10-25 18:57:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "db7826789c0e25614b03e5a54a0717a86f9ff6e6e5247f92b369472869320039"
2019-10-25 18:57:35 +02:00
dependencies = [
"bitflags",
"cfg-if",
"clipboard-win",
"fd-lock",
"libc",
"log",
"memchr",
"nix",
"radix_trie",
"scopeguard",
"smallvec",
"unicode-segmentation",
"unicode-width",
"utf8parse",
"winapi",
2019-10-25 18:57:35 +02:00
]
[[package]]
name = "ryu"
2022-12-20 13:01:00 +01:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
2019-08-10 23:47:12 +02:00
[[package]]
name = "scanlex"
version = "0.1.4"
2019-08-10 23:47:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db"
2019-08-10 23:47:12 +02:00
2019-08-10 23:52:44 +02:00
[[package]]
name = "scopeguard"
2019-10-25 18:57:35 +02:00
version = "1.1.0"
2019-08-10 23:52:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-08-10 23:06:34 +02:00
2022-12-20 13:01:00 +01:00
[[package]]
name = "scratch"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
[[package]]
name = "serde"
2022-12-20 13:01:00 +01:00
version = "1.0.151"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-12-20 13:01:00 +01:00
version = "1.0.151"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-12-20 13:01:00 +01:00
version = "1.0.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
dependencies = [
"itoa",
"ryu",
"serde",
2019-08-10 23:06:34 +02:00
]
[[package]]
name = "smallvec"
2022-12-20 13:01:00 +01:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2019-08-10 23:06:34 +02:00
[[package]]
name = "static_assertions"
version = "1.1.0"
2019-08-10 23:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2019-08-10 23:06:34 +02:00
[[package]]
name = "str-buf"
2022-08-07 15:13:31 +02:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
[[package]]
name = "syn"
2022-12-20 13:01:00 +01:00
version = "1.0.107"
2021-08-29 20:29:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
2021-08-29 20:29:01 +02:00
dependencies = [
"proc-macro2",
"quote",
2022-08-07 15:13:31 +02:00
"unicode-ident",
2021-08-29 20:29:01 +02:00
]
2022-12-20 13:01:00 +01:00
[[package]]
name = "termcolor"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
[[package]]
name = "time"
2022-12-20 13:01:00 +01:00
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
"libc",
"wasi",
"winapi",
]
2022-08-07 15:13:31 +02:00
[[package]]
name = "unicode-ident"
2022-12-20 13:01:00 +01:00
version = "1.0.6"
2022-08-07 15:13:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2022-08-07 15:13:31 +02:00
2019-10-25 18:57:35 +02:00
[[package]]
name = "unicode-segmentation"
2022-12-20 13:01:00 +01:00
version = "1.10.0"
2019-10-25 18:57:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
2019-10-25 18:57:35 +02:00
[[package]]
name = "unicode-width"
2022-12-20 13:01:00 +01:00
version = "0.1.10"
2019-10-25 18:57:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2019-10-25 18:57:35 +02:00
2019-08-10 23:06:34 +02:00
[[package]]
2019-10-25 18:57:35 +02:00
name = "utf8parse"
version = "0.2.0"
2019-08-10 23:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
2019-08-10 23:06:34 +02:00
[[package]]
name = "version_check"
2022-08-07 15:13:31 +02:00
version = "0.9.4"
2019-08-10 23:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 15:13:31 +02:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2019-08-10 23:06:34 +02:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
2019-08-10 23:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2019-08-10 23:06:34 +02:00
2022-08-07 15:13:31 +02:00
[[package]]
name = "wasm-bindgen"
2022-12-20 13:01:00 +01:00
version = "0.2.83"
2022-08-07 15:13:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
2022-08-07 15:13:31 +02:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-12-20 13:01:00 +01:00
version = "0.2.83"
2022-08-07 15:13:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2022-08-07 15:13:31 +02:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-12-20 13:01:00 +01:00
version = "0.2.83"
2022-08-07 15:13:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2022-08-07 15:13:31 +02:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-12-20 13:01:00 +01:00
version = "0.2.83"
2022-08-07 15:13:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2022-08-07 15:13:31 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-12-20 13:01:00 +01:00
version = "0.2.83"
2022-08-07 15:13:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2022-08-07 15:13:31 +02: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"
2022-12-20 13:01:00 +01:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-07-21 12:37:11 +02:00
2021-12-05 15:03:05 +01:00
[[package]]
name = "windows-sys"
2022-12-20 13:01:00 +01:00
version = "0.42.0"
2021-12-05 15:03:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2021-12-05 15:03:05 +01:00
dependencies = [
2022-12-20 13:01:00 +01:00
"windows_aarch64_gnullvm",
2021-12-05 15:03:05 +01:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2022-12-20 13:01:00 +01:00
"windows_x86_64_gnullvm",
2021-12-05 15:03:05 +01:00
"windows_x86_64_msvc",
]
2022-12-20 13:01:00 +01:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
2021-12-05 15:03:05 +01:00
[[package]]
name = "windows_aarch64_msvc"
2022-12-20 13:01:00 +01:00
version = "0.42.0"
2021-12-05 15:03:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
2021-12-05 15:03:05 +01:00
[[package]]
name = "windows_i686_gnu"
2022-12-20 13:01:00 +01:00
version = "0.42.0"
2021-12-05 15:03:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
2021-12-05 15:03:05 +01:00
[[package]]
name = "windows_i686_msvc"
2022-12-20 13:01:00 +01:00
version = "0.42.0"
2021-12-05 15:03:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
2021-12-05 15:03:05 +01:00
[[package]]
name = "windows_x86_64_gnu"
2022-12-20 13:01:00 +01:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
2021-12-05 15:03:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
2021-12-05 15:03:05 +01:00
[[package]]
name = "windows_x86_64_msvc"
2022-12-20 13:01:00 +01:00
version = "0.42.0"
2021-12-05 15:03:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2021-12-05 15:03:05 +01:00
2019-07-21 18:32:51 +02:00
[[package]]
name = "zip"
2022-12-20 13:01:00 +01:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 13:01:00 +01:00
checksum = "537ce7411d25e54e8ae21a7ce0b15840e7bfcff15b51d697ec3266cc76bdf080"
dependencies = [
2021-08-29 20:29:01 +02:00
"byteorder",
"crc32fast",
2022-08-07 15:13:31 +02:00
"crossbeam-utils",
"flate2",
]