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-10-16 13:58:00 -04:00
|
|
|
version = "1.1.2"
|
2023-05-01 11:30:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "0.2.2"
|
2023-03-14 00:01:45 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
|
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
|
|
|
]
|
|
|
|
|
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"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "2.4.1"
|
2023-09-02 18:05:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-09-02 18:05:30 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
2019-07-13 21:52:24 -04:00
|
|
|
name = "bstr"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "1.7.0"
|
2019-07-13 21:52:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "3.14.0"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
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
|
|
|
]
|
|
|
|
|
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-10-16 13:58:00 -04:00
|
|
|
"clap_derive",
|
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-10-16 13:58:00 -04:00
|
|
|
"clap",
|
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-10-16 13:58:00 -04:00
|
|
|
"clap_lex",
|
2023-09-02 18:05:30 -04:00
|
|
|
"strsim",
|
2023-03-31 21:33:41 -04: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-10-16 13:58:00 -04:00
|
|
|
"syn 2.0.38",
|
2022-05-02 03:19:28 -04:00
|
|
|
]
|
|
|
|
|
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"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "3.0.1"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "bdd9df7bf4b13db9f290fa2adba3c6e68beb842aa6b1ab44bd51a504ee2d5942"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2023-10-16 13:58:00 -04:00
|
|
|
"clap",
|
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-10-16 13:58:00 -04:00
|
|
|
"clap",
|
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-10-16 13:58:00 -04:00
|
|
|
"clap",
|
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-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-10-16 13:58:00 -04:00
|
|
|
version = "1.3.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
|
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"
|
2023-10-16 13:58:00 -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-10-16 13:58:00 -04:00
|
|
|
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
|
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",
|
2023-10-16 13:58:00 -04:00
|
|
|
"syn 2.0.38",
|
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-10-16 13:58:00 -04:00
|
|
|
"syn 2.0.38",
|
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-10-16 13:58:00 -04:00
|
|
|
"syn 2.0.38",
|
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-10-16 13:58:00 -04:00
|
|
|
version = "0.7.8"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939"
|
2020-04-07 20:50:06 -04:00
|
|
|
dependencies = [
|
|
|
|
"enumflags2_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2_derive"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "0.7.8"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246"
|
2020-04-07 20:50:06 -04:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-16 13:58:00 -04:00
|
|
|
"syn 2.0.38",
|
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-10-16 13:58:00 -04:00
|
|
|
version = "0.3.5"
|
2023-05-31 20:53:02 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
|
2023-05-31 20:53:02 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-09-02 18:05:30 -04:00
|
|
|
"windows-sys",
|
2023-05-31 20:53:02 -04:00
|
|
|
]
|
|
|
|
|
2022-02-01 11:34:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "2.0.1"
|
2022-02-01 11:34:12 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
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
|
|
|
|
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"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "0.3.3"
|
2023-02-28 00:34:02 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
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-10-16 13:58:00 -04:00
|
|
|
"toml 0.7.8",
|
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
|
|
|
]
|
|
|
|
|
2023-06-26 15:33:59 -04:00
|
|
|
[[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-10-16 13:58:00 -04:00
|
|
|
"hashbrown",
|
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-10-16 13:58:00 -04:00
|
|
|
"hermit-abi",
|
2023-09-02 18:05:30 -04:00
|
|
|
"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-10-16 13:58:00 -04:00
|
|
|
version = "0.2.149"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2022-12-01 17:10:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "0.4.10"
|
2022-12-01 17:10:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "2.6.4"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "0.2.17"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
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
|
|
|
]
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "0.32.1"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
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
|
|
|
|
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-10-16 13:58:00 -04:00
|
|
|
"syn 2.0.38",
|
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-10-16 13:58:00 -04:00
|
|
|
version = "3.0.4"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0"
|
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-10-16 13:58:00 -04:00
|
|
|
"itertools 0.11.0",
|
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-macro2"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "1.0.69"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "1.8.0"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "1.12.0"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
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-10-16 13:58:00 -04:00
|
|
|
version = "1.10.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "0.4.3"
|
2019-07-13 21:52:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "0.8.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "0.38.19"
|
2022-12-01 17:10:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
|
2022-12-01 17:10:07 -05:00
|
|
|
dependencies = [
|
2023-10-16 13:58:00 -04:00
|
|
|
"bitflags 2.4.1",
|
2023-09-02 18:05:30 -04:00
|
|
|
"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-10-16 13:58:00 -04:00
|
|
|
version = "1.0.20"
|
2021-07-30 12:35:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
|
2021-07-30 12:35:28 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "1.0.189"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "1.0.189"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5"
|
2019-01-23 09:33:51 -05:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-16 13:58:00 -04:00
|
|
|
"syn 2.0.38",
|
2019-01-23 09:33:51 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "1.0.107"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
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"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "1.2.0"
|
2021-11-08 12:20:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
|
2021-11-08 12:20:27 -05:00
|
|
|
|
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-10-16 13:58:00 -04:00
|
|
|
version = "2.3.0"
|
2022-03-29 15:42:12 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "0.4.14"
|
2022-03-29 15:42:12 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "4b377c0b6e4715c116473d8e40d51e3fa5b0a2297ca9b2a931ba800667b259ed"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "2.0.38"
|
2023-03-31 21:33:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "1.3.0"
|
2019-07-19 23:45:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
|
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-10-29 15:37:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "1.0.49"
|
2019-10-29 15:37:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "1.0.49"
|
2019-10-29 15:37:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
|
2019-10-29 15:37:48 -04:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-16 13:58:00 -04:00
|
|
|
"syn 2.0.38",
|
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-10-16 13:58:00 -04:00
|
|
|
version = "0.7.8"
|
2023-02-01 10:31:38 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
2023-02-01 10:31:38 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2023-10-16 13:58:00 -04:00
|
|
|
"toml_edit 0.19.15",
|
2023-09-30 23:30:10 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "0.8.2"
|
2023-09-30 23:30:10 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
|
2023-09-30 23:30:10 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2023-10-16 13:58:00 -04:00
|
|
|
"toml_edit 0.20.2",
|
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-10-16 13:58:00 -04:00
|
|
|
version = "0.19.15"
|
2022-12-31 19:09:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
2022-12-31 19:09:44 -05:00
|
|
|
dependencies = [
|
2023-10-16 13:58:00 -04:00
|
|
|
"indexmap",
|
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"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "0.20.2"
|
2023-09-30 23:30:10 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
|
2023-09-30 23:30:10 -04:00
|
|
|
dependencies = [
|
2023-10-16 13:58:00 -04:00
|
|
|
"indexmap",
|
2023-09-30 23:30:10 -04:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "trycmd"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "0.14.19"
|
2021-11-08 12:20:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "ed009372a42fb103e6f8767b9222925485e03cca032b700d203e2c5b67bee4fb"
|
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-10-16 13:58:00 -04:00
|
|
|
"toml_edit 0.20.2",
|
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-10-17 14:21:10 -04:00
|
|
|
version = "0.10.17"
|
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-11-06 12:56:23 -05:00
|
|
|
version = "1.16.23"
|
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",
|
2023-02-28 00:34:02 -05:00
|
|
|
"bstr",
|
2023-10-16 13:58:00 -04:00
|
|
|
"clap",
|
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",
|
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-10-16 13:58:00 -04:00
|
|
|
"toml 0.8.2",
|
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-11-01 14:58:29 -04:00
|
|
|
version = "0.11.3"
|
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-10-16 13:58:00 -04:00
|
|
|
"indexmap",
|
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-10-17 14:21:10 -04:00
|
|
|
version = "0.8.13"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "1.0.12"
|
2022-06-01 07:49:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
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-10-17 14:21:10 -04:00
|
|
|
version = "0.7.2"
|
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-10-17 14:21:10 -04:00
|
|
|
version = "4.0.2"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "2.4.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
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-10-16 13:58:00 -04:00
|
|
|
"syn 2.0.38",
|
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-10-16 13:58:00 -04:00
|
|
|
"syn 2.0.38",
|
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"
|
2023-10-16 13:58:00 -04:00
|
|
|
version = "0.1.6"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
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-10-16 13:58:00 -04:00
|
|
|
version = "0.5.17"
|
2023-07-14 13:44:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 13:58:00 -04:00
|
|
|
checksum = "a3b801d0e0a6726477cc207f60162da452f3a95adb368399bef20a946e06f65c"
|
2023-07-14 13:44:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|