2019-09-13 22:26:27 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-08-08 13:24:56 +02:00
|
|
|
version = 3
|
|
|
|
|
2017-05-12 11:50:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "1.1.2"
|
2023-06-01 19:58:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2023-06-01 19:58:33 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-08-01 19:20:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-09-01 07:37:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-10-18 07:00:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
2024-01-01 18:33:54 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-10-18 07:00:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
|
|
|
version = "3.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-01-01 18:33:54 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-10-18 07:00:56 +02:00
|
|
|
]
|
|
|
|
|
2020-04-03 20:55:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-10-01 19:23:46 +02:00
|
|
|
version = "1.0.75"
|
2020-04-03 20:55:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 19:23:46 +02:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2020-05-19 14:01:22 +02:00
|
|
|
|
2022-05-12 16:41:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "argmax"
|
2022-09-11 20:11:53 +02:00
|
|
|
version = "0.3.1"
|
2022-05-12 16:41:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-11 20:11:53 +02:00
|
|
|
checksum = "5b7e3ef5e3a7f2c5e5a49d90ad087c03d38258e75155daac64deb62c50972c66"
|
2022-05-12 16:41:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2023-01-01 18:01:35 +01:00
|
|
|
"nix 0.24.3",
|
2022-05-12 16:41:47 +02:00
|
|
|
]
|
|
|
|
|
2020-03-22 15:47:06 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-28 08:48:57 +01:00
|
|
|
version = "1.1.0"
|
2020-05-19 14:01:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-28 08:48:57 +01:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-05-19 14:01:22 +02:00
|
|
|
|
2017-10-04 23:19:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-11-02 05:41:56 +01:00
|
|
|
version = "1.3.2"
|
2017-10-04 23:19:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-02 05:41:56 +01:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2017-10-04 23:19:30 +02:00
|
|
|
|
2023-03-20 08:25:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-10-18 07:00:56 +02:00
|
|
|
version = "2.4.1"
|
2023-03-20 08:25:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-18 07:00:56 +02:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-03-20 08:25:29 +01:00
|
|
|
|
2019-09-15 12:41:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "1.7.0"
|
2019-09-15 12:41:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019"
|
2019-09-15 12:41:04 +02:00
|
|
|
dependencies = [
|
2020-10-25 21:18:53 +01:00
|
|
|
"memchr",
|
2023-03-20 08:25:29 +01:00
|
|
|
"serde",
|
2019-09-15 12:41:04 +02:00
|
|
|
]
|
|
|
|
|
2022-09-01 07:37:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "3.14.0"
|
2022-09-01 07:37:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2022-09-01 07:37:41 +02:00
|
|
|
|
2017-06-11 14:15:25 +02:00
|
|
|
[[package]]
|
2018-07-30 17:19:37 +02:00
|
|
|
name = "cc"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "1.0.83"
|
2017-06-11 14:15:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2017-11-22 23:05:09 +01:00
|
|
|
|
2020-12-06 12:00:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-10-25 12:30:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.4.31"
|
2020-10-25 12:30:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2020-10-25 12:30:38 +01:00
|
|
|
dependencies = [
|
2023-08-01 19:20:18 +02:00
|
|
|
"android-tzdata",
|
2022-09-01 07:37:41 +02:00
|
|
|
"iana-time-zone",
|
2020-10-25 12:30:38 +01:00
|
|
|
"num-traits",
|
2024-01-01 18:33:54 +01:00
|
|
|
"windows-targets 0.48.5",
|
2020-10-25 12:30:38 +01:00
|
|
|
]
|
|
|
|
|
2017-06-11 14:15:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-01-08 10:03:39 +01:00
|
|
|
version = "4.4.13"
|
2017-06-11 14:15:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 10:03:39 +01:00
|
|
|
checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642"
|
2017-06-11 14:15:25 +02:00
|
|
|
dependencies = [
|
2023-10-18 07:00:56 +02:00
|
|
|
"clap_builder",
|
2022-06-17 10:08:24 +02:00
|
|
|
"clap_derive",
|
2023-10-18 07:00:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-01-08 10:03:39 +01:00
|
|
|
version = "4.4.12"
|
2023-10-18 07:00:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 10:03:39 +01:00
|
|
|
checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9"
|
2023-10-18 07:00:56 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2022-05-02 01:50:02 +02:00
|
|
|
"clap_lex",
|
2020-10-25 21:18:53 +01:00
|
|
|
"strsim",
|
2022-01-04 08:35:49 +01:00
|
|
|
"terminal_size",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2024-03-01 18:42:13 +01:00
|
|
|
version = "4.5.1"
|
2022-01-04 08:35:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-01 18:42:13 +01:00
|
|
|
checksum = "885e4d7d5af40bfb99ae6f9433e292feac98d452dcb3ec3d25dfe7552b77da8c"
|
2022-01-04 08:35:49 +01:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
2017-06-11 14:15:25 +02:00
|
|
|
]
|
|
|
|
|
2022-06-17 10:08:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-11-01 18:20:06 +01:00
|
|
|
version = "4.4.7"
|
2022-06-17 10:08:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 18:20:06 +01:00
|
|
|
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
|
2022-06-17 10:08:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-19 05:36:44 +02:00
|
|
|
"syn 2.0.38",
|
2022-06-17 10:08:24 +02:00
|
|
|
]
|
|
|
|
|
2022-05-02 01:50:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-11-01 18:20:06 +01:00
|
|
|
version = "0.6.0"
|
2022-05-02 01:50:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 18:20:06 +01:00
|
|
|
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
2022-05-02 01:50:02 +02:00
|
|
|
|
2023-10-18 07:00:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2022-09-01 07:37:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.8.4"
|
2022-09-01 07:37:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-09-01 07:37:41 +02:00
|
|
|
|
2022-10-24 16:17:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-02-01 18:54:58 +01:00
|
|
|
version = "0.5.11"
|
2022-10-24 16:17:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-01 18:54:58 +01:00
|
|
|
checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
|
2022-10-24 16:17:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-11-01 18:37:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2018-12-12 19:22:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-01-01 19:04:12 +01:00
|
|
|
version = "0.8.18"
|
2018-12-12 19:22:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-01 19:04:12 +01:00
|
|
|
checksum = "c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c"
|
2018-12-12 19:22:09 +01:00
|
|
|
dependencies = [
|
2021-08-11 09:48:42 +02:00
|
|
|
"cfg-if",
|
2018-12-12 19:22:09 +01:00
|
|
|
]
|
2017-05-15 22:38:34 +02:00
|
|
|
|
2017-11-22 23:05:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "3.4.1"
|
2022-05-18 16:18:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "82e95fbd621905b854affdc67943b043a0fbb6ed7385fd5a25650d19a8a6cfdf"
|
2022-05-18 16:18:54 +02:00
|
|
|
dependencies = [
|
2023-10-19 05:36:44 +02:00
|
|
|
"nix 0.27.1",
|
2024-01-01 18:33:54 +01:00
|
|
|
"windows-sys 0.48.0",
|
2022-05-18 16:18:54 +02:00
|
|
|
]
|
|
|
|
|
2017-10-04 23:19:30 +02:00
|
|
|
[[package]]
|
2017-12-10 06:40:13 +01:00
|
|
|
name = "diff"
|
2022-07-01 19:04:05 +02:00
|
|
|
version = "0.1.13"
|
2017-10-04 23:19:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-01 19:04:05 +02:00
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2017-10-04 23:19:30 +02:00
|
|
|
|
2023-04-01 19:59:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-01-01 19:07:49 +01:00
|
|
|
version = "0.3.8"
|
2022-10-09 07:51:45 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-01 19:07:49 +01:00
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
2022-10-09 07:51:45 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-01-01 19:07:49 +01:00
|
|
|
"windows-sys 0.52.0",
|
2022-10-09 07:51:45 +02:00
|
|
|
]
|
|
|
|
|
2023-04-22 04:26:23 +02:00
|
|
|
[[package]]
|
|
|
|
name = "etcetera"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"home",
|
2024-01-01 18:33:54 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-04-22 04:26:23 +02:00
|
|
|
]
|
|
|
|
|
2022-07-12 18:01:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "faccess"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5"
|
|
|
|
dependencies = [
|
2023-03-20 08:25:29 +01:00
|
|
|
"bitflags 1.3.2",
|
2022-07-12 18:01:54 +02:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-11-30 07:57:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "2.0.1"
|
2022-11-30 07:57:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2022-11-30 07:57:48 +01:00
|
|
|
|
2017-12-18 15:53:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fd-find"
|
2023-12-19 10:46:26 +01:00
|
|
|
version = "9.0.0"
|
2017-12-18 15:53:34 +01:00
|
|
|
dependencies = [
|
2023-10-21 21:55:09 +02:00
|
|
|
"aho-corasick",
|
2020-10-25 21:18:53 +01:00
|
|
|
"anyhow",
|
2022-05-12 16:41:47 +02:00
|
|
|
"argmax",
|
2020-10-25 12:30:38 +01:00
|
|
|
"chrono",
|
2020-10-25 21:18:53 +01:00
|
|
|
"clap",
|
2022-01-04 08:35:49 +01:00
|
|
|
"clap_complete",
|
2022-10-24 16:17:02 +02:00
|
|
|
"crossbeam-channel",
|
2020-10-25 21:18:53 +01:00
|
|
|
"ctrlc",
|
|
|
|
"diff",
|
2023-04-22 04:26:23 +02:00
|
|
|
"etcetera",
|
2022-07-12 18:01:54 +02:00
|
|
|
"faccess",
|
2020-10-25 21:18:53 +01:00
|
|
|
"filetime",
|
2023-11-26 20:39:25 +01:00
|
|
|
"globset",
|
2020-10-25 21:18:53 +01:00
|
|
|
"humantime",
|
|
|
|
"ignore",
|
|
|
|
"jemallocator",
|
|
|
|
"libc",
|
|
|
|
"lscolors",
|
2023-11-01 18:19:59 +01:00
|
|
|
"nix 0.27.1",
|
2021-08-08 13:24:56 +02:00
|
|
|
"normpath",
|
2024-02-01 21:50:41 +01:00
|
|
|
"nu-ansi-term 0.50.0",
|
2020-10-25 21:18:53 +01:00
|
|
|
"regex",
|
2023-11-01 18:19:54 +01:00
|
|
|
"regex-syntax",
|
2022-11-30 07:57:48 +01:00
|
|
|
"tempfile",
|
2021-08-09 15:49:48 +02:00
|
|
|
"test-case",
|
2020-10-25 21:18:53 +01:00
|
|
|
"version_check",
|
2017-12-18 15:53:34 +01:00
|
|
|
]
|
|
|
|
|
2018-10-09 13:47:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2024-01-01 18:33:54 +01:00
|
|
|
version = "0.2.23"
|
2018-10-09 13:47:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-01 18:33:54 +01:00
|
|
|
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
|
2018-10-09 13:47:42 +02:00
|
|
|
dependencies = [
|
2021-08-11 09:48:42 +02:00
|
|
|
"cfg-if",
|
2020-10-25 21:18:53 +01:00
|
|
|
"libc",
|
2024-01-01 18:33:54 +01:00
|
|
|
"redox_syscall",
|
|
|
|
"windows-sys 0.52.0",
|
2018-10-09 13:47:42 +02:00
|
|
|
]
|
|
|
|
|
2017-12-10 06:40:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2023-11-26 20:39:25 +01:00
|
|
|
version = "0.4.14"
|
2017-12-10 06:40:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 20:39:25 +01:00
|
|
|
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
|
2023-11-01 18:37:33 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"log",
|
|
|
|
"regex-automata",
|
2023-11-02 08:07:39 +01:00
|
|
|
"regex-syntax",
|
2023-11-01 18:37:33 +01:00
|
|
|
]
|
|
|
|
|
2022-06-17 10:08:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-03-20 08:25:29 +01:00
|
|
|
version = "0.4.1"
|
2022-06-17 10:08:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 08:25:29 +01:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-06-17 10:08:24 +02:00
|
|
|
|
2023-04-22 04:26:23 +02:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.5.5"
|
2023-04-22 04:26:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
2023-04-22 04:26:23 +02:00
|
|
|
dependencies = [
|
2024-01-01 18:33:54 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-04-22 04:26:23 +02:00
|
|
|
]
|
|
|
|
|
2018-10-09 13:47:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-08-11 09:48:42 +02:00
|
|
|
version = "2.1.0"
|
2018-10-09 13:47:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-11 09:48:42 +02:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2018-10-09 13:47:42 +02:00
|
|
|
|
2022-09-01 07:37:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.1.58"
|
2022-09-01 07:37:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
|
2022-09-01 07:37:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2022-05-18 16:18:54 +02:00
|
|
|
"iana-time-zone-haiku",
|
2022-09-01 07:37:41 +02:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-10-19 05:36:44 +02:00
|
|
|
"windows-core",
|
2022-09-01 07:37:41 +02:00
|
|
|
]
|
|
|
|
|
2022-05-18 16:18:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.1.2"
|
2022-05-18 16:18:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-05-18 16:18:54 +02:00
|
|
|
dependencies = [
|
2023-10-19 05:36:44 +02:00
|
|
|
"cc",
|
2022-05-18 16:18:54 +02:00
|
|
|
]
|
|
|
|
|
2017-05-15 22:38:34 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2024-02-01 19:34:09 +01:00
|
|
|
version = "0.4.22"
|
2023-11-26 20:39:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-01 19:34:09 +01:00
|
|
|
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
|
2017-05-15 22:38:34 +02:00
|
|
|
dependencies = [
|
2023-11-01 18:37:33 +01:00
|
|
|
"crossbeam-deque",
|
2023-11-26 20:39:25 +01:00
|
|
|
"globset",
|
2020-10-25 21:18:53 +01:00
|
|
|
"log",
|
|
|
|
"memchr",
|
2023-11-01 18:37:33 +01:00
|
|
|
"regex-automata",
|
2020-10-25 21:18:53 +01:00
|
|
|
"same-file",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
2017-05-15 22:38:34 +02:00
|
|
|
]
|
|
|
|
|
2019-09-15 19:29:15 +02:00
|
|
|
[[package]]
|
|
|
|
name = "jemalloc-sys"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.5.4+5.3.0-patched"
|
2019-09-15 19:29:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
|
2019-09-15 19:29:15 +02:00
|
|
|
dependencies = [
|
2020-10-25 21:18:53 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2019-09-15 19:29:15 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jemallocator"
|
2023-10-01 19:23:38 +02:00
|
|
|
version = "0.5.4"
|
2019-09-15 19:29:15 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 19:23:38 +02:00
|
|
|
checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
|
2019-09-15 19:29:15 +02:00
|
|
|
dependencies = [
|
2020-10-25 21:18:53 +01:00
|
|
|
"jemalloc-sys",
|
|
|
|
"libc",
|
2017-05-12 11:50:03 +02:00
|
|
|
]
|
|
|
|
|
2022-09-01 07:37:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.3.64"
|
2022-09-01 07:37:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2022-09-01 07:37:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2017-05-12 11:50:03 +02:00
|
|
|
[[package]]
|
2017-12-10 06:40:13 +01:00
|
|
|
name = "lazy_static"
|
2019-09-15 12:41:04 +02:00
|
|
|
version = "1.4.0"
|
2017-05-12 11:50:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 21:18:53 +01:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2017-05-12 11:50:03 +02:00
|
|
|
|
2017-05-15 22:38:34 +02:00
|
|
|
[[package]]
|
2017-12-10 06:40:13 +01:00
|
|
|
name = "libc"
|
2024-01-01 18:33:39 +01:00
|
|
|
version = "0.2.151"
|
2023-01-17 08:17:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-01 18:33:39 +01:00
|
|
|
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
|
2023-01-17 08:17:50 +01:00
|
|
|
|
2023-04-01 19:59:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-01-01 19:07:49 +01:00
|
|
|
version = "0.4.12"
|
2023-04-01 19:59:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-01 19:07:49 +01:00
|
|
|
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
|
2023-04-01 19:59:31 +02:00
|
|
|
|
2018-01-03 10:32:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.4.20"
|
2018-01-03 10:32:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2017-10-04 23:19:30 +02:00
|
|
|
|
2018-12-09 14:56:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lscolors"
|
2023-12-01 18:25:20 +01:00
|
|
|
version = "0.16.0"
|
2018-12-09 14:56:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-01 18:25:20 +01:00
|
|
|
checksum = "ab0b209ec3976527806024406fe765474b9a1750a0ed4b8f0372364741f50e7b"
|
2018-12-09 14:56:05 +01:00
|
|
|
dependencies = [
|
2024-02-01 21:50:41 +01:00
|
|
|
"nu-ansi-term 0.49.0",
|
2018-12-09 14:56:05 +01:00
|
|
|
]
|
|
|
|
|
2017-05-12 11:50:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-10-01 19:23:14 +02:00
|
|
|
version = "2.6.4"
|
2017-05-12 11:50:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 19:23:14 +02:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2017-05-12 11:50:03 +02:00
|
|
|
|
2023-11-01 18:37:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-09-02 10:56:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-01-01 18:01:35 +01:00
|
|
|
version = "0.24.3"
|
2022-09-02 10:56:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-01 18:01:35 +01:00
|
|
|
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
|
2022-09-02 10:56:48 +02:00
|
|
|
dependencies = [
|
2023-03-20 08:25:29 +01:00
|
|
|
"bitflags 1.3.2",
|
2022-09-02 10:56:48 +02:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-10-19 05:36:44 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.27.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.1",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-02-01 18:02:24 +01:00
|
|
|
]
|
|
|
|
|
2021-08-08 13:24:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "normpath"
|
2023-04-01 20:39:39 +02:00
|
|
|
version = "1.1.1"
|
2021-08-08 13:24:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-01 20:39:39 +02:00
|
|
|
checksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5"
|
2021-08-08 13:24:56 +02:00
|
|
|
dependencies = [
|
2024-01-01 18:33:54 +01:00
|
|
|
"windows-sys 0.48.0",
|
2021-08-08 13:24:56 +02:00
|
|
|
]
|
|
|
|
|
2023-08-02 03:10:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.49.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
|
|
|
|
dependencies = [
|
2024-01-01 18:33:54 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-08-02 03:10:43 +02:00
|
|
|
]
|
|
|
|
|
2024-02-01 21:50:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.50.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2020-10-25 12:30:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.2.17"
|
2020-10-25 12:30:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2020-10-25 12:30:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-08-11 09:48:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "1.18.0"
|
2021-08-11 09:48:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2021-08-11 09:48:42 +02:00
|
|
|
|
2022-03-01 21:29:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 08:25:29 +01:00
|
|
|
"syn 1.0.109",
|
2022-03-01 21:29:59 +01:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-08-09 15:49:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "1.0.69"
|
2021-08-09 15:49:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2021-08-09 15:49:48 +02:00
|
|
|
dependencies = [
|
2022-05-28 23:12:32 +02:00
|
|
|
"unicode-ident",
|
2021-08-09 15:49:48 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "1.0.33"
|
2021-08-09 15:49:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2021-08-09 15:49:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-11-01 18:19:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2017-05-12 11:50:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-02-01 18:54:48 +01:00
|
|
|
version = "1.10.3"
|
2023-06-01 19:58:33 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-01 18:54:48 +01:00
|
|
|
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
|
2023-06-01 19:58:33 +02:00
|
|
|
dependencies = [
|
2023-10-01 19:23:23 +02:00
|
|
|
"aho-corasick",
|
2023-06-01 19:58:33 +02:00
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
2023-11-01 18:19:54 +01:00
|
|
|
"regex-syntax",
|
2023-06-01 19:58:33 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-02-01 18:54:48 +01:00
|
|
|
version = "0.4.5"
|
2018-05-04 17:20:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-01 18:54:48 +01:00
|
|
|
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
|
2018-05-04 17:20:16 +02:00
|
|
|
dependencies = [
|
2023-10-01 19:23:23 +02:00
|
|
|
"aho-corasick",
|
2020-10-25 21:18:53 +01:00
|
|
|
"memchr",
|
2023-11-01 18:19:54 +01:00
|
|
|
"regex-syntax",
|
2018-05-04 17:20:16 +02:00
|
|
|
]
|
|
|
|
|
2023-01-17 08:17:50 +01:00
|
|
|
[[package]]
|
2023-10-19 05:36:44 +02:00
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.2"
|
2023-01-17 08:17:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2023-04-01 19:59:31 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-01-01 19:07:49 +01:00
|
|
|
version = "0.38.28"
|
2023-04-01 19:59:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-01 19:07:49 +01:00
|
|
|
checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
|
2023-04-01 19:59:31 +02:00
|
|
|
dependencies = [
|
2023-10-18 07:00:56 +02:00
|
|
|
"bitflags 2.4.1",
|
|
|
|
"errno",
|
2023-04-01 19:59:31 +02:00
|
|
|
"libc",
|
2023-10-19 05:36:44 +02:00
|
|
|
"linux-raw-sys",
|
2024-01-01 19:07:49 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-01-17 08:17:50 +01:00
|
|
|
]
|
|
|
|
|
2018-02-21 21:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-03-22 15:47:06 +01:00
|
|
|
version = "1.0.6"
|
2018-12-12 19:22:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 21:18:53 +01:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2018-12-12 19:22:09 +01:00
|
|
|
dependencies = [
|
2020-10-25 21:18:53 +01:00
|
|
|
"winapi-util",
|
2018-12-12 19:22:09 +01:00
|
|
|
]
|
|
|
|
|
2023-11-01 18:37:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2023-03-20 08:25:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "1.0.189"
|
2022-05-18 16:18:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537"
|
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2022-05-18 16:18:54 +02:00
|
|
|
|
2017-06-11 14:15:25 +02:00
|
|
|
[[package]]
|
2023-10-19 05:36:44 +02:00
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.189"
|
2023-02-01 18:02:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.38",
|
|
|
|
]
|
2023-02-01 18:02:24 +01:00
|
|
|
|
|
|
|
[[package]]
|
2017-06-11 14:15:25 +02:00
|
|
|
name = "strsim"
|
2022-01-04 08:35:49 +01:00
|
|
|
version = "0.10.0"
|
2017-06-11 14:15:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 08:35:49 +01:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2017-06-11 14:15:25 +02:00
|
|
|
|
2021-08-09 15:49:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-20 08:25:29 +01:00
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "2.0.38"
|
2021-08-09 15:49:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
2021-08-09 15:49:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-28 23:12:32 +02:00
|
|
|
"unicode-ident",
|
2021-08-09 15:49:48 +02:00
|
|
|
]
|
|
|
|
|
2017-10-04 23:19:30 +02:00
|
|
|
[[package]]
|
2022-11-30 07:57:48 +01:00
|
|
|
name = "tempfile"
|
2024-01-01 19:07:49 +01:00
|
|
|
version = "3.9.0"
|
2017-10-04 23:19:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-01 19:07:49 +01:00
|
|
|
checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
|
2017-10-04 23:19:30 +02:00
|
|
|
dependencies = [
|
2022-11-30 07:57:48 +01:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2024-01-01 18:33:54 +01:00
|
|
|
"redox_syscall",
|
2023-10-19 05:36:44 +02:00
|
|
|
"rustix",
|
2024-01-01 19:07:49 +01:00
|
|
|
"windows-sys 0.52.0",
|
2022-01-04 08:35:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2023-10-18 07:00:56 +02:00
|
|
|
version = "0.3.0"
|
2018-01-01 12:15:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-18 07:00:56 +02:00
|
|
|
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
|
2018-01-01 12:15:39 +01:00
|
|
|
dependencies = [
|
2023-10-19 05:36:44 +02:00
|
|
|
"rustix",
|
2024-01-01 18:33:54 +01:00
|
|
|
"windows-sys 0.48.0",
|
2018-01-01 12:15:39 +01:00
|
|
|
]
|
|
|
|
|
2021-08-09 15:49:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "test-case"
|
2023-12-01 18:25:13 +01:00
|
|
|
version = "3.3.1"
|
2021-08-09 15:49:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-01 18:25:13 +01:00
|
|
|
checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8"
|
2022-05-28 23:12:32 +02:00
|
|
|
dependencies = [
|
|
|
|
"test-case-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-27 21:44:30 +02:00
|
|
|
name = "test-case-core"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "3.2.1"
|
2022-05-28 23:12:32 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "54c25e2cb8f5fcd7318157634e8838aa6f7e4715c96637f969fabaccd1ef5462"
|
2021-08-09 15:49:48 +02:00
|
|
|
dependencies = [
|
2021-08-11 09:48:42 +02:00
|
|
|
"cfg-if",
|
2022-03-01 21:29:59 +01:00
|
|
|
"proc-macro-error",
|
2021-08-09 15:49:48 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-19 05:36:44 +02:00
|
|
|
"syn 2.0.38",
|
2021-08-09 15:49:48 +02:00
|
|
|
]
|
|
|
|
|
2023-03-27 21:44:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "test-case-macros"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "3.2.1"
|
2023-03-27 21:44:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "37cfd7bbc88a0104e304229fba519bdc45501a30b760fb72240342f1289ad257"
|
2023-03-27 21:44:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-19 05:36:44 +02:00
|
|
|
"syn 2.0.38",
|
2023-03-27 21:44:30 +02:00
|
|
|
"test-case-core",
|
|
|
|
]
|
|
|
|
|
2021-08-09 15:49:48 +02:00
|
|
|
[[package]]
|
2022-05-28 23:12:32 +02:00
|
|
|
name = "unicode-ident"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "1.0.12"
|
2021-08-09 15:49:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2021-08-09 15:49:48 +02:00
|
|
|
|
2023-10-18 07:00:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2017-11-13 16:40:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-03 17:26:25 +01:00
|
|
|
version = "0.9.4"
|
2017-05-12 11:50:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 17:26:25 +01:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2017-05-12 11:50:03 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "2.4.0"
|
2017-05-12 11:50:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2017-05-12 11:50:03 +02:00
|
|
|
dependencies = [
|
2020-10-25 21:18:53 +01:00
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
2017-05-12 11:50:03 +02:00
|
|
|
]
|
|
|
|
|
2022-09-01 07:37:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.2.87"
|
2022-09-01 07:37:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2022-09-01 07:37:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.2.87"
|
2022-09-01 07:37:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2022-09-01 07:37:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-19 05:36:44 +02:00
|
|
|
"syn 2.0.38",
|
2022-09-01 07:37:41 +02:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.2.87"
|
2022-09-01 07:37:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2022-09-01 07:37:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.2.87"
|
2022-09-01 07:37:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2022-09-01 07:37:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-19 05:36:44 +02:00
|
|
|
"syn 2.0.38",
|
2022-09-01 07:37:41 +02:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.2.87"
|
2020-10-25 12:30:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2020-10-25 12:30:38 +01:00
|
|
|
|
2018-01-03 10:32:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2021-08-11 09:48:42 +02:00
|
|
|
version = "0.3.9"
|
2018-01-03 10:32:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-11 09:48:42 +02:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-01-03 10:32:18 +01:00
|
|
|
dependencies = [
|
2020-10-25 21:18:53 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-01-03 10:32:18 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
2018-02-21 21:40:19 +01:00
|
|
|
version = "0.4.0"
|
2018-01-03 10:32:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 21:18:53 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-01-03 10:32:18 +01:00
|
|
|
|
2018-12-12 19:22:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.1.6"
|
2018-12-12 19:22:09 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2018-12-12 19:22:09 +01:00
|
|
|
dependencies = [
|
2020-10-25 21:18:53 +01:00
|
|
|
"winapi",
|
2018-12-12 19:22:09 +01:00
|
|
|
]
|
|
|
|
|
2018-01-03 10:32:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
2018-02-21 21:40:19 +01:00
|
|
|
version = "0.4.0"
|
2018-01-03 10:32:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 21:18:53 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2022-08-02 02:58:45 +02:00
|
|
|
|
2022-05-18 16:18:54 +02:00
|
|
|
[[package]]
|
2023-10-19 05:36:44 +02:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.51.1"
|
2022-05-18 16:18:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
|
2023-03-20 08:25:29 +01:00
|
|
|
dependencies = [
|
2024-01-01 18:33:54 +01:00
|
|
|
"windows-targets 0.48.5",
|
2023-04-01 20:39:39 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2024-01-01 18:33:54 +01:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.0",
|
2023-03-20 08:25:29 +01:00
|
|
|
]
|
2022-05-18 16:18:54 +02:00
|
|
|
|
2022-08-02 02:58:45 +02:00
|
|
|
[[package]]
|
2023-03-20 08:25:29 +01:00
|
|
|
name = "windows-targets"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.48.5"
|
2022-08-02 02:58:45 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-03-20 08:25:29 +01:00
|
|
|
dependencies = [
|
2024-01-01 18:33:54 +01:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.52.0",
|
|
|
|
"windows_aarch64_msvc 0.52.0",
|
|
|
|
"windows_i686_gnu 0.52.0",
|
|
|
|
"windows_i686_msvc 0.52.0",
|
|
|
|
"windows_x86_64_gnu 0.52.0",
|
|
|
|
"windows_x86_64_gnullvm 0.52.0",
|
|
|
|
"windows_x86_64_msvc 0.52.0",
|
2023-03-20 08:25:29 +01:00
|
|
|
]
|
2022-08-02 02:58:45 +02:00
|
|
|
|
2022-05-18 16:18:54 +02:00
|
|
|
[[package]]
|
2023-03-20 08:25:29 +01:00
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.48.5"
|
2023-04-01 20:39:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-01 20:39:39 +02:00
|
|
|
|
2024-01-01 18:33:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
|
|
|
|
2022-08-02 02:58:45 +02:00
|
|
|
[[package]]
|
2023-03-20 08:25:29 +01:00
|
|
|
name = "windows_aarch64_msvc"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.48.5"
|
2022-08-02 02:58:45 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-01 20:39:39 +02:00
|
|
|
|
2024-01-01 18:33:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
|
|
|
|
2022-05-18 16:18:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.48.5"
|
2023-04-01 20:39:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-01 20:39:39 +02:00
|
|
|
|
2024-01-01 18:33:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
|
|
|
|
2022-05-18 16:18:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.48.5"
|
2022-05-18 16:18:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-01 20:39:39 +02:00
|
|
|
|
2024-01-01 18:33:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
|
|
|
|
2022-08-02 02:58:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.48.5"
|
2023-04-01 20:39:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-01 20:39:39 +02:00
|
|
|
|
2024-01-01 18:33:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
|
|
|
|
2022-05-18 16:18:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.48.5"
|
2022-08-02 02:58:45 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-01 20:39:39 +02:00
|
|
|
|
2024-01-01 18:33:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
|
|
|
|
2022-05-18 16:18:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-10-19 05:36:44 +02:00
|
|
|
version = "0.48.5"
|
2023-04-01 20:39:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 05:36:44 +02:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2024-01-01 18:33:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|