typos/Cargo.lock

2106 lines
52 KiB
Text
Raw Normal View History

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-02-28 00:34:02 -05:00
version = "0.19.0"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
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
[[package]]
name = "ahash"
2022-09-01 07:50:35 -04:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-01 07:50:35 -04:00
checksum = "57e6e951cfbb2db8de1828d49073a113a29fd7117b1596caa781a258c7e38d72"
dependencies = [
2022-09-01 07:50:35 -04:00
"cfg-if",
"getrandom",
2021-02-04 22:40:07 -05:00
"once_cell",
"version_check",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "aho-corasick"
2022-10-03 12:36:25 -04:00
version = "0.7.19"
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 = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
2019-01-22 17:01:33 -05:00
dependencies = [
"memchr",
2019-01-22 17:01:33 -05:00
]
2023-05-01 11:30:51 -04:00
[[package]]
name = "aho-corasick"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
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-03-16 06:07:38 -04:00
[[package]]
name = "anstream"
2023-05-01 11:30:51 -04:00
version = "0.3.2"
2023-03-16 06:07:38 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-01 11:30:51 -04:00
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
2023-03-16 06:07:38 -04:00
dependencies = [
"anstyle",
"anstyle-parse",
2023-04-12 22:52:15 -04:00
"anstyle-query",
2023-03-16 06:07:38 -04:00
"anstyle-wincon",
2023-04-12 22:52:15 -04:00
"colorchoice",
2023-03-16 06:07:38 -04:00
"is-terminal",
"utf8parse",
]
2023-03-14 00:01:45 -04:00
[[package]]
name = "anstyle"
2023-04-12 22:52:15 -04:00
version = "1.0.0"
2023-03-14 00:01:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-12 22:52:15 -04:00
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
2023-03-14 00:01:45 -04:00
[[package]]
name = "anstyle-parse"
2023-04-12 22:52:15 -04:00
version = "0.2.0"
2023-03-14 00:01:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-12 22:52:15 -04:00
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
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 = [
"windows-sys 0.48.0",
]
2023-03-14 00:01:45 -04:00
[[package]]
name = "anstyle-wincon"
2023-05-01 11:30:51 -04:00
version = "1.0.1"
2023-03-14 00:01:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-01 11:30:51 -04:00
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
2023-03-14 00:01:45 -04:00
dependencies = [
"anstyle",
2023-04-12 22:52:15 -04:00
"windows-sys 0.48.0",
2023-03-14 00:01:45 -04:00
]
2019-10-29 13:36:50 -04:00
[[package]]
name = "anyhow"
version = "1.0.66"
2019-10-29 13:36:50 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
2019-10-29 13:36:50 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "assert_fs"
version = "1.0.7"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf09bb72e00da477c2596865e8873227e2196d263cca35414048875dbbeea1be"
2019-01-22 17:01:33 -05:00
dependencies = [
"doc-comment",
"globwalk",
"predicates",
"predicates-core",
"predicates-tree",
"tempfile",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "atty"
2020-02-03 07:48:55 -05:00
version = "0.2.14"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2019-01-22 17:01:33 -05:00
dependencies = [
2022-12-01 17:10:07 -05:00
"hermit-abi 0.1.19",
"libc",
"winapi",
2019-01-22 17:01:33 -05:00
]
2020-02-03 07:48:55 -05:00
[[package]]
name = "autocfg"
2022-03-01 09:40:15 -05:00
version = "1.1.0"
2020-02-03 07:48:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 09:40:15 -05:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-02-03 07:48:55 -05:00
2020-11-23 13:40:55 -05:00
[[package]]
name = "backtrace"
2023-02-28 00:34:02 -05:00
version = "0.3.67"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
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
[[package]]
name = "bstr"
2023-05-31 20:51:13 -04:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:51:13 -04:00
checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
2022-10-03 12:36:25 -04:00
dependencies = [
"memchr",
"once_cell",
"regex-automata",
"serde",
]
2021-02-05 22:38:44 -05:00
[[package]]
name = "bumpalo"
2022-09-01 07:50:35 -04:00
version = "3.11.0"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-01 07:50:35 -04:00
checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
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-02-28 00:34:02 -05:00
version = "1.0.79"
2021-04-30 11:40:13 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
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"
version = "0.2.0"
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 = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f"
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"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369"
[[package]]
name = "ciborium-ll"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b"
dependencies = [
"ciborium-io",
"half",
2019-01-22 17:01:33 -05:00
]
2021-12-06 16:36:23 -05:00
[[package]]
name = "clap"
2023-02-28 00:34:02 -05:00
version = "3.2.23"
2021-12-06 16:36:23 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
2021-12-06 16:36:23 -05:00
dependencies = [
"atty",
"bitflags",
2022-09-28 16:53:45 -04:00
"clap_derive 3.2.18",
"clap_lex 0.2.4",
2021-12-06 16:36:23 -05:00
"indexmap",
"once_cell",
2021-12-06 16:36:23 -05:00
"strsim 0.10.0",
"termcolor",
2022-10-03 12:36:25 -04:00
"textwrap",
2021-12-06 16:36:23 -05:00
]
2022-09-28 16:53:45 -04:00
[[package]]
name = "clap"
2023-05-31 20:51:13 -04:00
version = "4.3.0"
2022-09-28 16:53:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:51:13 -04:00
checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc"
2022-09-28 16:53:45 -04:00
dependencies = [
2023-03-31 21:33:41 -04:00
"clap_builder",
2023-05-31 20:51:13 -04:00
"clap_derive 4.3.0",
2022-09-28 16:53:45 -04:00
"once_cell",
]
2022-03-01 09:40:15 -05:00
[[package]]
name = "clap-verbosity-flag"
2022-09-28 16:53:45 -04:00
version = "2.0.0"
2022-03-01 09:40:15 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 16:53:45 -04:00
checksum = "23e2b6c3dcdb73299f48ae05b294da14e2f560b3ed2c09e742269eb1b22af231"
2022-03-01 09:40:15 -05:00
dependencies = [
2023-05-31 20:51:13 -04:00
"clap 4.3.0",
2022-03-01 09:40:15 -05:00
"log",
]
2023-03-31 21:33:41 -04:00
[[package]]
name = "clap_builder"
2023-05-31 20:51:13 -04:00
version = "4.3.0"
2023-03-31 21:33:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:51:13 -04:00
checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990"
2023-03-31 21:33:41 -04:00
dependencies = [
"anstream",
"anstyle",
"bitflags",
2023-05-31 20:51:13 -04:00
"clap_lex 0.5.0",
2023-03-31 21:33:41 -04:00
"strsim 0.10.0",
]
2021-12-06 16:36:23 -05:00
[[package]]
name = "clap_derive"
2022-09-01 07:50:35 -04:00
version = "3.2.18"
2021-12-06 16:36:23 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-01 07:50:35 -04:00
checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
2021-12-06 16:36:23 -05:00
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-31 21:33:41 -04:00
"syn 1.0.109",
2021-12-06 16:36:23 -05:00
]
2022-09-28 16:53:45 -04:00
[[package]]
name = "clap_derive"
2023-05-31 20:51:13 -04:00
version = "4.3.0"
2022-09-28 16:53:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:51:13 -04:00
checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b"
2022-09-28 16:53:45 -04:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-03-31 21:33:41 -04:00
"syn 2.0.12",
2022-09-28 16:53:45 -04:00
]
2022-05-02 03:19:28 -04:00
[[package]]
name = "clap_lex"
version = "0.2.4"
2022-05-02 03:19:28 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
2022-05-02 03:19:28 -04:00
dependencies = [
"os_str_bytes",
]
2022-09-28 16:53:45 -04:00
[[package]]
name = "clap_lex"
2023-05-31 20:51:13 -04:00
version = "0.5.0"
2022-09-28 16:53:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:51:13 -04:00
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
2022-09-28 16:53:45 -04:00
[[package]]
name = "codegenrs"
2022-02-01 11:34:12 -05:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 11:34:12 -05:00
checksum = "d7ecb55fae620b95dc3586f10bf6d93d4bfc73b34b0adddf18445b9291458dd6"
dependencies = [
2023-02-28 00:34:02 -05:00
"clap 3.2.23",
"derive_more",
"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 = [
"codegenrs",
"dictgen",
"itertools",
2022-08-01 15:45:58 -04:00
"snapbox",
"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"
version = "1.0.0"
2023-03-14 00:01:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-12 22:52:15 -04:00
checksum = "412e88a3a3a3f52e436909b49beb467a05649e8b0dda0e6202bd05c1b63dbc49"
2023-03-14 00:01:45 -04:00
dependencies = [
2023-05-31 20:51:13 -04:00
"clap 4.3.0",
2023-04-12 22:52:15 -04:00
"colorchoice",
2023-03-14 00:01:45 -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"
version = "0.5.1"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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-06-01 07:01:25 -04:00
"clap 4.3.0",
2021-02-05 22:38:44 -05:00
"criterion-plot",
"is-terminal",
"itertools",
2021-02-05 22:38:44 -05:00
"num-traits",
"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",
"itertools",
2021-02-05 22:38:44 -05:00
]
[[package]]
name = "crossbeam-channel"
2022-08-01 15:45:58 -04:00
version = "0.5.6"
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 = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
2021-02-05 22:38:44 -05:00
dependencies = [
2021-03-01 12:46:40 -05:00
"cfg-if",
2021-02-05 22:38:44 -05:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2022-08-01 15:45:58 -04:00
version = "0.8.2"
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 = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
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-02-28 00:34:02 -05:00
version = "0.9.13"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
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-02-28 00:34:02 -05:00
version = "0.8.14"
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 = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
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-02-28 00:34:02 -05:00
version = "1.2.0"
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 = "af91f40b7355f82b0a891f50e70399475945bb0b0da4f1700ce60761c9d3e359"
2019-01-22 17:01:33 -05:00
dependencies = [
"csv-core",
2023-02-28 00:34:02 -05:00
"itoa",
"ryu",
"serde",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "csv-core"
version = "0.1.10"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
2019-01-22 17:01:33 -05:00
dependencies = [
"memchr",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.9.3",
2023-03-31 21:33:41 -04:00
"syn 1.0.109",
]
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
"darling_core",
"quote",
2023-03-31 21:33:41 -04:00
"syn 1.0.109",
2019-08-07 09:20:18 -04:00
]
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
2021-04-30 11:40:13 -04:00
"convert_case",
"proc-macro2",
"quote",
"rustc_version",
2023-03-31 21:33:41 -04:00
"syn 1.0.109",
]
[[package]]
name = "derive_setters"
2021-02-04 22:40:07 -05:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-04 22:40:07 -05:00
checksum = "f1cf41b4580a37cca5ef2ada2cc43cf5d6be3983f4522e83010d67ab6925e84b"
dependencies = [
"darling",
"proc-macro2",
"quote",
2023-03-31 21:33:41 -04:00
"syn 1.0.109",
]
[[package]]
name = "dictgen"
2022-11-03 23:28:10 -04:00
version = "0.2.5"
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",
"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"
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"
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dunce"
2022-11-01 15:14:35 -04:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c"
[[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-02-28 00:34:02 -05:00
version = "1.8.1"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2019-01-23 09:33:51 -05:00
[[package]]
name = "encoding_rs"
version = "0.8.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
dependencies = [
"cfg-if",
]
2020-04-07 20:50:06 -04:00
[[package]]
name = "enumflags2"
2022-05-02 03:19:28 -04:00
version = "0.7.5"
2020-04-07 20:50:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 03:19:28 -04:00
checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
2020-04-07 20:50:06 -04:00
dependencies = [
"enumflags2_derive",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.4"
2020-04-07 20:50:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
2020-04-07 20:50:06 -04:00
dependencies = [
"proc-macro2",
"quote",
2023-03-31 21:33:41 -04:00
"syn 1.0.109",
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",
]
2022-12-01 17:10:07 -05:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
2022-12-01 17:10:07 -05:00
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-02-01 11:34:12 -05:00
[[package]]
name = "fastrand"
2023-02-28 00:34:02 -05:00
version = "1.9.0"
2022-02-01 11:34:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-02-01 11:34:12 -05:00
dependencies = [
"instant",
]
2022-03-29 15:42:12 -04:00
[[package]]
name = "filetime"
2023-02-28 00:34:02 -05:00
version = "0.2.20"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
2022-03-29 15:42:12 -04:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2023-02-28 00:34:02 -05:00
"windows-sys 0.45.0",
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
[[package]]
name = "getrandom"
2023-02-28 00:34:02 -05:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
2021-03-01 12:46:40 -05:00
"cfg-if",
"libc",
"wasi",
]
2020-11-23 13:40:55 -05:00
[[package]]
name = "gimli"
2023-02-28 00:34:02 -05:00
version = "0.27.2"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
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-02-01 10:31:38 -05:00
version = "0.4.10"
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 = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
2019-01-22 17:01:33 -05:00
dependencies = [
2023-05-01 11:30:51 -04:00
"aho-corasick 0.7.19",
2023-02-28 00:34:02 -05:00
"bstr",
"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 = [
2021-02-04 22:40:07 -05:00
"bitflags",
"ignore",
"walkdir",
2019-01-22 17:01:33 -05:00
]
2021-02-05 22:38:44 -05:00
[[package]]
name = "half"
2021-12-01 08:59:35 -05:00
version = "1.8.2"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-01 08:59:35 -05:00
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2021-02-05 22:38:44 -05:00
2021-11-08 12:20:27 -05:00
[[package]]
name = "hashbrown"
2022-08-01 15:45:58 -04:00
version = "0.12.3"
2021-11-08 12:20:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2021-11-08 12:20:27 -05:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "heck"
2023-02-28 00:34:02 -05:00
version = "0.4.1"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2019-01-22 17:01:33 -05:00
2020-02-03 07:48:55 -05:00
[[package]]
name = "hermit-abi"
2021-07-01 11:39:27 -04:00
version = "0.1.19"
2020-02-03 07:48:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-01 11:39:27 -04:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-02-03 07:48:55 -05:00
dependencies = [
"libc",
2020-02-03 07:48:55 -05:00
]
2022-12-01 17:10:07 -05:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2023-02-28 00:34:02 -05:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2020-11-23 13:40:55 -05:00
[[package]]
name = "human-panic"
2023-04-12 22:52:15 -04:00
version = "1.1.4"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-12 22:52:15 -04:00
checksum = "c16465f6227e18e5a64eba488245d7b2974d4db0c4404ca5a69b550defa18d0a"
2020-11-23 13:40:55 -05:00
dependencies = [
2023-03-31 21:33:41 -04:00
"anstream",
"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-02-28 06:46:19 -05:00
"toml",
2020-11-23 13:40:55 -05:00
"uuid",
]
2019-07-19 23:45:41 -04:00
[[package]]
name = "humantime"
version = "2.1.0"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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",
]
[[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"
2021-07-01 11:39:27 -04:00
version = "0.4.18"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-01 11:39:27 -04:00
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
2019-01-22 17:01:33 -05:00
dependencies = [
"crossbeam-utils",
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
2019-01-22 17:01:33 -05:00
]
2021-11-08 12:20:27 -05:00
[[package]]
name = "indexmap"
2023-02-28 00:34:02 -05:00
version = "1.9.2"
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 = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
2021-11-08 12:20:27 -05:00
dependencies = [
"autocfg",
"hashbrown",
]
2022-02-01 11:34:12 -05:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2022-12-01 17:10:07 -05:00
[[package]]
name = "io-lifetimes"
2023-02-28 00:34:02 -05:00
version = "1.0.5"
2022-12-01 17:10:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
2022-12-01 17:10:07 -05:00
dependencies = [
"libc",
2023-02-28 00:34:02 -05:00
"windows-sys 0.45.0",
2022-12-01 17:10:07 -05:00
]
[[package]]
name = "is-terminal"
version = "0.4.7"
2022-12-01 17:10:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
2022-12-01 17:10:07 -05:00
dependencies = [
2023-02-28 00:34:02 -05:00
"hermit-abi 0.3.1",
2022-12-01 17:10:07 -05:00
"io-lifetimes",
"rustix 0.37.3",
"windows-sys 0.48.0",
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 = [
"either",
2019-01-23 09:33:51 -05:00
]
[[package]]
name = "itoa"
2023-02-28 00:34:02 -05:00
version = "1.0.5"
2021-12-14 16:21:15 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2021-12-14 16:21:15 -05:00
2021-02-05 22:38:44 -05:00
[[package]]
name = "js-sys"
2022-10-03 12:36:25 -04:00
version = "0.3.60"
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 = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
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"
version = "1.4.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-01-22 17:01:33 -05:00
[[package]]
name = "libc"
2023-02-28 00:34:02 -05:00
version = "0.2.139"
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 = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2019-01-22 17:01:33 -05:00
2022-12-01 17:10:07 -05:00
[[package]]
name = "linux-raw-sys"
2023-02-28 00:34:02 -05:00
version = "0.1.4"
2022-12-01 17:10:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2022-12-01 17:10:07 -05:00
[[package]]
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2019-01-22 17:01:33 -05:00
[[package]]
name = "log"
2022-06-01 07:49:18 -04:00
version = "0.4.17"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 07:49:18 -04:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
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 = "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"
2022-05-02 03:19:28 -04:00
version = "2.5.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 03:19:28 -04:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2019-01-22 17:01:33 -05:00
2021-02-05 22:38:44 -05:00
[[package]]
name = "memoffset"
2023-02-28 00:34:02 -05:00
version = "0.7.1"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2021-02-05 22:38:44 -05:00
dependencies = [
"autocfg",
]
2020-11-23 13:40:55 -05:00
[[package]]
name = "miniz_oxide"
2023-02-28 00:34:02 -05:00
version = "0.6.2"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2020-11-23 13:40:55 -05:00
dependencies = [
"adler",
]
[[package]]
2022-08-01 15:45:58 -04:00
name = "misspell-dict"
2021-05-21 21:41:02 -04:00
version = "0.4.0"
dependencies = [
"codegenrs",
"dictgen",
"itertools",
2022-08-01 15:45:58 -04:00
"regex",
"snapbox",
"unicase",
]
2019-01-22 17:01:33 -05:00
[[package]]
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"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2019-01-22 17:01:33 -05:00
[[package]]
name = "num-traits"
2022-06-01 07:49:18 -04:00
version = "0.2.15"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 07:49:18 -04:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2019-01-22 17:01:33 -05:00
dependencies = [
"autocfg",
2019-01-22 17:01:33 -05:00
]
2021-02-05 22:38:44 -05:00
[[package]]
name = "num_cpus"
2023-02-28 00:34:02 -05:00
version = "1.15.0"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2021-02-05 22:38:44 -05:00
dependencies = [
2023-02-28 00:34:02 -05:00
"hermit-abi 0.2.6",
2021-02-05 22:38:44 -05:00
"libc",
]
2020-11-23 13:40:55 -05:00
[[package]]
name = "object"
2023-02-28 00:34:02 -05:00
version = "0.30.3"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
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-05-31 20:51:13 -04:00
version = "1.17.2"
2020-11-09 20:27:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:51:13 -04:00
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
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-02-28 06:46:19 -05:00
version = "3.6.0"
2021-11-10 17:09:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 06:46:19 -05:00
checksum = "5c424bc68d15e0778838ac013b5b3449544d8133633d8016319e7e05a820b8c0"
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"
version = "1.1.3"
2021-12-06 16:36:23 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "a53dbb20faf34b16087a931834cba2d7a73cc74af2b7ef345a4c8324e2409a12"
dependencies = [
"libc",
"windows-sys 0.45.0",
]
2021-12-06 16:36:23 -05:00
2020-11-23 13:40:55 -05:00
[[package]]
2023-02-28 00:34:02 -05:00
name = "os_str_bytes"
version = "6.4.1"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
2020-11-23 13:40:55 -05:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "phf"
2022-09-01 07:50:35 -04:00
version = "0.11.1"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-01 07:50:35 -04:00
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
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"
2022-09-01 07:50:35 -04:00
version = "0.11.1"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-01 07:50:35 -04:00
checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
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"
2022-09-01 07:50:35 -04:00
version = "0.11.1"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-01 07:50:35 -04:00
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
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"
2022-09-01 07:50:35 -04:00
version = "0.11.1"
2022-08-03 10:29:38 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-01 07:50:35 -04:00
checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66"
2022-08-03 10:29:38 -04:00
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
2023-03-31 21:33:41 -04:00
"syn 1.0.109",
2022-08-03 10:29:38 -04:00
"unicase",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "phf_shared"
2022-09-01 07:50:35 -04:00
version = "0.11.1"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-01 07:50:35 -04:00
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
2021-07-01 11:39:27 -04:00
dependencies = [
"siphasher",
"unicase",
]
2021-02-05 22:38:44 -05:00
[[package]]
name = "plotters"
2022-10-03 12:36:25 -04:00
version = "0.3.4"
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 = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97"
2021-02-05 22:38:44 -05:00
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
2022-08-01 15:45:58 -04:00
version = "0.3.4"
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 = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
2021-02-05 22:38:44 -05:00
[[package]]
name = "plotters-svg"
2022-09-01 07:50:35 -04:00
version = "0.3.3"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-01 07:50:35 -04:00
checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f"
2021-02-05 22:38:44 -05:00
dependencies = [
"plotters-backend",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "predicates"
2022-02-01 11:34:12 -05:00
version = "2.1.1"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 11:34:12 -05:00
checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c"
2019-01-22 17:01:33 -05:00
dependencies = [
"difflib",
"itertools",
"predicates-core",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "predicates-core"
2022-02-01 11:34:12 -05:00
version = "1.0.3"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 11:34:12 -05:00
checksum = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb"
2019-01-22 17:01:33 -05:00
[[package]]
name = "predicates-tree"
2022-02-01 11:34:12 -05:00
version = "1.0.5"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 11:34:12 -05:00
checksum = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032"
2019-01-22 17:01:33 -05:00
dependencies = [
"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"
2022-10-04 11:46:45 -04:00
version = "2.0.0"
2020-11-16 21:02:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-04 11:46:45 -04:00
checksum = "d2d778539881515d37cd91925d169f4a351120c5a1b44fce2b7c462b0d7f4ec6"
2020-11-16 21:02:10 -05:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-03-31 21:33:41 -04:00
"syn 1.0.109",
"version_check",
2020-02-03 07:48:55 -05:00
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
2020-02-03 07:48:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2020-02-03 07:48:55 -05:00
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
2023-03-31 21:33:41 -04:00
version = "1.0.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-31 21:33:41 -04:00
checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534"
dependencies = [
2022-06-01 07:49:18 -04:00
"unicode-ident",
]
[[package]]
name = "quote"
2023-03-31 21:33:41 -04:00
version = "1.0.26"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-31 21:33:41 -04:00
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
2019-01-22 17:01:33 -05:00
dependencies = [
"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 = [
"rand_core",
]
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-02-28 00:34:02 -05:00
version = "1.6.1"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
2021-02-05 22:38:44 -05:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-02-28 00:34:02 -05:00
version = "1.10.2"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b"
2021-02-05 22:38:44 -05:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "redox_syscall"
2022-08-01 15:45:58 -04:00
version = "0.2.16"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-02-04 22:40:07 -05:00
dependencies = [
"bitflags",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "regex"
2023-05-31 20:51:13 -04:00
version = "1.8.3"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:51:13 -04:00
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
2019-01-22 17:01:33 -05:00
dependencies = [
2023-05-01 11:30:51 -04:00
"aho-corasick 1.0.1",
"memchr",
"regex-syntax",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "regex-automata"
2021-07-01 11:39:27 -04:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-01 11:39:27 -04:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2019-01-22 17:01:33 -05:00
[[package]]
name = "regex-syntax"
2023-05-31 20:51:13 -04:00
version = "0.7.2"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:51:13 -04:00
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
2019-01-22 17:01:33 -05:00
2020-11-23 13:40:55 -05:00
[[package]]
name = "rustc-demangle"
2021-09-01 08:13:35 -04:00
version = "0.1.21"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-01 08:13:35 -04:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2020-11-23 13:40:55 -05:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
2020-02-03 07:48:55 -05:00
]
2022-12-01 17:10:07 -05:00
[[package]]
name = "rustix"
2023-02-28 00:34:02 -05:00
version = "0.36.8"
2022-12-01 17:10:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
2022-12-01 17:10:07 -05:00
dependencies = [
"bitflags",
"errno 0.2.8",
"io-lifetimes",
"libc",
"linux-raw-sys 0.1.4",
"windows-sys 0.45.0",
]
[[package]]
name = "rustix"
version = "0.37.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2"
dependencies = [
"bitflags",
"errno 0.3.1",
2022-12-01 17:10:07 -05:00
"io-lifetimes",
"libc",
"linux-raw-sys 0.3.8",
2023-02-28 00:34:02 -05:00
"windows-sys 0.45.0",
2022-12-01 17:10:07 -05:00
]
2019-08-08 11:24:50 -04:00
[[package]]
name = "ryu"
2023-02-28 00:34:02 -05:00
version = "1.0.12"
2019-08-08 11:24:50 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
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"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2019-01-22 17:01:33 -05:00
dependencies = [
"winapi-util",
2019-01-22 17:01:33 -05:00
]
2021-02-05 22:38:44 -05:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "semver"
2022-10-03 12:36:25 -04:00
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-03 12:36:25 -04:00
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
2019-01-22 17:01:33 -05:00
[[package]]
name = "serde"
2023-02-28 00:34:02 -05:00
version = "1.0.152"
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 = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
dependencies = [
"serde_derive",
]
2019-01-22 17:01:33 -05:00
2019-01-23 09:33:51 -05:00
[[package]]
name = "serde_derive"
2023-02-28 00:34:02 -05:00
version = "1.0.152"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
2019-01-23 09:33:51 -05:00
dependencies = [
"proc-macro2",
"quote",
2023-03-31 21:33:41 -04:00
"syn 1.0.109",
2019-01-23 09:33:51 -05:00
]
[[package]]
name = "serde_json"
version = "1.0.87"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
2019-01-23 09:33:51 -05:00
dependencies = [
2023-02-28 00:34:02 -05:00
"itoa",
"ryu",
"serde",
2019-01-23 09:33:51 -05: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-05-31 20:51:13 -04:00
version = "0.6.2"
2023-02-01 10:31:38 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:51:13 -04:00
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
2023-02-01 10:31:38 -05:00
dependencies = [
"serde",
]
2021-11-08 12:20:27 -05:00
[[package]]
name = "shlex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[package]]
name = "simdutf8"
2022-05-02 03:19:28 -04:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 03:19:28 -04:00
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
2022-03-29 15:42:12 -04:00
[[package]]
name = "similar"
2023-02-28 00:34:02 -05:00
version = "2.2.1"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
2022-03-29 15:42:12 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "siphasher"
2022-05-02 03:19:28 -04:00
version = "0.3.10"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 03:19:28 -04:00
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2019-01-22 17:01:33 -05:00
2022-03-29 15:42:12 -04:00
[[package]]
name = "snapbox"
2023-04-12 22:52:15 -04:00
version = "0.4.11"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-12 22:52:15 -04:00
checksum = "f6bccd62078347f89a914e3004d94582e13824d4e3d8a816317862884c423835"
2022-03-29 15:42:12 -04:00
dependencies = [
2023-03-31 21:33:41 -04:00
"anstream",
"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-02-28 00:34:02 -05:00
"windows-sys 0.45.0",
2022-03-29 15:42:12 -04:00
]
[[package]]
name = "snapbox-macros"
2023-04-12 22:52:15 -04:00
version = "0.3.4"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-12 22:52:15 -04:00
checksum = "eaaf09df9f0eeae82be96290918520214530e738a7fe5a351b0f24cf77c0ca31"
2023-03-31 21:33:41 -04:00
dependencies = [
"anstream",
]
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"
[[package]]
name = "strsim"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
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"
[[package]]
name = "syn"
2023-02-28 00:34:02 -05:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"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"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79d9531f94112cfc3e4c8f5f02cb2b58f72c97b7efd85f70203cc6d8efda5927"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "tempfile"
2023-02-28 00:34:02 -05:00
version = "3.4.0"
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 = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
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",
"redox_syscall",
"rustix 0.36.8",
2023-02-28 00:34:02 -05:00
"windows-sys 0.42.0",
2019-01-22 17:01:33 -05:00
]
2019-07-19 23:45:41 -04:00
[[package]]
name = "termcolor"
2023-02-28 00:34:02 -05:00
version = "1.2.0"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2019-07-19 23:45:41 -04:00
dependencies = [
"winapi-util",
2019-01-22 17:01:33 -05:00
]
2021-12-01 08:59:35 -05:00
[[package]]
name = "termtree"
2022-02-01 11:34:12 -05:00
version = "0.2.4"
2021-12-01 08:59:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 11:34:12 -05:00
checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b"
2021-12-01 08:59:35 -05:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "textwrap"
2023-02-28 00:34:02 -05:00
version = "0.16.0"
2021-12-06 16:36:23 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2021-12-06 16:36:23 -05:00
2019-10-29 15:37:48 -04:00
[[package]]
name = "thiserror"
2022-10-03 12:36:25 -04:00
version = "1.0.37"
2019-10-29 15:37:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-03 12:36:25 -04:00
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
2019-10-29 15:37:48 -04:00
dependencies = [
"thiserror-impl",
2019-10-29 15:37:48 -04:00
]
[[package]]
name = "thiserror-impl"
2022-10-03 12:36:25 -04:00
version = "1.0.37"
2019-10-29 15:37:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-03 12:36:25 -04:00
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
2019-10-29 15:37:48 -04:00
dependencies = [
"proc-macro2",
"quote",
2023-03-31 21:33:41 -04:00
"syn 1.0.109",
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-05-31 20:51:13 -04:00
version = "0.7.4"
2023-02-01 10:31:38 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:51:13 -04:00
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
2023-02-01 10:31:38 -05:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
2022-11-01 15:14:35 -04:00
[[package]]
name = "toml_datetime"
2023-05-31 20:51:13 -04:00
version = "0.6.2"
2022-11-01 15:14:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:51:13 -04:00
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
2022-11-01 15:14:35 -04:00
dependencies = [
"serde",
]
2022-12-31 19:09:44 -05:00
[[package]]
name = "toml_edit"
2023-05-31 20:51:13 -04:00
version = "0.19.10"
2022-12-31 19:09:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:51:13 -04:00
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
2022-12-31 19:09:44 -05:00
dependencies = [
"indexmap",
"serde",
2023-02-01 10:31:38 -05:00
"serde_spanned",
2022-12-31 19:09:44 -05:00
"toml_datetime",
2023-03-31 21:33:41 -04:00
"winnow",
2022-12-31 19:09:44 -05:00
]
2021-11-08 12:20:27 -05:00
[[package]]
name = "trycmd"
2023-04-12 22:52:15 -04:00
version = "0.14.16"
2021-11-08 12:20:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-12 22:52:15 -04:00
checksum = "2925e71868a12b173c1eb166018c2d2f9dfaedfcaec747bdb6ea2246785d258e"
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",
"toml_edit",
2021-11-08 12:20:27 -05:00
]
[[package]]
name = "typed-arena"
2023-02-01 10:31:38 -05:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-01 10:31:38 -05:00
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
2019-07-03 21:22:36 -04:00
[[package]]
name = "typos"
2023-06-01 07:22:12 -04:00
version = "0.10.13"
2019-07-03 21:22:36 -04:00
dependencies = [
"anyhow",
2023-02-28 00:34:02 -05:00
"bstr",
"itertools",
2020-11-09 20:27:25 -05:00
"once_cell",
"serde",
"simdutf8",
"thiserror",
"unicode-segmentation",
"unicode-xid",
2023-03-31 21:33:41 -04:00
"winnow",
2019-07-03 21:22:36 -04:00
]
[[package]]
name = "typos-cli"
2023-06-01 20:49:16 -04:00
version = "1.14.12"
dependencies = [
"ahash",
2023-03-16 06:07:38 -04:00
"anstream",
2023-03-14 00:01:45 -04:00
"anstyle",
"anyhow",
"assert_fs",
"atty",
2023-02-28 00:34:02 -05:00
"bstr",
2023-05-31 20:51:13 -04:00
"clap 4.3.0",
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",
"derive_more",
2020-12-30 20:41:08 -05:00
"derive_setters",
2020-11-11 19:19:26 -05:00
"difflib",
"encoding_rs",
"env_logger",
"globset",
2020-11-23 13:40:55 -05:00
"human-panic",
"ignore",
"itertools",
2022-06-01 07:49:18 -04:00
"kstring",
"log",
"maplit",
"once_cell",
2020-11-16 21:02:10 -05:00
"proc-exit",
"regex",
"serde",
2020-12-30 20:41:08 -05:00
"serde_json",
"serde_regex",
"thread_local",
2023-02-28 06:46:19 -05:00
"toml",
2021-11-08 12:20:27 -05:00
"trycmd",
"typed-arena",
"typos",
"typos-dict",
"typos-vars",
"unic-emoji-char",
"unicase",
2020-12-30 20:41:08 -05:00
"unicode-segmentation",
"unicode-width",
"varcon-core",
]
[[package]]
name = "typos-dict"
2023-06-01 07:22:12 -04:00
version = "0.9.28"
dependencies = [
"codegenrs",
"csv",
"dictgen",
"edit-distance",
"itertools",
2022-08-01 15:45:58 -04:00
"snapbox",
"unicase",
"varcon",
]
[[package]]
name = "typos-vars"
2023-05-03 09:56:01 -04:00
version = "0.8.10"
dependencies = [
"codegenrs",
"dictgen",
"itertools",
2022-08-01 15:45:58 -04:00
"snapbox",
"typos",
"unicase",
"varcon",
"varcon-core",
]
2019-01-22 17:01:33 -05: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"
2020-02-03 07:48:55 -05:00
version = "2.6.0"
2019-10-25 12:24:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2019-10-25 12:24:25 -04:00
dependencies = [
"version_check",
2019-10-25 12:24:25 -04:00
]
2022-06-01 07:49:18 -04:00
[[package]]
name = "unicode-ident"
2023-02-28 00:34:02 -05:00
version = "1.0.6"
2022-06-01 07:49:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
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"
2022-10-03 12:36:25 -04:00
version = "0.1.10"
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 = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2019-01-22 17:01:33 -05:00
[[package]]
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-02-28 06:46:19 -05:00
version = "1.3.0"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 06:46:19 -05:00
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
2020-11-23 13:40:55 -05:00
dependencies = [
"getrandom",
2020-11-23 13:40:55 -05:00
]
2020-05-27 21:47:36 -04:00
[[package]]
name = "varcon"
2023-05-03 09:56:01 -04:00
version = "0.6.9"
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-06-01 07:22:12 -04:00
version = "2.2.12"
2020-04-07 20:50:06 -04:00
dependencies = [
2020-05-27 21:51:04 -04:00
"enumflags2",
2023-03-31 21:33:41 -04:00
"winnow",
2020-04-07 20:50:06 -04:00
]
[[package]]
name = "version_check"
2022-02-01 11:34:12 -05:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 11:34:12 -05:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[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"
2021-04-30 11:40:13 -04:00
version = "2.3.2"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-30 11:40:13 -04:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2019-01-22 17:01:33 -05:00
dependencies = [
"same-file",
"winapi",
"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"
2022-10-03 12:36:25 -04:00
version = "0.2.83"
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 = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
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"
2022-10-03 12:36:25 -04:00
version = "0.2.83"
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 = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2021-02-05 22:38:44 -05:00
dependencies = [
"bumpalo",
"log",
2022-08-01 15:45:58 -04:00
"once_cell",
"proc-macro2",
"quote",
2023-03-31 21:33:41 -04:00
"syn 1.0.109",
2021-02-05 22:38:44 -05:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-10-03 12:36:25 -04:00
version = "0.2.83"
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 = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2021-02-05 22:38:44 -05:00
dependencies = [
"quote",
2021-02-05 22:38:44 -05:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-10-03 12:36:25 -04:00
version = "0.2.83"
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 = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2021-02-05 22:38:44 -05:00
dependencies = [
"proc-macro2",
"quote",
2023-03-31 21:33:41 -04:00
"syn 1.0.109",
2021-02-05 22:38:44 -05:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-10-03 12:36:25 -04:00
version = "0.2.83"
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 = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2021-02-05 22:38:44 -05:00
[[package]]
name = "web-sys"
2022-10-03 12:36:25 -04:00
version = "0.3.60"
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 = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
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 = [
"codegenrs",
"dictgen",
"itertools",
2022-08-01 15:45:58 -04:00
"snapbox",
"unicase",
2019-10-28 15:39:59 -04:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "winapi"
version = "0.3.9"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-01-22 17:01:33 -05:00
dependencies = [
"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"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-01-22 17:01:33 -05:00
[[package]]
name = "winapi-util"
2020-05-07 19:07:06 -04:00
version = "0.1.5"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 19:07:06 -04:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-01-22 17:01:33 -05:00
dependencies = [
"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"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2020-11-10 20:35:17 -05:00
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows-sys"
2022-11-01 15:14:35 -04:00
version = "0.42.0"
2022-07-01 21:24:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2022-07-01 21:24:49 -04:00
dependencies = [
2023-04-12 22:52:15 -04:00
"windows_aarch64_gnullvm 0.42.1",
"windows_aarch64_msvc 0.42.1",
"windows_i686_gnu 0.42.1",
"windows_i686_msvc 0.42.1",
"windows_x86_64_gnu 0.42.1",
"windows_x86_64_gnullvm 0.42.1",
"windows_x86_64_msvc 0.42.1",
2022-07-01 21:24:49 -04:00
]
2023-02-28 00:34:02 -05:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
2023-04-12 22:52:15 -04:00
"windows-targets 0.42.1",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.0",
2023-02-28 00:34:02 -05:00
]
[[package]]
name = "windows-targets"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
dependencies = [
2023-04-12 22:52:15 -04:00
"windows_aarch64_gnullvm 0.42.1",
"windows_aarch64_msvc 0.42.1",
"windows_i686_gnu 0.42.1",
"windows_i686_msvc 0.42.1",
"windows_x86_64_gnu 0.42.1",
"windows_x86_64_gnullvm 0.42.1",
"windows_x86_64_msvc 0.42.1",
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-02-28 00:34:02 -05:00
]
2022-11-01 15:14:35 -04:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-02-28 00:34:02 -05:00
version = "0.42.1"
2022-11-01 15:14:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
2022-11-01 15:14:35 -04:00
2023-04-12 22:52:15 -04:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_aarch64_msvc"
2023-02-28 00:34:02 -05:00
version = "0.42.1"
2022-07-01 21:24:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2022-07-01 21:24:49 -04:00
2023-04-12 22:52:15 -04:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_i686_gnu"
2023-02-28 00:34:02 -05:00
version = "0.42.1"
2022-07-01 21:24:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2022-07-01 21:24:49 -04:00
2023-04-12 22:52:15 -04:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_i686_msvc"
2023-02-28 00:34:02 -05:00
version = "0.42.1"
2022-07-01 21:24:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
2022-07-01 21:24:49 -04:00
2023-04-12 22:52:15 -04:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_x86_64_gnu"
2023-02-28 00:34:02 -05:00
version = "0.42.1"
2022-11-01 15:14:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
2022-11-01 15:14:35 -04:00
2023-04-12 22:52:15 -04:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2022-11-01 15:14:35 -04:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-02-28 00:34:02 -05:00
version = "0.42.1"
2022-07-01 21:24:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
2022-07-01 21:24:49 -04:00
2023-04-12 22:52:15 -04:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_x86_64_msvc"
2023-02-28 00:34:02 -05:00
version = "0.42.1"
2022-07-01 21:24:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
2022-07-01 21:24:49 -04:00
2023-04-12 22:52:15 -04:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2023-02-21 11:41:45 -05:00
[[package]]
name = "winnow"
2023-05-31 20:51:13 -04:00
version = "0.4.6"
2023-02-21 11:41:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:51:13 -04:00
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
2023-02-21 11:41:45 -05:00
dependencies = [
"memchr",
]