2019-07-21 12:37:11 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-08-29 19:42:11 +02:00
|
|
|
version = 3
|
|
|
|
|
2019-07-21 18:32:51 +02:00
|
|
|
[[package]]
|
2021-08-29 19:42:11 +02:00
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
2019-07-21 18:32:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 19:42:11 +02:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2019-07-21 18:32:51 +02:00
|
|
|
|
2020-03-07 21:04:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "1.1.3"
|
2020-03-07 21:04:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2020-03-07 21:04:12 +01:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"memchr",
|
2020-03-07 21:04:12 +01:00
|
|
|
]
|
|
|
|
|
2024-03-20 11:01:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-03-31 16:01:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "1.0.86"
|
2024-03-31 16:01:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2024-03-31 16:01:02 +02:00
|
|
|
|
2019-07-21 16:14:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-05-08 19:38:11 +02:00
|
|
|
version = "1.3.0"
|
2019-10-25 18:57:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 19:38:11 +02:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2019-10-25 18:57:35 +02:00
|
|
|
|
2024-03-20 11:01:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "2.6.0"
|
2024-03-20 11:01:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2024-03-20 11:01:38 +01:00
|
|
|
|
2022-08-07 15:13:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-05-08 19:38:11 +02:00
|
|
|
version = "3.16.0"
|
2022-08-07 15:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 19:38:11 +02:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2022-08-07 15:13:31 +02:00
|
|
|
|
2021-08-29 20:29:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "1.5.0"
|
2021-08-29 20:29:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2021-08-29 20:29:01 +02:00
|
|
|
|
2019-10-25 18:57:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "1.1.13"
|
2019-07-21 16:14:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
|
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2019-07-21 16:14:46 +02:00
|
|
|
|
2019-07-21 18:32:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2021-08-29 19:42:11 +02:00
|
|
|
version = "1.0.0"
|
2019-07-21 18:32:51 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 19:42:11 +02:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2019-07-21 18:32:51 +02:00
|
|
|
|
2024-03-20 11:01:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2019-07-21 16:14:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-05-08 19:38:11 +02:00
|
|
|
version = "0.4.38"
|
2019-07-21 16:14:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 19:38:11 +02:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2019-07-21 16:14:46 +02:00
|
|
|
dependencies = [
|
2024-03-20 11:01:38 +01:00
|
|
|
"android-tzdata",
|
2022-12-20 13:01:00 +01:00
|
|
|
"iana-time-zone",
|
2022-08-07 15:13:31 +02:00
|
|
|
"js-sys",
|
2021-08-29 19:42:11 +02:00
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2022-08-07 15:13:31 +02:00
|
|
|
"wasm-bindgen",
|
2024-03-20 11:01:38 +01:00
|
|
|
"windows-targets",
|
2019-07-21 16:14:46 +02:00
|
|
|
]
|
|
|
|
|
2021-08-29 19:42:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "5.4.0"
|
2021-08-29 19:42:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892"
|
2021-08-29 19:42:11 +02:00
|
|
|
dependencies = [
|
|
|
|
"error-code",
|
2022-12-20 13:01:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "0.8.7"
|
2022-12-20 13:01:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2022-12-20 13:01:00 +01:00
|
|
|
|
2019-07-21 18:32:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "1.4.2"
|
2019-08-10 23:52:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2019-08-10 23:52:44 +02:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"cfg-if",
|
2019-08-10 23:52:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-29 19:42:11 +02:00
|
|
|
name = "crossbeam-deque"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "0.8.5"
|
2019-08-10 23:52:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2019-08-10 23:52:44 +02:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2019-08-10 23:52:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-29 19:42:11 +02:00
|
|
|
name = "crossbeam-epoch"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "0.9.18"
|
2019-08-10 23:52:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2019-08-10 23:52:44 +02:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"crossbeam-utils",
|
2019-08-10 23:52:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.8.20"
|
2022-12-20 13:01:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2019-08-10 23:52:44 +02:00
|
|
|
|
2024-03-31 16:01:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "dateparser"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2ef451feee09ae5ecd8a02e738bd9adee9266b8fa9b44e22d3ce968d8694238"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2024-05-08 19:38:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "1.0.0"
|
2024-05-08 19:38:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
|
|
|
|
dependencies = [
|
|
|
|
"derive_more-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more-impl"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
|
2024-05-08 19:38:11 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 16:40:15 +02:00
|
|
|
"syn",
|
2024-05-08 19:38:11 +02:00
|
|
|
]
|
|
|
|
|
2019-08-10 23:52:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "1.13.0"
|
2022-08-07 15:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2022-08-07 15:13:31 +02:00
|
|
|
|
2021-08-29 19:42:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "error-code"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "3.2.0"
|
2021-08-29 19:42:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
|
2019-08-10 23:52:44 +02:00
|
|
|
|
2019-07-21 12:37:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fimfareader"
|
|
|
|
version = "0.1.0"
|
2019-07-21 16:14:46 +02:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"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 = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"fimfareader",
|
|
|
|
"fimfareader-query",
|
|
|
|
"rustyline",
|
2020-05-21 14:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fimfareader-query"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"chrono",
|
2024-03-31 16:01:02 +02:00
|
|
|
"dateparser",
|
2024-05-08 19:38:11 +02:00
|
|
|
"derive_more",
|
2021-08-29 19:42:11 +02:00
|
|
|
"fimfareader",
|
|
|
|
"nom",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
2019-08-17 15:19:44 +02:00
|
|
|
]
|
|
|
|
|
2019-08-17 14:21:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "1.0.31"
|
2019-08-17 14:21:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920"
|
2019-08-17 14:21:18 +02:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
2019-10-25 18:57:35 +02:00
|
|
|
]
|
|
|
|
|
2019-07-21 16:14:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-08-29 19:42:11 +02:00
|
|
|
version = "0.4.3"
|
2019-07-21 16:14:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-29 19:42:11 +02:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2019-07-21 16:14:46 +02:00
|
|
|
|
2022-12-20 13:01:00 +01:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "0.1.60"
|
2022-12-20 13:01:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2022-12-20 13:01:00 +01:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-03-20 11:01:38 +01:00
|
|
|
"windows-core",
|
2022-12-20 13:01:00 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "0.1.2"
|
2022-08-07 15:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-12-20 13:01:00 +01:00
|
|
|
dependencies = [
|
2024-03-20 11:01:38 +01:00
|
|
|
"cc",
|
2022-12-20 13:01:00 +01:00
|
|
|
]
|
2022-08-07 15:13:31 +02:00
|
|
|
|
2019-07-21 16:14:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-03-20 17:52:40 +01:00
|
|
|
version = "1.0.11"
|
2022-08-07 15:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 17:52:40 +01:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2022-08-07 15:13:31 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "0.3.70"
|
2019-07-21 16:14:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
|
2022-08-07 15:13:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2019-07-21 16:14:46 +02:00
|
|
|
|
2019-08-10 23:52:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "1.5.0"
|
2019-08-10 23:52:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2019-08-10 23:52:44 +02:00
|
|
|
|
2019-07-21 16:14:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "0.2.157"
|
2022-12-20 13:01:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86"
|
2019-10-25 18:57:35 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.4.22"
|
2019-10-25 18:57:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2019-10-25 18:57:35 +02:00
|
|
|
|
2019-08-10 23:06:34 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "2.7.4"
|
2019-08-10 23:06:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2022-12-20 13:01:00 +01:00
|
|
|
|
2024-03-20 17:52:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2019-08-17 14:21:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.7.4"
|
2019-10-25 18:57:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2019-10-25 18:57:35 +02:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"adler",
|
2019-10-25 18:57:35 +02:00
|
|
|
]
|
|
|
|
|
2019-08-10 23:52:44 +02:00
|
|
|
[[package]]
|
2021-08-29 19:42:11 +02:00
|
|
|
name = "nix"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "0.28.0"
|
2019-08-10 23:52:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
|
2021-08-29 19:42:11 +02:00
|
|
|
dependencies = [
|
2024-03-20 17:52:40 +01:00
|
|
|
"bitflags",
|
2021-08-29 19:42:11 +02:00
|
|
|
"cfg-if",
|
2024-03-20 11:01:38 +01:00
|
|
|
"cfg_aliases",
|
2021-08-29 19:42:11 +02:00
|
|
|
"libc",
|
|
|
|
]
|
2019-08-10 23:52:44 +02:00
|
|
|
|
2019-08-10 23:06:34 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2024-03-20 17:52:40 +01:00
|
|
|
version = "7.1.3"
|
2019-08-10 23:06:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 17:52:40 +01:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2019-08-10 23:06:34 +02:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"memchr",
|
2024-03-20 17:52:40 +01:00
|
|
|
"minimal-lexical",
|
2019-08-10 23:06:34 +02:00
|
|
|
]
|
|
|
|
|
2019-07-21 16:14:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-08 19:38:11 +02:00
|
|
|
version = "0.2.19"
|
2019-07-21 16:14:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 19:38:11 +02:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2019-07-21 16:14:46 +02:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"autocfg",
|
2019-07-21 16:14:46 +02:00
|
|
|
]
|
|
|
|
|
2022-08-07 15:13:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "1.19.0"
|
2022-08-07 15:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-08-07 15:13:31 +02:00
|
|
|
|
2019-07-21 16:14:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "1.0.86"
|
2019-07-21 16:14:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2019-07-21 16:14:46 +02:00
|
|
|
dependencies = [
|
2022-08-07 15:13:31 +02:00
|
|
|
"unicode-ident",
|
2019-07-21 16:14:46 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-05-08 19:38:11 +02:00
|
|
|
version = "1.0.36"
|
2021-08-29 19:42:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 19:38:11 +02:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2021-08-29 19:42:11 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2019-08-10 23:52:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-03-20 17:52:40 +01:00
|
|
|
version = "1.10.0"
|
2019-08-10 23:52:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 17:52:40 +01:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2019-08-10 23:52:44 +02:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2019-08-10 23:52:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "1.12.1"
|
2019-08-10 23:52:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2019-08-10 23:52:44 +02:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
2019-08-10 23:52:44 +02:00
|
|
|
]
|
|
|
|
|
2020-03-07 21:04:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "1.10.6"
|
2020-03-07 21:04:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
2020-03-07 21:04:12 +01:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-03-20 11:01:38 +01:00
|
|
|
"regex-automata",
|
2021-08-29 19:42:11 +02:00
|
|
|
"regex-syntax",
|
2020-03-07 21:04:12 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-20 11:01:38 +01:00
|
|
|
name = "regex-automata"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.4.7"
|
2022-08-07 15:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2024-03-20 11:01:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
2022-08-07 15:13:31 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-03-20 11:01:38 +01:00
|
|
|
name = "regex-syntax"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.8.4"
|
2020-03-07 21:04:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2019-08-10 23:06:34 +02:00
|
|
|
|
2019-10-25 18:57:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "14.0.0"
|
2019-10-25 18:57:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63"
|
2019-10-25 18:57:35 +02:00
|
|
|
dependencies = [
|
2024-03-20 17:52:40 +01:00
|
|
|
"bitflags",
|
2021-08-29 19:42:11 +02:00
|
|
|
"cfg-if",
|
|
|
|
"clipboard-win",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"nix",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"utf8parse",
|
2024-03-20 11:01:38 +01:00
|
|
|
"windows-sys",
|
2019-10-25 18:57:35 +02:00
|
|
|
]
|
|
|
|
|
2019-07-21 16:14:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-08 19:38:11 +02:00
|
|
|
version = "1.0.18"
|
2019-07-21 16:14:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 19:38:11 +02:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2019-07-21 16:14:46 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "1.0.208"
|
2019-07-21 16:14:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
|
2019-07-21 16:14:46 +02:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"serde_derive",
|
2019-07-21 16:14:46 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "1.0.208"
|
2019-07-21 16:14:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
|
2019-07-21 16:14:46 +02:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 16:40:15 +02:00
|
|
|
"syn",
|
2019-07-21 16:14:46 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "1.0.125"
|
2019-07-21 16:14:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
|
2019-07-21 16:14:46 +02:00
|
|
|
dependencies = [
|
2021-08-29 19:42:11 +02:00
|
|
|
"itoa",
|
2024-08-18 22:08:09 +02:00
|
|
|
"memchr",
|
2021-08-29 19:42:11 +02:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-08-10 23:06:34 +02:00
|
|
|
]
|
|
|
|
|
2024-08-18 22:08:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2020-03-07 21:04:12 +01:00
|
|
|
[[package]]
|
2021-08-29 19:42:11 +02:00
|
|
|
name = "syn"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "2.0.75"
|
2024-05-08 19:38:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9"
|
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-08-07 15:13:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "1.0.12"
|
2022-08-07 15:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-08-07 15:13:31 +02:00
|
|
|
|
2019-10-25 18:57:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "1.11.0"
|
2019-10-25 18:57:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
2019-10-25 18:57:35 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.1.13"
|
2019-10-25 18:57:35 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
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"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.2.2"
|
2019-08-10 23:06:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2019-08-10 23:06:34 +02:00
|
|
|
|
2022-08-07 15:13:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "0.2.93"
|
2022-08-07 15:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
2022-08-07 15:13:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-08-18 22:08:09 +02:00
|
|
|
"once_cell",
|
2022-08-07 15:13:31 +02:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "0.2.93"
|
2022-08-07 15:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
2022-08-07 15:13:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 16:40:15 +02:00
|
|
|
"syn",
|
2022-08-07 15:13:31 +02:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "0.2.93"
|
2022-08-07 15:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
2022-08-07 15:13:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "0.2.93"
|
2022-08-07 15:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
2022-08-07 15:13:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 16:40:15 +02:00
|
|
|
"syn",
|
2022-08-07 15:13:31 +02:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-08-18 22:08:09 +02:00
|
|
|
version = "0.2.93"
|
2022-08-07 15:13:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 22:08:09 +02:00
|
|
|
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
2022-08-07 15:13:31 +02:00
|
|
|
|
2019-07-21 16:14:46 +02:00
|
|
|
[[package]]
|
2024-03-20 11:01:38 +01:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
2019-07-21 16:14:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2019-07-21 16:14:46 +02:00
|
|
|
dependencies = [
|
2024-03-20 11:01:38 +01:00
|
|
|
"windows-targets",
|
2019-07-21 16:14:46 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-20 11:01:38 +01:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
2022-12-20 13:01:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2022-12-20 13:01:00 +01:00
|
|
|
dependencies = [
|
2024-03-20 11:01:38 +01:00
|
|
|
"windows-targets",
|
2022-12-20 13:01:00 +01:00
|
|
|
]
|
|
|
|
|
2019-07-21 16:14:46 +02:00
|
|
|
[[package]]
|
2024-03-20 11:01:38 +01:00
|
|
|
name = "windows-targets"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.52.6"
|
2021-12-05 15:03:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
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",
|
2024-05-08 19:38:11 +02:00
|
|
|
"windows_i686_gnullvm",
|
2021-12-05 15:03:05 +01:00
|
|
|
"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"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.52.6"
|
2022-12-20 13:01:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2022-12-20 13:01:00 +01:00
|
|
|
|
2021-12-05 15:03:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.52.6"
|
2021-12-05 15:03:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2021-12-05 15:03:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.52.6"
|
2024-05-08 19:38:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-05-08 19:38:11 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.52.6"
|
2021-12-05 15:03:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2021-12-05 15:03:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.52.6"
|
2021-12-05 15:03:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2021-12-05 15:03:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.52.6"
|
2022-12-20 13:01:00 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2022-12-20 13:01:00 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.52.6"
|
2021-12-05 15:03:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2021-12-05 15:03:05 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-05-09 16:40:15 +02:00
|
|
|
version = "0.52.6"
|
2021-12-05 15:03:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 16:40:15 +02:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2021-12-05 15:03:05 +01:00
|
|
|
|
2019-07-21 18:32:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2024-03-20 11:01:38 +01:00
|
|
|
version = "0.6.6"
|
2021-08-29 19:42:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 11:01:38 +01:00
|
|
|
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
2021-08-29 19:42:11 +02:00
|
|
|
dependencies = [
|
2021-08-29 20:29:01 +02:00
|
|
|
"byteorder",
|
2021-08-29 19:42:11 +02:00
|
|
|
"crc32fast",
|
2022-08-07 15:13:31 +02:00
|
|
|
"crossbeam-utils",
|
2021-08-29 19:42:11 +02:00
|
|
|
"flate2",
|
|
|
|
]
|