2019-04-16 22:16:31 -04:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-28 15:56:13 -04:00
|
|
|
version = 3
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.21.0"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2020-11-23 13:40:55 -05:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "1.0.2"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-11-23 13:40:55 -05:00
|
|
|
|
2020-11-10 21:23:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.8.3"
|
2020-11-10 21:23:38 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
2020-11-10 21:23:38 -05:00
|
|
|
dependencies = [
|
2022-09-01 07:50:35 -04:00
|
|
|
"cfg-if",
|
2021-07-01 09:27:45 -04:00
|
|
|
"getrandom",
|
2021-02-04 22:40:07 -05:00
|
|
|
"once_cell",
|
2020-12-01 03:18:56 -05:00
|
|
|
"version_check",
|
2020-11-10 21:23:38 -05:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-08-31 20:57:02 -04:00
|
|
|
version = "1.0.5"
|
2023-05-01 11:30:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 20:57:02 -04:00
|
|
|
checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783"
|
2023-05-01 11:30:51 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-10-03 12:36:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "anes"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
|
|
2023-09-30 20:34:31 -04: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",
|
2023-09-30 23:29:52 -04:00
|
|
|
"anstyle-wincon",
|
2023-08-31 20:57:02 -04:00
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-03-14 00:01:45 -04:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-09-30 20:34:31 -04:00
|
|
|
version = "1.0.4"
|
2023-03-14 00:01:45 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 20:34:31 -04:00
|
|
|
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
2023-03-14 00:01:45 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.2.1"
|
2023-03-14 00:01:45 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
|
2023-03-14 00:01:45 -04:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-04-12 22:52:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
2023-09-02 18:05:30 -04:00
|
|
|
"windows-sys",
|
2023-04-12 22:52:15 -04:00
|
|
|
]
|
|
|
|
|
2023-09-30 20:34:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
|
|
|
version = "3.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2019-10-29 13:36:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.75"
|
2019-10-29 13:36:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2019-10-29 13:36:50 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "assert_fs"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.13"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "f070617a68e5c2ed5d06ee8dd620ee18fb72b99f6c094bed34cf8ab07c875b48"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2023-09-02 18:05:30 -04:00
|
|
|
"anstyle",
|
2019-10-25 18:37:09 -04:00
|
|
|
"doc-comment",
|
|
|
|
"globwalk",
|
|
|
|
"predicates",
|
|
|
|
"predicates-core",
|
|
|
|
"predicates-tree",
|
|
|
|
"tempfile",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-02-03 07:48:55 -05:00
|
|
|
version = "0.2.14"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2022-12-01 17:10:07 -05:00
|
|
|
"hermit-abi 0.1.19",
|
2019-10-25 18:37:09 -04:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2020-02-03 07:48:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-01 09:40:15 -05:00
|
|
|
version = "1.1.0"
|
2020-02-03 07:48:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 09:40:15 -05:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-02-03 07:48:55 -05:00
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.3.69"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2020-11-23 13:40:55 -05:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
2021-04-30 11:40:13 -04:00
|
|
|
"cc",
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2020-11-23 13:40:55 -05:00
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-01 08:13:35 -04:00
|
|
|
version = "1.3.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 08:13:35 -04:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2023-09-02 18:05:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
2019-07-13 21:52:24 -04:00
|
|
|
name = "bstr"
|
2023-08-31 20:57:02 -04:00
|
|
|
version = "1.6.2"
|
2019-07-13 21:52:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 20:57:02 -04:00
|
|
|
checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
|
2022-10-03 12:36:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "3.13.0"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
2022-08-01 15:45:58 -04:00
|
|
|
version = "0.3.0"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-01 15:45:58 -04:00
|
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
2021-04-30 11:40:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.83"
|
2021-04-30 11:40:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-04-30 11:40:13 -04:00
|
|
|
|
2020-11-23 11:08:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
2022-10-03 12:36:25 -04:00
|
|
|
name = "ciborium"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.2.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2022-10-03 12:36:25 -04:00
|
|
|
"ciborium-io",
|
|
|
|
"ciborium-ll",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-io"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.2.1"
|
2022-10-03 12:36:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
|
2022-10-03 12:36:25 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-ll"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.2.1"
|
2022-10-03 12:36:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
|
2022-10-03 12:36:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"half",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-12-06 16:36:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "3.2.25"
|
2021-12-06 16:36:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
2021-12-06 16:36:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2023-09-02 18:05:30 -04:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"clap_derive 3.2.25",
|
2022-09-28 16:53:45 -04:00
|
|
|
"clap_lex 0.2.4",
|
2023-09-02 18:05:30 -04:00
|
|
|
"indexmap 1.9.3",
|
2022-07-01 03:04:47 -04:00
|
|
|
"once_cell",
|
2023-09-02 18:05:30 -04:00
|
|
|
"strsim",
|
2021-12-06 16:36:23 -05:00
|
|
|
"termcolor",
|
2022-10-03 12:36:25 -04:00
|
|
|
"textwrap",
|
2021-12-06 16:36:23 -05:00
|
|
|
]
|
|
|
|
|
2022-09-28 16:53:45 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-09-30 20:34:31 -04:00
|
|
|
version = "4.4.6"
|
2022-09-28 16:53:45 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 20:34:31 -04:00
|
|
|
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
|
2022-09-28 16:53:45 -04:00
|
|
|
dependencies = [
|
2023-03-31 21:33:41 -04:00
|
|
|
"clap_builder",
|
2023-08-31 20:57:02 -04:00
|
|
|
"clap_derive 4.4.2",
|
2022-09-28 16:53:45 -04:00
|
|
|
]
|
|
|
|
|
2022-03-01 09:40:15 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clap-verbosity-flag"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "2.0.1"
|
2022-03-01 09:40:15 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "1eef05769009513df2eb1c3b4613e7fad873a14c600ff025b08f250f59fee7de"
|
2022-03-01 09:40:15 -05:00
|
|
|
dependencies = [
|
2023-09-30 20:34:31 -04:00
|
|
|
"clap 4.4.6",
|
2022-03-01 09:40:15 -05:00
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2023-03-31 21:33:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-09-30 20:34:31 -04:00
|
|
|
version = "4.4.6"
|
2023-03-31 21:33:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 20:34:31 -04:00
|
|
|
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
|
2023-03-31 21:33:41 -04:00
|
|
|
dependencies = [
|
2023-09-30 23:29:52 -04:00
|
|
|
"anstream",
|
2023-03-31 21:33:41 -04:00
|
|
|
"anstyle",
|
2023-09-02 18:05:30 -04:00
|
|
|
"clap_lex 0.5.1",
|
|
|
|
"strsim",
|
2023-03-31 21:33:41 -04:00
|
|
|
]
|
|
|
|
|
2021-12-06 16:36:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "3.2.25"
|
2021-12-06 16:36:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
|
2021-12-06 16:36:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-31 21:33:41 -04:00
|
|
|
"syn 1.0.109",
|
2021-12-06 16:36:23 -05:00
|
|
|
]
|
|
|
|
|
2022-09-28 16:53:45 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-08-31 20:57:02 -04:00
|
|
|
version = "4.4.2"
|
2022-09-28 16:53:45 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 20:57:02 -04:00
|
|
|
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
|
2022-09-28 16:53:45 -04:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-02 18:05:30 -04:00
|
|
|
"syn 2.0.29",
|
2022-09-28 16:53:45 -04:00
|
|
|
]
|
|
|
|
|
2022-05-02 03:19:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-07-01 03:04:47 -04:00
|
|
|
version = "0.2.4"
|
2022-05-02 03:19:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-01 03:04:47 -04:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-05-02 03:19:28 -04:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2022-09-28 16:53:45 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.5.1"
|
2022-09-28 16:53:45 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
|
2022-09-28 16:53:45 -04:00
|
|
|
|
2019-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "codegenrs"
|
2022-02-01 11:34:12 -05:00
|
|
|
version = "2.0.0"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 11:34:12 -05:00
|
|
|
checksum = "d7ecb55fae620b95dc3586f10bf6d93d4bfc73b34b0adddf18445b9291458dd6"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2023-09-02 18:05:30 -04:00
|
|
|
"clap 3.2.25",
|
2021-05-01 03:01:59 -04:00
|
|
|
"derive_more",
|
2019-10-25 18:37:09 -04:00
|
|
|
"difference",
|
|
|
|
"normalize-line-endings",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-10-28 12:01:22 -04:00
|
|
|
[[package]]
|
2022-08-01 15:45:58 -04:00
|
|
|
name = "codespell-dict"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "0.4.0"
|
2019-10-28 12:01:22 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"codegenrs",
|
2021-06-30 11:12:17 -04:00
|
|
|
"dictgen",
|
2023-08-31 23:12:20 -04:00
|
|
|
"itertools 0.11.0",
|
2022-08-01 15:45:58 -04:00
|
|
|
"snapbox",
|
2023-06-08 09:10:49 -04:00
|
|
|
"typos",
|
2019-10-25 18:37:09 -04:00
|
|
|
"unicase",
|
2019-10-28 12:01:22 -04:00
|
|
|
]
|
|
|
|
|
2023-03-14 00:01:45 -04:00
|
|
|
[[package]]
|
2023-04-12 22:52:15 -04:00
|
|
|
name = "colorchoice"
|
2023-03-14 00:01:45 -04:00
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-12 22:52:15 -04:00
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2023-03-14 00:01:45 -04:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-12 22:52:15 -04:00
|
|
|
name = "colorchoice-clap"
|
2023-09-30 20:34:31 -04:00
|
|
|
version = "1.0.3"
|
2023-03-14 00:01:45 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 20:34:31 -04:00
|
|
|
checksum = "6fe9ad5d064caf028aeb50818a5c7857c28f746ad04111652b85d9bca8b0d0be"
|
2023-03-14 00:01:45 -04:00
|
|
|
dependencies = [
|
2023-09-30 20:34:31 -04:00
|
|
|
"clap 4.4.6",
|
2023-04-12 22:52:15 -04:00
|
|
|
"colorchoice",
|
2023-03-14 00:01:45 -04:00
|
|
|
]
|
|
|
|
|
2020-08-21 15:28:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "content_inspector"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-04-30 11:40:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2023-05-31 20:53:02 -04:00
|
|
|
version = "0.5.1"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-31 20:53:02 -04:00
|
|
|
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2022-10-03 12:36:25 -04:00
|
|
|
"anes",
|
2021-02-05 22:38:44 -05:00
|
|
|
"cast",
|
2022-10-03 12:36:25 -04:00
|
|
|
"ciborium",
|
2023-09-30 20:34:31 -04:00
|
|
|
"clap 4.4.6",
|
2021-02-05 22:38:44 -05:00
|
|
|
"criterion-plot",
|
2023-05-31 20:53:02 -04:00
|
|
|
"is-terminal",
|
2023-08-31 23:12:20 -04:00
|
|
|
"itertools 0.10.5",
|
2021-02-05 22:38:44 -05:00
|
|
|
"num-traits",
|
2023-05-31 20:53:02 -04:00
|
|
|
"once_cell",
|
2021-02-05 22:38:44 -05:00
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
2022-10-03 12:36:25 -04:00
|
|
|
version = "0.5.0"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-03 12:36:25 -04:00
|
|
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"cast",
|
2023-08-31 23:12:20 -04:00
|
|
|
"itertools 0.10.5",
|
2021-02-05 22:38:44 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.5.8"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2021-02-05 22:38:44 -05:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.8.3"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2021-02-05 22:38:44 -05:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.9.15"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2022-05-02 03:19:28 -04:00
|
|
|
"autocfg",
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2021-02-05 22:38:44 -05:00
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.8.16"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.2.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"csv-core",
|
2023-02-28 00:34:02 -05:00
|
|
|
"itoa",
|
2019-10-25 18:37:09 -04:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2019-10-25 18:37:09 -04:00
|
|
|
version = "0.1.10"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"memchr",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2020-03-24 07:11:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.20.3"
|
2020-03-24 07:11:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
|
2020-03-24 07:11:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.20.3"
|
2020-03-24 07:11:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
|
2020-03-24 07:11:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-02 18:05:30 -04:00
|
|
|
"strsim",
|
|
|
|
"syn 2.0.29",
|
2020-03-24 07:11:31 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.20.3"
|
2020-03-24 07:11:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
|
2020-03-24 07:11:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
2021-05-01 03:01:59 -04:00
|
|
|
"quote",
|
2023-09-02 18:05:30 -04:00
|
|
|
"syn 2.0.29",
|
2019-08-07 09:20:18 -04:00
|
|
|
]
|
|
|
|
|
2020-03-02 10:38:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2021-12-01 02:02:57 -05:00
|
|
|
version = "0.99.17"
|
2020-03-02 10:38:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 02:02:57 -05:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2020-03-02 10:38:48 -05:00
|
|
|
dependencies = [
|
2021-04-30 11:40:13 -04:00
|
|
|
"convert_case",
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-12-01 02:02:57 -05:00
|
|
|
"rustc_version",
|
2023-03-31 21:33:41 -04:00
|
|
|
"syn 1.0.109",
|
2020-03-24 07:11:31 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_setters"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.1.6"
|
2020-03-24 07:11:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
|
2020-03-24 07:11:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-02 18:05:30 -04:00
|
|
|
"syn 2.0.29",
|
2020-03-02 10:38:48 -05:00
|
|
|
]
|
|
|
|
|
2021-06-30 11:12:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dictgen"
|
2023-09-01 17:20:50 -04:00
|
|
|
version = "0.2.7"
|
2021-06-30 11:12:17 -04:00
|
|
|
dependencies = [
|
2021-09-01 07:38:52 -04:00
|
|
|
"phf",
|
2021-07-01 11:39:27 -04:00
|
|
|
"phf_codegen",
|
2021-09-01 07:38:52 -04:00
|
|
|
"phf_shared",
|
2021-06-30 11:12:17 -04:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2020-11-11 19:19:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "difflib"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
|
|
|
2019-12-02 09:07:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
2019-10-25 18:37:09 -04:00
|
|
|
version = "0.3.3"
|
2019-12-02 09:07:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
2019-12-02 09:07:04 -05:00
|
|
|
|
2022-02-01 08:18:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.4"
|
2022-02-01 08:18:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
|
2022-02-01 08:18:17 -05:00
|
|
|
|
2020-05-27 21:46:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "edit-distance"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbbaaaf38131deb9ca518a274a45bfdb8771f139517b073b16c2d3d32ae5037b"
|
|
|
|
|
2019-01-23 09:33:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.9.0"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2019-01-23 09:33:51 -05:00
|
|
|
|
2020-11-03 20:52:39 -05:00
|
|
|
[[package]]
|
2023-03-29 21:00:39 -04:00
|
|
|
name = "encoding_rs"
|
2023-08-31 20:57:02 -04:00
|
|
|
version = "0.8.33"
|
2020-11-03 20:52:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 20:57:02 -04:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2020-11-03 20:52:39 -05:00
|
|
|
dependencies = [
|
2023-03-29 21:00:39 -04:00
|
|
|
"cfg-if",
|
2020-11-03 20:52:39 -05:00
|
|
|
]
|
|
|
|
|
2020-04-07 20:50:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "enumflags2"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.7.7"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2"
|
2020-04-07 20:50:06 -04:00
|
|
|
dependencies = [
|
|
|
|
"enumflags2_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2_derive"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.7.7"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745"
|
2020-04-07 20:50:06 -04:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-02 18:05:30 -04:00
|
|
|
"syn 2.0.29",
|
2020-04-07 20:50:06 -04:00
|
|
|
]
|
|
|
|
|
2019-07-19 23:45:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2022-12-01 20:30:30 -05:00
|
|
|
version = "0.10.0"
|
2019-07-19 23:45:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-01 20:30:30 -05:00
|
|
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
2019-07-19 23:45:41 -04:00
|
|
|
dependencies = [
|
2022-12-01 20:30:30 -05:00
|
|
|
"is-terminal",
|
2020-11-10 20:35:17 -05:00
|
|
|
"log",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-06-26 15:33:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.1"
|
2022-12-01 17:10:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2022-12-01 17:10:07 -05:00
|
|
|
|
2023-05-31 20:53:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.3.3"
|
2023-05-31 20:53:02 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
|
2023-05-31 20:53:02 -04:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-09-02 18:05:30 -04:00
|
|
|
"windows-sys",
|
2023-05-31 20:53:02 -04:00
|
|
|
]
|
|
|
|
|
2022-12-01 17:10:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-01 11:34:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "2.0.0"
|
2022-02-01 11:34:12 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
2022-02-01 11:34:12 -05:00
|
|
|
|
2022-03-29 15:42:12 -04:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.2.22"
|
2022-03-29 15:42:12 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
|
2022-03-29 15:42:12 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2023-09-02 18:05:30 -04:00
|
|
|
"windows-sys",
|
2022-03-29 15:42:12 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-06-01 19:37:05 -04:00
|
|
|
version = "1.0.7"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-01 19:37:05 -04:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2020-11-10 21:23:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.2.10"
|
2020-11-10 21:23:38 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2020-11-10 21:23:38 -05:00
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2020-11-10 21:23:38 -05:00
|
|
|
"libc",
|
2021-07-01 09:27:45 -04:00
|
|
|
"wasi",
|
2020-11-10 21:23:38 -05:00
|
|
|
]
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.28.0"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
2020-11-23 13:40:55 -05:00
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-02-28 00:34:02 -05:00
|
|
|
version = "0.3.1"
|
2021-11-08 12:20:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 00:34:02 -05:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2021-11-08 12:20:27 -05:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2023-08-31 20:57:02 -04:00
|
|
|
version = "0.4.13"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 20:57:02 -04:00
|
|
|
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2023-08-31 20:57:02 -04:00
|
|
|
"aho-corasick",
|
2023-02-28 00:34:02 -05:00
|
|
|
"bstr",
|
2019-10-25 18:37:09 -04:00
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globwalk"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "0.8.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2023-09-02 18:05:30 -04:00
|
|
|
"bitflags 1.3.2",
|
2019-10-25 18:37:09 -04:00
|
|
|
"ignore",
|
|
|
|
"walkdir",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2021-12-01 08:59:35 -05:00
|
|
|
version = "1.8.2"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-08-01 15:45:58 -04:00
|
|
|
version = "0.12.3"
|
2021-11-08 12:20:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-01 15:45:58 -04:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2021-11-08 12:20:27 -05:00
|
|
|
|
2023-06-26 15:33:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-09-30 20:34:31 -04:00
|
|
|
version = "0.14.1"
|
2023-06-26 15:33:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 20:34:31 -04:00
|
|
|
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
|
2023-06-26 15:33:59 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-28 00:34:02 -05:00
|
|
|
version = "0.4.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 00:34:02 -05:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2020-02-03 07:48:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-07-01 11:39:27 -04:00
|
|
|
version = "0.1.19"
|
2020-02-03 07:48:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 11:39:27 -04:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-02-03 07:48:55 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"libc",
|
2020-02-03 07:48:55 -05:00
|
|
|
]
|
|
|
|
|
2022-12-01 17:10:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.3.2"
|
2023-02-28 00:34:02 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2023-02-28 00:34:02 -05:00
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "human-panic"
|
2023-09-30 20:34:31 -04:00
|
|
|
version = "1.2.1"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 20:34:31 -04:00
|
|
|
checksum = "b82da652938b83f94cfdaaf9ae7aaadb8430d84b0dfda226998416318727eac2"
|
2020-11-23 13:40:55 -05:00
|
|
|
dependencies = [
|
2023-09-30 23:29:52 -04:00
|
|
|
"anstream",
|
2023-03-31 21:33:41 -04:00
|
|
|
"anstyle",
|
2020-11-23 13:40:55 -05:00
|
|
|
"backtrace",
|
2023-02-28 00:34:02 -05:00
|
|
|
"os_info",
|
2020-11-23 13:40:55 -05:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2023-09-30 23:30:10 -04:00
|
|
|
"toml 0.7.6",
|
2020-11-23 13:40:55 -05:00
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2019-07-19 23:45:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-08-01 03:05:08 -04:00
|
|
|
version = "2.1.0"
|
2019-07-19 23:45:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-01 03:05:08 -04:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2019-07-19 23:45:41 -04:00
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "humantime-serde"
|
2022-05-02 03:19:28 -04:00
|
|
|
version = "1.1.1"
|
2021-11-08 12:20:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 03:19:28 -04:00
|
|
|
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
|
2021-11-08 12:20:27 -05:00
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-03-24 07:11:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.4.20"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.9.3"
|
2021-11-08 12:20:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2021-11-08 12:20:27 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-06-26 15:33:59 -04:00
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-09-30 20:34:31 -04:00
|
|
|
version = "2.0.2"
|
2023-06-26 15:33:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 20:34:31 -04:00
|
|
|
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
|
2023-06-26 15:33:59 -04:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-09-30 20:34:31 -04:00
|
|
|
"hashbrown 0.14.1",
|
2021-11-08 12:20:27 -05:00
|
|
|
]
|
|
|
|
|
2022-12-01 17:10:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.4.9"
|
2022-12-01 17:10:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2022-12-01 17:10:07 -05:00
|
|
|
dependencies = [
|
2023-09-02 18:05:30 -04:00
|
|
|
"hermit-abi 0.3.2",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2022-12-01 17:10:07 -05:00
|
|
|
]
|
|
|
|
|
2019-01-23 09:33:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-10-03 12:36:25 -04:00
|
|
|
version = "0.10.5"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-03 12:36:25 -04:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2019-01-23 09:33:51 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"either",
|
2019-01-23 09:33:51 -05:00
|
|
|
]
|
|
|
|
|
2023-08-31 23:12:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2019-01-23 09:33:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.9"
|
2021-12-14 16:21:15 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2021-12-14 16:21:15 -05:00
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.3.64"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-03-29 15:42:12 -04:00
|
|
|
[[package]]
|
|
|
|
name = "kstring"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "1.4.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.2.147"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2022-12-01 17:10:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.4.5"
|
2022-12-01 17:10:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
|
2023-05-31 20:53:02 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.4.20"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2021-04-07 22:10:27 -04:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "2.6.3"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.9.0"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.7.1"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2020-11-23 13:40:55 -05:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2019-10-28 15:33:48 -04:00
|
|
|
[[package]]
|
2022-08-01 15:45:58 -04:00
|
|
|
name = "misspell-dict"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "0.4.0"
|
2019-10-28 15:33:48 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"codegenrs",
|
2021-06-30 11:12:17 -04:00
|
|
|
"dictgen",
|
2023-08-31 23:12:20 -04:00
|
|
|
"itertools 0.11.0",
|
2022-08-01 15:45:58 -04:00
|
|
|
"regex",
|
|
|
|
"snapbox",
|
2019-10-25 18:37:09 -04:00
|
|
|
"unicase",
|
2019-10-28 15:33:48 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "normalize-line-endings"
|
|
|
|
version = "0.3.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "num-traits"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.2.16"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"autocfg",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.16.0"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2023-09-02 18:05:30 -04:00
|
|
|
"hermit-abi 0.3.2",
|
2021-02-05 22:38:44 -05:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.32.0"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
|
2021-09-01 08:13:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2020-11-23 13:40:55 -05:00
|
|
|
|
2020-11-09 20:27:25 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-08-31 20:57:02 -04:00
|
|
|
version = "1.18.0"
|
2020-11-09 20:27:25 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 20:57:02 -04:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2020-11-09 20:27:25 -05:00
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
|
|
|
version = "11.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
|
|
|
2021-11-10 17:09:00 -05:00
|
|
|
[[package]]
|
2023-02-28 00:34:02 -05:00
|
|
|
name = "os_info"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "3.7.0"
|
2021-11-10 17:09:00 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
|
2021-11-10 17:09:00 -05:00
|
|
|
dependencies = [
|
2023-02-28 00:34:02 -05:00
|
|
|
"log",
|
|
|
|
"serde",
|
2021-11-10 17:09:00 -05:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-12-06 16:36:23 -05:00
|
|
|
[[package]]
|
2023-02-28 00:34:02 -05:00
|
|
|
name = "os_pipe"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.1.4"
|
2021-12-06 16:36:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177"
|
2023-02-28 00:34:02 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-09-02 18:05:30 -04:00
|
|
|
"windows-sys",
|
2023-02-28 00:34:02 -05:00
|
|
|
]
|
2021-12-06 16:36:23 -05:00
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
2023-02-28 00:34:02 -05:00
|
|
|
name = "os_str_bytes"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "6.5.1"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
|
2020-11-23 13:40:55 -05:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.11.2"
|
2021-07-01 11:39:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2021-07-01 11:39:27 -04:00
|
|
|
dependencies = [
|
2022-08-03 10:29:38 -04:00
|
|
|
"phf_macros",
|
2021-09-01 07:38:52 -04:00
|
|
|
"phf_shared",
|
2021-07-01 11:39:27 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.11.2"
|
2021-07-01 11:39:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
2021-07-01 11:39:27 -04:00
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
2021-09-01 07:38:52 -04:00
|
|
|
"phf_shared",
|
2021-07-01 11:39:27 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.11.2"
|
2021-07-01 11:39:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
2021-07-01 11:39:27 -04:00
|
|
|
dependencies = [
|
2021-09-01 07:38:52 -04:00
|
|
|
"phf_shared",
|
2021-07-01 11:39:27 -04:00
|
|
|
"rand",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2022-08-03 10:29:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.11.2"
|
2022-08-03 10:29:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
2022-08-03 10:29:38 -04:00
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-02 18:05:30 -04:00
|
|
|
"syn 2.0.29",
|
2022-08-03 10:29:38 -04:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.11.2"
|
2021-07-01 11:39:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2021-07-01 11:39:27 -04:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.3.5"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"plotters-backend",
|
|
|
|
"plotters-svg",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-backend"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.3.5"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.3.5"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "3.0.3"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2023-09-02 18:05:30 -04:00
|
|
|
"anstyle",
|
2021-07-30 12:35:28 -04:00
|
|
|
"difflib",
|
2023-08-31 23:12:20 -04:00
|
|
|
"itertools 0.10.5",
|
2019-10-25 18:37:09 -04:00
|
|
|
"predicates-core",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.6"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.9"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"predicates-core",
|
2021-12-01 08:59:35 -05:00
|
|
|
"termtree",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2020-11-16 21:02:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-exit"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "2.0.1"
|
2020-11-16 21:02:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "dbd05acff31c8b626109e8e1db042b9bddb2b3ffba01ead93d15b78517a282ca"
|
2020-11-16 21:02:10 -05:00
|
|
|
|
2019-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "1.0.4"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"proc-macro-error-attr",
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-31 21:33:41 -04:00
|
|
|
"syn 1.0.109",
|
2019-10-25 18:37:09 -04:00
|
|
|
"version_check",
|
2020-02-03 07:48:55 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "1.0.4"
|
2020-02-03 07:48:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-02-03 07:48:55 -05:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2019-10-25 18:37:09 -04:00
|
|
|
"version_check",
|
2019-10-05 09:30:30 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.66"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2022-06-01 07:49:18 -04:00
|
|
|
"unicode-ident",
|
2019-10-05 09:30:30 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.33"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-02-04 22:40:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-03-01 09:40:15 -05:00
|
|
|
version = "0.8.5"
|
2021-02-04 22:40:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 09:40:15 -05:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-02-04 22:40:07 -05:00
|
|
|
dependencies = [
|
2021-07-01 09:27:45 -04:00
|
|
|
"rand_core",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
2021-02-04 22:40:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-10-03 12:36:25 -04:00
|
|
|
version = "0.6.4"
|
2021-02-04 22:40:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-03 12:36:25 -04:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-02-04 22:40:07 -05:00
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.7.0"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.11.0"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.3.5"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2021-02-04 22:40:07 -05:00
|
|
|
dependencies = [
|
2023-09-02 18:05:30 -04:00
|
|
|
"bitflags 1.3.2",
|
2021-02-04 22:40:07 -05:00
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-09-30 20:34:31 -04:00
|
|
|
version = "1.9.6"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 20:34:31 -04:00
|
|
|
checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2023-08-31 20:57:02 -04:00
|
|
|
"aho-corasick",
|
2019-10-25 18:37:09 -04:00
|
|
|
"memchr",
|
2023-08-31 20:57:02 -04:00
|
|
|
"regex-automata",
|
2019-10-25 18:37:09 -04:00
|
|
|
"regex-syntax",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-07-13 21:52:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-09-30 20:34:31 -04:00
|
|
|
version = "0.3.9"
|
2019-07-13 21:52:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 20:34:31 -04:00
|
|
|
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
|
2023-08-31 20:57:02 -04:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
2019-07-13 21:52:24 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-08-31 20:57:02 -04:00
|
|
|
version = "0.7.5"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 20:57:02 -04:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.1.23"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
2020-11-23 13:40:55 -05:00
|
|
|
|
2021-07-30 12:35:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
2021-12-01 02:02:57 -05:00
|
|
|
"semver",
|
2020-02-03 07:48:55 -05:00
|
|
|
]
|
|
|
|
|
2022-12-01 17:10:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.38.11"
|
2022-12-01 17:10:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "c0c3dde1fc030af041adc40e79c0e7fbcf431dd24870053d187d7c66e4b87453"
|
2022-12-01 17:10:07 -05:00
|
|
|
dependencies = [
|
2023-09-02 18:05:30 -04:00
|
|
|
"bitflags 2.4.0",
|
|
|
|
"errno",
|
2023-05-31 20:53:02 -04:00
|
|
|
"libc",
|
2023-09-02 18:05:30 -04:00
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys",
|
2022-12-01 17:10:07 -05:00
|
|
|
]
|
|
|
|
|
2019-08-08 11:24:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.15"
|
2019-08-08 11:24:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2019-08-08 11:24:50 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-02-03 07:48:55 -05:00
|
|
|
version = "1.0.6"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"winapi-util",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.2.0"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
2021-07-30 12:35:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.18"
|
2021-07-30 12:35:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
|
2021-07-30 12:35:28 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.188"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
2019-08-07 09:16:22 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"serde_derive",
|
2019-08-07 09:16:22 -04:00
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2019-01-23 09:33:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.188"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
2019-01-23 09:33:51 -05:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-02 18:05:30 -04:00
|
|
|
"syn 2.0.29",
|
2019-01-23 09:33:51 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.105"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
|
2019-01-23 09:33:51 -05:00
|
|
|
dependencies = [
|
2023-02-28 00:34:02 -05:00
|
|
|
"itoa",
|
2019-10-25 18:37:09 -04:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-01-23 09:33:51 -05:00
|
|
|
]
|
|
|
|
|
2023-03-17 23:40:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_regex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-02-01 10:31:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2023-08-31 20:57:02 -04:00
|
|
|
version = "0.6.3"
|
2023-02-01 10:31:38 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 20:57:02 -04:00
|
|
|
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
|
2023-02-01 10:31:38 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
2021-04-26 19:08:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "simdutf8"
|
2022-05-02 03:19:28 -04:00
|
|
|
version = "0.1.4"
|
2021-04-26 19:08:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 03:19:28 -04:00
|
|
|
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
|
2021-04-26 19:08:52 -04:00
|
|
|
|
2022-03-29 15:42:12 -04:00
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
2023-02-28 00:34:02 -05:00
|
|
|
version = "2.2.1"
|
2022-03-29 15:42:12 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 00:34:02 -05:00
|
|
|
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
|
2022-03-29 15:42:12 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.3.11"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2022-03-29 15:42:12 -04:00
|
|
|
[[package]]
|
|
|
|
name = "snapbox"
|
2023-09-30 20:34:31 -04:00
|
|
|
version = "0.4.13"
|
2022-03-29 15:42:12 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 20:34:31 -04:00
|
|
|
checksum = "7b439536a42c43be148b610c7f7f968fb79a457254910a9cb20900da73cd3271"
|
2022-03-29 15:42:12 -04:00
|
|
|
dependencies = [
|
2023-09-30 23:29:52 -04:00
|
|
|
"anstream",
|
2023-03-31 21:33:41 -04:00
|
|
|
"anstyle",
|
2022-03-29 15:42:12 -04:00
|
|
|
"content_inspector",
|
|
|
|
"dunce",
|
|
|
|
"filetime",
|
2022-12-01 17:10:07 -05:00
|
|
|
"libc",
|
2022-03-29 15:42:12 -04:00
|
|
|
"normalize-line-endings",
|
|
|
|
"os_pipe",
|
|
|
|
"similar",
|
|
|
|
"snapbox-macros",
|
|
|
|
"tempfile",
|
|
|
|
"wait-timeout",
|
|
|
|
"walkdir",
|
2023-09-02 18:05:30 -04:00
|
|
|
"windows-sys",
|
2022-03-29 15:42:12 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snapbox-macros"
|
2023-09-30 20:34:31 -04:00
|
|
|
version = "0.3.6"
|
2022-03-29 15:42:12 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 20:34:31 -04:00
|
|
|
checksum = "ed1559baff8a696add3322b9be3e940d433e7bb4e38d79017205fd37ff28b28e"
|
2023-03-31 21:33:41 -04:00
|
|
|
dependencies = [
|
2023-09-30 23:29:52 -04:00
|
|
|
"anstream",
|
2023-03-31 21:33:41 -04:00
|
|
|
]
|
2022-03-29 15:42:12 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2021-12-06 16:36:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2019-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-02-28 00:34:02 -05:00
|
|
|
version = "1.0.109"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 00:34:02 -05:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-06-01 07:49:18 -04:00
|
|
|
"unicode-ident",
|
2020-02-03 07:48:55 -05:00
|
|
|
]
|
|
|
|
|
2023-03-31 21:33:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "2.0.29"
|
2023-03-31 21:33:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
|
2023-03-31 21:33:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "3.8.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2022-02-01 11:34:12 -05:00
|
|
|
"fastrand",
|
2019-10-25 18:37:09 -04:00
|
|
|
"redox_syscall",
|
2023-09-02 18:05:30 -04:00
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-07-19 23:45:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-02-28 00:34:02 -05:00
|
|
|
version = "1.2.0"
|
2019-07-19 23:45:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 00:34:02 -05:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2019-07-19 23:45:41 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"winapi-util",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-12-01 08:59:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "termtree"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.4.1"
|
2021-12-01 08:59:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
2021-12-01 08:59:35 -05:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2023-02-28 00:34:02 -05:00
|
|
|
version = "0.16.0"
|
2021-12-06 16:36:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 00:34:02 -05:00
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
2021-12-06 16:36:23 -05:00
|
|
|
|
2019-10-29 15:37:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.48"
|
2019-10-29 15:37:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
|
2019-10-29 15:37:48 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"thiserror-impl",
|
2019-10-29 15:37:48 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.48"
|
2019-10-29 15:37:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
|
2019-10-29 15:37:48 -04:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-02 18:05:30 -04:00
|
|
|
"syn 2.0.29",
|
2019-10-29 15:37:48 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-02-28 00:34:02 -05:00
|
|
|
version = "1.1.7"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 00:34:02 -05:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2023-02-28 00:34:02 -05:00
|
|
|
"cfg-if",
|
2021-02-04 22:40:07 -05:00
|
|
|
"once_cell",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
2021-04-30 11:40:13 -04:00
|
|
|
version = "1.2.1"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-02-01 10:31:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-08-31 20:57:02 -04:00
|
|
|
version = "0.7.6"
|
2023-02-01 10:31:38 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 20:57:02 -04:00
|
|
|
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
|
2023-02-01 10:31:38 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2023-09-30 23:30:10 -04:00
|
|
|
"toml_edit 0.19.14",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bc1433177506450fe920e46a4f9812d0c211f5dd556da10e731a0a3dfa151f0"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit 0.20.1",
|
2023-02-01 10:31:38 -05:00
|
|
|
]
|
|
|
|
|
2022-11-01 15:14:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-08-31 20:57:02 -04:00
|
|
|
version = "0.6.3"
|
2022-11-01 15:14:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 20:57:02 -04:00
|
|
|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
2022-11-01 15:14:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-12-31 19:09:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-08-31 20:57:02 -04:00
|
|
|
version = "0.19.14"
|
2022-12-31 19:09:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 20:57:02 -04:00
|
|
|
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
|
2022-12-31 19:09:44 -05:00
|
|
|
dependencies = [
|
2023-09-30 20:34:31 -04:00
|
|
|
"indexmap 2.0.2",
|
2022-12-31 19:09:44 -05:00
|
|
|
"serde",
|
2023-02-01 10:31:38 -05:00
|
|
|
"serde_spanned",
|
2022-12-31 19:09:44 -05:00
|
|
|
"toml_datetime",
|
2023-08-31 20:57:02 -04:00
|
|
|
"winnow",
|
2022-12-31 19:09:44 -05:00
|
|
|
]
|
|
|
|
|
2023-09-30 23:30:10 -04:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca676d9ba1a322c1b64eb8045a5ec5c0cfb0c9d08e15e9ff622589ad5221c8fe"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap 2.0.2",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "trycmd"
|
2023-09-30 20:34:31 -04:00
|
|
|
version = "0.14.18"
|
2021-11-08 12:20:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 20:34:31 -04:00
|
|
|
checksum = "a5bff680f217f2c7cc246aa5313ef9c1802449b1b8f859d28765355fda1c421f"
|
2021-11-08 12:20:27 -05:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"humantime",
|
|
|
|
"humantime-serde",
|
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
"shlex",
|
2022-03-29 15:42:12 -04:00
|
|
|
"snapbox",
|
2023-09-30 23:30:10 -04:00
|
|
|
"toml_edit 0.19.14",
|
2021-11-08 12:20:27 -05:00
|
|
|
]
|
|
|
|
|
2021-02-12 19:43:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
2023-02-01 10:31:38 -05:00
|
|
|
version = "2.0.2"
|
2021-02-12 19:43:12 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-01 10:31:38 -05:00
|
|
|
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
2021-02-12 19:43:12 -05:00
|
|
|
|
2019-07-03 21:22:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typos"
|
2023-09-01 17:20:50 -04:00
|
|
|
version = "0.10.16"
|
2019-07-03 21:22:36 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"anyhow",
|
2023-02-28 00:34:02 -05:00
|
|
|
"bstr",
|
2023-08-31 23:12:20 -04:00
|
|
|
"itertools 0.11.0",
|
2020-11-09 20:27:25 -05:00
|
|
|
"once_cell",
|
2019-10-25 18:37:09 -04:00
|
|
|
"serde",
|
2021-04-26 19:08:52 -04:00
|
|
|
"simdutf8",
|
2019-10-25 18:37:09 -04:00
|
|
|
"thiserror",
|
|
|
|
"unicode-segmentation",
|
2021-05-01 03:01:59 -04:00
|
|
|
"unicode-xid",
|
2023-08-31 20:57:02 -04:00
|
|
|
"winnow",
|
2019-07-03 21:22:36 -04:00
|
|
|
]
|
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typos-cli"
|
2023-10-16 13:51:32 -04:00
|
|
|
version = "1.16.20"
|
2019-08-08 11:04:51 -04:00
|
|
|
dependencies = [
|
2020-11-10 21:23:38 -05:00
|
|
|
"ahash",
|
2023-09-30 23:29:52 -04:00
|
|
|
"anstream",
|
2023-03-14 00:01:45 -04:00
|
|
|
"anstyle",
|
2019-10-25 18:37:09 -04:00
|
|
|
"anyhow",
|
|
|
|
"assert_fs",
|
2021-05-03 19:16:39 -04:00
|
|
|
"atty",
|
2023-02-28 00:34:02 -05:00
|
|
|
"bstr",
|
2023-09-30 20:34:31 -04:00
|
|
|
"clap 4.4.6",
|
2022-08-01 15:45:58 -04:00
|
|
|
"clap-verbosity-flag",
|
2023-04-12 22:52:15 -04:00
|
|
|
"colorchoice-clap",
|
2020-12-30 20:41:08 -05:00
|
|
|
"content_inspector",
|
2021-02-05 22:38:44 -05:00
|
|
|
"criterion",
|
2021-05-01 03:01:59 -04:00
|
|
|
"derive_more",
|
2020-12-30 20:41:08 -05:00
|
|
|
"derive_setters",
|
2020-11-11 19:19:26 -05:00
|
|
|
"difflib",
|
2023-03-29 21:00:39 -04:00
|
|
|
"encoding_rs",
|
2021-08-01 03:05:08 -04:00
|
|
|
"env_logger",
|
2022-06-15 16:40:49 -04:00
|
|
|
"globset",
|
2020-11-23 13:40:55 -05:00
|
|
|
"human-panic",
|
2019-10-25 18:37:09 -04:00
|
|
|
"ignore",
|
2023-08-31 23:12:20 -04:00
|
|
|
"itertools 0.11.0",
|
2022-06-01 07:49:18 -04:00
|
|
|
"kstring",
|
2019-10-25 18:37:09 -04:00
|
|
|
"log",
|
2021-04-07 22:10:27 -04:00
|
|
|
"maplit",
|
2021-02-12 19:43:12 -05:00
|
|
|
"once_cell",
|
2020-11-16 21:02:10 -05:00
|
|
|
"proc-exit",
|
2023-03-17 23:40:55 -04:00
|
|
|
"regex",
|
2019-10-25 18:37:09 -04:00
|
|
|
"serde",
|
2020-12-30 20:41:08 -05:00
|
|
|
"serde_json",
|
2023-03-17 23:40:55 -04:00
|
|
|
"serde_regex",
|
2023-08-07 16:11:45 -04:00
|
|
|
"snapbox",
|
2022-06-15 16:40:49 -04:00
|
|
|
"thread_local",
|
2023-09-30 23:30:10 -04:00
|
|
|
"toml 0.8.1",
|
2021-11-08 12:20:27 -05:00
|
|
|
"trycmd",
|
2021-02-12 19:43:12 -05:00
|
|
|
"typed-arena",
|
2019-10-25 18:37:09 -04:00
|
|
|
"typos",
|
|
|
|
"typos-dict",
|
2020-05-27 21:46:41 -04:00
|
|
|
"typos-vars",
|
2022-04-26 23:05:29 -04:00
|
|
|
"unic-emoji-char",
|
2020-05-27 21:46:41 -04:00
|
|
|
"unicase",
|
2020-12-30 20:41:08 -05:00
|
|
|
"unicode-segmentation",
|
2022-04-24 22:43:42 -04:00
|
|
|
"unicode-width",
|
2021-04-30 22:31:20 -04:00
|
|
|
"varcon-core",
|
2020-05-27 21:46:41 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typos-dict"
|
2023-10-02 11:27:24 -04:00
|
|
|
version = "0.11.1"
|
2020-05-27 21:46:41 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"codegenrs",
|
|
|
|
"csv",
|
2021-07-01 09:27:45 -04:00
|
|
|
"dictgen",
|
2020-05-27 21:46:41 -04:00
|
|
|
"edit-distance",
|
2023-09-30 20:34:31 -04:00
|
|
|
"indexmap 2.0.2",
|
2023-08-31 23:12:20 -04:00
|
|
|
"itertools 0.11.0",
|
2022-08-01 15:45:58 -04:00
|
|
|
"snapbox",
|
2020-05-27 21:46:41 -04:00
|
|
|
"unicase",
|
|
|
|
"varcon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typos-vars"
|
2023-09-01 17:20:50 -04:00
|
|
|
version = "0.8.12"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2020-05-27 21:46:41 -04:00
|
|
|
"codegenrs",
|
2021-06-30 11:12:17 -04:00
|
|
|
"dictgen",
|
2023-08-31 23:12:20 -04:00
|
|
|
"itertools 0.11.0",
|
2022-08-01 15:45:58 -04:00
|
|
|
"snapbox",
|
2020-05-27 21:46:41 -04:00
|
|
|
"typos",
|
|
|
|
"unicase",
|
|
|
|
"varcon",
|
|
|
|
"varcon-core",
|
2019-10-05 09:30:30 -04:00
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2022-04-26 23:05:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unic-char-property"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-range",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-range"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-common"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-emoji-char"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-property",
|
|
|
|
"unic-char-range",
|
|
|
|
"unic-ucd-version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-version"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
|
|
dependencies = [
|
|
|
|
"unic-common",
|
|
|
|
]
|
|
|
|
|
2019-10-25 12:24:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-08-31 20:57:02 -04:00
|
|
|
version = "2.7.0"
|
2019-10-25 12:24:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 20:57:02 -04:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2019-10-25 12:24:25 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"version_check",
|
2019-10-25 12:24:25 -04:00
|
|
|
]
|
|
|
|
|
2022-06-01 07:49:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.0.11"
|
2022-06-01 07:49:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2022-06-01 07:49:18 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-02-01 10:31:38 -05:00
|
|
|
version = "1.10.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-01 10:31:38 -05:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-09-30 20:34:31 -04:00
|
|
|
version = "0.1.11"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 20:34:31 -04:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "unicode-xid"
|
2022-10-03 12:36:25 -04:00
|
|
|
version = "0.2.4"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-03 12:36:25 -04:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2023-03-14 00:01:45 -04:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "1.4.1"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
2020-11-23 13:40:55 -05:00
|
|
|
dependencies = [
|
2021-07-01 09:27:45 -04:00
|
|
|
"getrandom",
|
2020-11-23 13:40:55 -05:00
|
|
|
]
|
|
|
|
|
2020-05-27 21:47:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "varcon"
|
2023-09-01 17:20:50 -04:00
|
|
|
version = "0.7.1"
|
2020-05-27 21:47:36 -04:00
|
|
|
dependencies = [
|
2020-04-07 20:50:06 -04:00
|
|
|
"codegenrs",
|
2022-08-01 15:45:58 -04:00
|
|
|
"snapbox",
|
2020-05-27 21:51:04 -04:00
|
|
|
"varcon-core",
|
2020-04-07 20:50:06 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-27 21:51:04 -04:00
|
|
|
name = "varcon-core"
|
2023-09-01 17:20:50 -04:00
|
|
|
version = "4.0.1"
|
2020-04-07 20:50:06 -04:00
|
|
|
dependencies = [
|
2020-05-27 21:51:04 -04:00
|
|
|
"enumflags2",
|
2023-08-31 20:57:02 -04:00
|
|
|
"winnow",
|
2020-04-07 20:50:06 -04:00
|
|
|
]
|
|
|
|
|
2019-04-17 09:30:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-02-01 11:34:12 -05:00
|
|
|
version = "0.9.4"
|
2019-04-17 09:30:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 11:34:12 -05:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-04-17 09:30:17 -04:00
|
|
|
|
2021-05-28 20:02:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "2.3.3"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-01-11 08:10:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-07-01 21:24:49 -04:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-01-11 08:10:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-01 21:24:49 -04:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-01-11 08:10:10 -05:00
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.2.87"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2021-02-05 22:38:44 -05:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.2.87"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-01 15:45:58 -04:00
|
|
|
"once_cell",
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-02 18:05:30 -04:00
|
|
|
"syn 2.0.29",
|
2021-02-05 22:38:44 -05:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.2.87"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"quote",
|
2021-02-05 22:38:44 -05:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.2.87"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-02 18:05:30 -04:00
|
|
|
"syn 2.0.29",
|
2021-02-05 22:38:44 -05:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.2.87"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.3.64"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2019-10-28 15:39:59 -04:00
|
|
|
[[package]]
|
2022-08-01 15:45:58 -04:00
|
|
|
name = "wikipedia-dict"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "0.4.0"
|
2019-10-28 15:39:59 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"codegenrs",
|
2021-06-30 11:12:17 -04:00
|
|
|
"dictgen",
|
2023-08-31 23:12:20 -04:00
|
|
|
"itertools 0.11.0",
|
2022-08-01 15:45:58 -04:00
|
|
|
"snapbox",
|
2019-10-25 18:37:09 -04:00
|
|
|
"unicase",
|
2019-10-28 15:39:59 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "0.3.9"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-05-07 19:07:06 -04:00
|
|
|
version = "0.1.5"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-07 19:07:06 -04:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"winapi",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2020-11-10 20:35:17 -05:00
|
|
|
|
2023-04-12 22:52:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-09-02 18:05:30 -04:00
|
|
|
"windows-targets",
|
2023-02-28 00:34:02 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.48.5"
|
2023-02-28 00:34:02 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-02-28 00:34:02 -05:00
|
|
|
dependencies = [
|
2023-09-02 18:05:30 -04:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-04-12 22:52:15 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.48.5"
|
2023-04-12 22:52:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-12 22:52:15 -04:00
|
|
|
|
2022-07-01 21:24:49 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.48.5"
|
2022-07-01 21:24:49 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-12 22:52:15 -04:00
|
|
|
|
2022-07-01 21:24:49 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.48.5"
|
2022-07-01 21:24:49 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2022-07-01 21:24:49 -04:00
|
|
|
|
2023-04-12 22:52:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.48.5"
|
2023-04-12 22:52:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-12 22:52:15 -04:00
|
|
|
|
2022-07-01 21:24:49 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.48.5"
|
2023-04-12 22:52:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-12 22:52:15 -04:00
|
|
|
|
2022-11-01 15:14:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.48.5"
|
2022-07-01 21:24:49 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-12 22:52:15 -04:00
|
|
|
|
2022-07-01 21:24:49 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-09-02 18:05:30 -04:00
|
|
|
version = "0.48.5"
|
2023-04-12 22:52:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-02 18:05:30 -04:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-04-12 22:52:15 -04:00
|
|
|
|
2023-02-21 11:41:45 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-08-31 20:57:02 -04:00
|
|
|
version = "0.5.15"
|
2023-07-14 13:44:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 20:57:02 -04:00
|
|
|
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
|
2023-07-14 13:44:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|