typos/Cargo.lock

1854 lines
45 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"
2021-12-01 08:59:35 -05:00
version = "0.17.0"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-01 08:59:35 -05:00
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
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"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"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"
2021-09-01 08:13:35 -04:00
version = "0.7.18"
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 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2019-01-22 17:01:33 -05:00
dependencies = [
"memchr",
2019-01-22 17:01:33 -05:00
]
2019-10-29 13:36:50 -04:00
[[package]]
name = "anyhow"
2022-08-01 15:45:58 -04:00
version = "1.0.59"
2019-10-29 13:36:50 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9"
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 = [
"hermit-abi",
"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"
2022-08-01 15:45:58 -04:00
version = "0.3.66"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
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"
2021-10-01 09:29:05 -04:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-01 09:29:05 -04:00
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
2021-02-05 22:38:44 -05:00
[[package]]
name = "bumpalo"
2022-07-01 21:24:49 -04:00
version = "3.10.0"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 21:24:49 -04:00
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
2021-02-05 22:38:44 -05:00
2021-11-08 12:20:27 -05:00
[[package]]
name = "bytes"
2022-08-01 15:45:58 -04:00
version = "1.2.1"
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 = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
2021-11-08 12:20:27 -05:00
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"
2022-03-01 09:40:15 -05:00
version = "1.0.73"
2021-04-30 11:40:13 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 09:40:15 -05:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
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]]
name = "clap"
version = "2.34.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2019-01-22 17:01:33 -05:00
dependencies = [
"bitflags",
2021-12-06 16:36:23 -05:00
"textwrap 0.11.0",
"unicode-width",
2019-01-22 17:01:33 -05:00
]
2021-12-06 16:36:23 -05:00
[[package]]
name = "clap"
version = "3.2.16"
2021-12-06 16:36:23 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9"
2021-12-06 16:36:23 -05:00
dependencies = [
"atty",
"bitflags",
"clap_derive",
2022-05-02 03:19:28 -04:00
"clap_lex",
2021-12-06 16:36:23 -05:00
"indexmap",
"once_cell",
2021-12-06 16:36:23 -05:00
"strsim 0.10.0",
"termcolor",
"textwrap 0.15.0",
2021-12-06 16:36:23 -05:00
]
2022-03-01 09:40:15 -05:00
[[package]]
name = "clap-verbosity-flag"
2022-07-01 21:24:49 -04:00
version = "1.0.1"
2022-03-01 09:40:15 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 21:24:49 -04:00
checksum = "0636f9c040082f8e161555a305f8cec1a1c2828b3d981c812b8c39f4ac00c42c"
2022-03-01 09:40:15 -05:00
dependencies = [
"clap 3.2.16",
2022-03-01 09:40:15 -05:00
"log",
]
2021-12-06 16:36:23 -05:00
[[package]]
name = "clap_derive"
version = "3.2.15"
2021-12-06 16:36:23 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"
2021-12-06 16:36:23 -05:00
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
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",
]
[[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 = [
"clap 3.2.16",
"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
]
2021-11-08 12:20:27 -05:00
[[package]]
name = "combine"
2022-05-02 03:19:28 -04:00
version = "4.6.4"
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 = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948"
2021-11-08 12:20:27 -05:00
dependencies = [
"bytes",
"memchr",
]
2022-01-11 16:55:20 -05:00
[[package]]
name = "concolor"
version = "0.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "015267563b1df20adccdd00cb05257b1dfbea70a04928e9cf88ffb850c1a40af"
dependencies = [
"atty",
"bitflags",
"concolor-query",
2022-01-11 16:55:20 -05:00
]
2021-10-06 11:08:42 -04:00
[[package]]
name = "concolor-clap"
2022-03-29 15:42:12 -04:00
version = "0.0.10"
2021-10-06 11:08:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-29 15:42:12 -04:00
checksum = "b35b55e880d42d4626e6a1aa5b4e63a4df61cf024472a31495ecbbb712402985"
2021-10-06 11:08:42 -04:00
dependencies = [
"clap 3.2.16",
2022-01-11 16:55:20 -05:00
"concolor",
2021-10-06 11:08:42 -04:00
]
2022-01-11 16:55:20 -05:00
[[package]]
name = "concolor-query"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6417fe6fc03a8b533fd2177742eeb39a90c7233eedec7bac96d4d6b69a09449"
[[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"
2022-08-01 15:45:58 -04:00
version = "0.3.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 = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
2021-02-05 22:38:44 -05:00
dependencies = [
"atty",
"cast",
2021-12-06 16:36:23 -05:00
"clap 2.34.0",
2021-02-05 22:38:44 -05:00
"criterion-plot",
"csv",
"itertools",
2021-02-05 22:38:44 -05:00
"lazy_static",
"num-traits",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_cbor",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]]
name = "criterion-plot"
2022-08-01 15:45:58 -04:00
version = "0.4.5"
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 = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
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"
2022-08-01 15:45:58 -04:00
version = "0.9.10"
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 = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
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",
2022-07-01 21:24:49 -04:00
"once_cell",
2021-02-05 22:38:44 -05:00
"scopeguard",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "crossbeam-utils"
2022-08-01 15:45:58 -04:00
version = "0.8.11"
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 = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
2019-01-22 17:01:33 -05:00
dependencies = [
2021-03-01 12:46:40 -05:00
"cfg-if",
2022-07-01 21:24:49 -04:00
"once_cell",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "csv"
2021-04-30 11:40:13 -04:00
version = "1.1.6"
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 = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
2019-01-22 17:01:33 -05:00
dependencies = [
"bstr",
"csv-core",
2021-12-14 16:21:15 -05:00
"itoa 0.4.8",
"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",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
"darling_core",
"quote",
"syn",
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",
"syn",
]
[[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",
"syn",
]
[[package]]
name = "dictgen"
2022-06-15 17:11:53 -04:00
version = "0.2.2"
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"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
[[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"
2022-07-01 21:24:49 -04:00
version = "1.7.0"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 21:24:49 -04:00
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
2019-01-23 09:33:51 -05:00
[[package]]
name = "encoding"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
dependencies = [
"encoding-index-japanese",
"encoding-index-korean",
"encoding-index-simpchinese",
"encoding-index-singlebyte",
"encoding-index-tradchinese",
]
[[package]]
name = "encoding-index-japanese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-korean"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-simpchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-singlebyte"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-tradchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding_index_tests"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
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",
"syn",
2020-04-07 20:50:06 -04:00
]
2019-07-19 23:45:41 -04:00
[[package]]
name = "env_logger"
version = "0.9.0"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
2019-07-19 23:45:41 -04:00
dependencies = [
2020-11-10 20:35:17 -05:00
"log",
"termcolor",
]
2022-02-01 11:34:12 -05:00
[[package]]
name = "fastrand"
2022-08-01 15:45:58 -04:00
version = "1.8.0"
2022-02-01 11:34:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
2022-02-01 11:34:12 -05:00
dependencies = [
"instant",
]
2022-03-29 15:42:12 -04:00
[[package]]
name = "filetime"
2022-07-01 21:24:49 -04:00
version = "0.2.17"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 21:24:49 -04:00
checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"
2022-03-29 15:42:12 -04:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2022-07-01 21:24:49 -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
[[package]]
name = "getrandom"
2022-07-01 21:24:49 -04:00
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 21:24:49 -04:00
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
dependencies = [
2021-03-01 12:46:40 -05:00
"cfg-if",
"libc",
"wasi",
]
2020-11-23 13:40:55 -05:00
[[package]]
name = "gimli"
2022-08-01 15:45:58 -04:00
version = "0.26.2"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
2020-11-23 13:40:55 -05:00
2021-11-08 12:20:27 -05:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2019-01-22 17:01:33 -05:00
[[package]]
name = "globset"
version = "0.4.9"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
2019-01-22 17:01:33 -05:00
dependencies = [
"aho-corasick",
"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"
2022-02-01 11:34:12 -05:00
version = "0.4.0"
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 = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
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
]
2020-11-23 13:40:55 -05:00
[[package]]
name = "human-panic"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39f357a500abcbd7c5f967c1d45c8838585b36743823b9d43488f24850534e36"
dependencies = [
"backtrace",
"os_type",
"serde",
"serde_derive",
"termcolor",
"toml",
"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"
2022-07-01 21:24:49 -04:00
version = "1.9.1"
2021-11-08 12:20:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 21:24:49 -04:00
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
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",
]
2019-01-23 09:33:51 -05:00
[[package]]
name = "itertools"
2021-12-14 16:21:15 -05:00
version = "0.10.3"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-14 16:21:15 -05:00
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
2019-01-23 09:33:51 -05:00
dependencies = [
"either",
2019-01-23 09:33:51 -05:00
]
[[package]]
name = "itoa"
2021-09-01 08:13:35 -04:00
version = "0.4.8"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-01 08:13:35 -04:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2019-01-23 09:33:51 -05:00
2021-12-14 16:21:15 -05:00
[[package]]
name = "itoa"
2022-06-01 07:49:18 -04:00
version = "1.0.2"
2021-12-14 16:21:15 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 07:49:18 -04:00
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
2021-12-14 16:21:15 -05:00
2021-02-05 22:38:44 -05:00
[[package]]
name = "js-sys"
2022-08-01 15:45:58 -04:00
version = "0.3.59"
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 = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
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"
2022-06-01 07:49:18 -04:00
version = "0.2.126"
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 = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
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"
2021-12-14 16:21:15 -05:00
version = "0.6.5"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-14 16:21:15 -05:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2021-02-05 22:38:44 -05:00
dependencies = [
"autocfg",
]
2021-09-01 07:38:52 -04:00
[[package]]
name = "minimal-lexical"
2021-12-01 08:59:35 -05:00
version = "0.2.1"
2021-09-01 07:38:52 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-01 08:59:35 -05:00
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-09-01 07:38:52 -04:00
2020-11-23 13:40:55 -05:00
[[package]]
name = "miniz_oxide"
2022-06-01 07:49:18 -04:00
version = "0.5.3"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 07:49:18 -04:00
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
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",
"log",
2022-08-01 15:45:58 -04:00
"regex",
"snapbox",
"unicase",
]
2020-04-07 20:50:06 -04:00
[[package]]
name = "nom"
version = "7.1.1"
2020-04-07 20:50:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2021-09-01 07:38:52 -04:00
dependencies = [
"memchr",
"minimal-lexical",
]
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"
2022-02-01 11:34:12 -05:00
version = "1.13.1"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 11:34:12 -05:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2021-02-05 22:38:44 -05:00
dependencies = [
"hermit-abi",
"libc",
]
2020-11-23 13:40:55 -05:00
[[package]]
name = "object"
2022-08-01 15:45:58 -04:00
version = "0.29.0"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
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"
version = "1.13.0"
2020-11-09 20:27:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
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]]
name = "os_pipe"
2022-03-01 09:40:15 -05:00
version = "1.0.1"
2021-11-10 17:09:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 09:40:15 -05:00
checksum = "2c92f2b54f081d635c77e7120862d48db8e91f7f21cef23ab1b4fe9971c59f55"
2021-11-10 17:09:00 -05:00
dependencies = [
"libc",
"winapi",
]
2021-12-06 16:36:23 -05:00
[[package]]
name = "os_str_bytes"
2022-08-01 15:45:58 -04:00
version = "6.2.0"
2021-12-06 16:36:23 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"
2021-12-06 16:36:23 -05:00
2020-11-23 13:40:55 -05:00
[[package]]
name = "os_type"
2022-02-01 11:34:12 -05:00
version = "2.4.0"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 11:34:12 -05:00
checksum = "c3df761f6470298359f84fcfb60d86db02acc22c251c37265c07a3d1057d2389"
2020-11-23 13:40:55 -05:00
dependencies = [
"regex",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "phf"
2021-12-14 16:21:15 -05:00
version = "0.10.1"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-14 16:21:15 -05:00
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
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
]
[[package]]
name = "phf_codegen"
2021-09-01 07:38:52 -04:00
version = "0.10.0"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-01 07:38:52 -04:00
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
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"
2021-09-01 07:38:52 -04:00
version = "0.10.0"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-01 07:38:52 -04:00
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
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
]
[[package]]
name = "phf_shared"
2021-09-01 07:38:52 -04:00
version = "0.10.0"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-01 07:38:52 -04:00
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2021-07-01 11:39:27 -04:00
dependencies = [
"siphasher",
"unicase",
]
2021-02-05 22:38:44 -05:00
[[package]]
name = "plotters"
2022-08-01 15:45:58 -04:00
version = "0.3.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 = "9428003b84df1496fb9d6eeee9c5f8145cb41ca375eb0dad204328888832811f"
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-08-01 15:45:58 -04:00
version = "0.3.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 = "e0918736323d1baff32ee0eade54984f6f201ad7e97d5cfb5d6ab4a358529615"
2021-02-05 22:38:44 -05:00
dependencies = [
"plotters-backend",
]
[[package]]
name = "ppv-lite86"
2022-02-01 11:34:12 -05:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 11:34:12 -05:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
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"
version = "1.0.3"
2020-11-16 21:02:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0da6bbc8ef87314d4f596ad9d02db375c3f2d77fba91067a6f6a5754fdc8cb49"
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",
"syn",
"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"
2022-08-01 15:45:58 -04:00
version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
dependencies = [
2022-06-01 07:49:18 -04:00
"unicode-ident",
]
[[package]]
name = "quote"
2022-07-01 21:24:49 -04:00
version = "1.0.20"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 21:24:49 -04:00
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
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 = [
"libc",
"rand_chacha",
"rand_core",
2021-02-04 22:40:07 -05:00
]
[[package]]
name = "rand_chacha"
2021-07-01 11:39:27 -04:00
version = "0.3.1"
2021-02-04 22:40:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-01 11:39:27 -04:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-02-04 22:40:07 -05:00
dependencies = [
"ppv-lite86",
"rand_core",
]
2021-02-04 22:40:07 -05:00
[[package]]
name = "rand_core"
2021-07-01 11:39:27 -04:00
version = "0.6.3"
2021-02-04 22:40:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-01 11:39:27 -04:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2021-02-04 22:40:07 -05:00
dependencies = [
"getrandom",
2021-02-04 22:40:07 -05:00
]
2021-02-05 22:38:44 -05:00
[[package]]
name = "rayon"
2022-06-01 07:49:18 -04:00
version = "1.5.3"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 07:49:18 -04:00
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2021-02-05 22:38:44 -05:00
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-06-01 07:49:18 -04:00
version = "1.9.3"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 07:49:18 -04:00
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
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"
version = "1.6.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2019-01-22 17:01:33 -05:00
dependencies = [
"aho-corasick",
"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"
version = "0.6.27"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2019-01-22 17:01:33 -05:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2019-01-22 17:01:33 -05:00
dependencies = [
"winapi",
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
]
2019-08-08 11:24:50 -04:00
[[package]]
name = "ryu"
2022-06-01 07:49:18 -04:00
version = "1.0.10"
2019-08-08 11:24:50 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 07:49:18 -04:00
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
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-07-01 21:24:49 -04:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 21:24:49 -04:00
checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
2019-01-22 17:01:33 -05:00
[[package]]
name = "serde"
2022-08-01 15:45:58 -04:00
version = "1.0.141"
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 = "7af873f2c95b99fcb0bd0fe622a43e29514658873c8ceba88c4cb88833a22500"
dependencies = [
"serde_derive",
]
2019-01-22 17:01:33 -05:00
2021-02-05 22:38:44 -05:00
[[package]]
name = "serde_cbor"
2021-09-01 08:13:35 -04:00
version = "0.11.2"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-01 08:13:35 -04:00
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
2021-02-05 22:38:44 -05:00
dependencies = [
"half",
"serde",
]
2019-01-23 09:33:51 -05:00
[[package]]
name = "serde_derive"
2022-08-01 15:45:58 -04:00
version = "1.0.141"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "75743a150d003dd863b51dc809bcad0d73f2102c53632f1e954e738192a3413f"
2019-01-23 09:33:51 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-01-23 09:33:51 -05:00
]
[[package]]
name = "serde_json"
version = "1.0.82"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
2019-01-23 09:33:51 -05:00
dependencies = [
2022-06-01 07:49:18 -04:00
"itoa 1.0.2",
"ryu",
"serde",
2019-01-23 09:33:51 -05:00
]
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"
2022-08-01 15:45:58 -04:00
version = "2.2.0"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"
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"
2022-08-01 15:45:58 -04:00
version = "0.3.1"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "dc9f6603988128836d0ed032a28fac5fb049958e21578e9aed2ed05f69bb562a"
2022-03-29 15:42:12 -04:00
dependencies = [
"concolor",
"content_inspector",
"dunce",
"filetime",
"normalize-line-endings",
"os_pipe",
"similar",
"snapbox-macros",
"tempfile",
"wait-timeout",
"walkdir",
"yansi",
]
[[package]]
name = "snapbox-macros"
2022-08-01 15:45:58 -04:00
version = "0.3.0"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "8a253e6f894cfa440cba00600a249fa90869d8e0ec45ab274a456e043a0ce8f2"
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"
2022-07-01 21:24:49 -04:00
version = "1.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 21:24:49 -04:00
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
dependencies = [
"proc-macro2",
"quote",
2022-06-01 07:49:18 -04:00
"unicode-ident",
2020-02-03 07:48:55 -05:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "tempfile"
2022-02-01 11:34:12 -05:00
version = "3.3.0"
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 = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
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",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
2019-01-22 17:01:33 -05:00
]
2019-07-19 23:45:41 -04:00
[[package]]
name = "termcolor"
2022-05-02 03:19:28 -04:00
version = "1.1.3"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 03:19:28 -04:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
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"
version = "0.11.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2019-01-22 17:01:33 -05:00
dependencies = [
"unicode-width",
2019-01-22 17:01:33 -05:00
]
2021-12-06 16:36:23 -05:00
[[package]]
name = "textwrap"
version = "0.15.0"
2021-12-06 16:36:23 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
2021-12-06 16:36:23 -05:00
2019-10-29 15:37:48 -04:00
[[package]]
name = "thiserror"
2022-05-02 03:19:28 -04:00
version = "1.0.31"
2019-10-29 15:37:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 03:19:28 -04:00
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2019-10-29 15:37:48 -04:00
dependencies = [
"thiserror-impl",
2019-10-29 15:37:48 -04:00
]
[[package]]
name = "thiserror-impl"
2022-05-02 03:19:28 -04:00
version = "1.0.31"
2019-10-29 15:37:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 03:19:28 -04:00
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2019-10-29 15:37:48 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-10-29 15:37:48 -04:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "thread_local"
2022-02-01 11:34:12 -05:00
version = "1.1.4"
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 = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2019-01-22 17:01:33 -05:00
dependencies = [
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",
]
2019-08-07 10:55:17 -04:00
[[package]]
name = "toml"
2022-05-02 03:19:28 -04:00
version = "0.5.9"
2019-08-07 10:55:17 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 03:19:28 -04:00
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2019-08-07 10:55:17 -04:00
dependencies = [
"serde",
2019-08-07 10:55:17 -04:00
]
[[package]]
name = "toml_edit"
2022-06-01 07:49:18 -04:00
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 07:49:18 -04:00
checksum = "5376256e44f2443f8896ac012507c19a012df0fe8758b55246ae51a2279db51f"
dependencies = [
"combine",
"indexmap",
"itertools",
"serde",
]
2021-11-08 12:20:27 -05:00
[[package]]
name = "trycmd"
2022-08-01 15:45:58 -04:00
version = "0.13.5"
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 = "62a09d4fff814904dc04bf60dc19fd7ed41715e3e00dd423eb1c5636a942e2a4"
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",
2022-06-01 07:49:18 -04:00
"toml_edit",
2021-11-08 12:20:27 -05:00
]
[[package]]
name = "typed-arena"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
2019-07-03 21:22:36 -04:00
[[package]]
name = "typos"
2022-06-15 17:11:53 -04:00
version = "0.10.1"
2019-07-03 21:22:36 -04:00
dependencies = [
"anyhow",
"bstr",
"itertools",
"log",
2021-12-01 08:59:35 -05:00
"nom",
2020-11-09 20:27:25 -05:00
"once_cell",
"serde",
"simdutf8",
"thiserror",
"unicode-segmentation",
"unicode-xid",
2019-07-03 21:22:36 -04:00
]
[[package]]
name = "typos-cli"
2022-07-22 12:09:08 -04:00
version = "1.10.3"
dependencies = [
"ahash",
"anyhow",
"assert_fs",
"atty",
"bstr",
"clap 3.2.16",
2022-08-01 15:45:58 -04:00
"clap-verbosity-flag",
2022-01-11 16:55:20 -05:00
"concolor",
2021-10-06 11:08:42 -04:00
"concolor-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",
"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",
"serde",
2020-12-30 20:41:08 -05:00
"serde_json",
"thread_local",
2022-06-01 07:49:18 -04:00
"toml_edit",
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",
"yansi",
]
[[package]]
name = "typos-dict"
2022-07-22 12:09:08 -04:00
version = "0.8.4"
dependencies = [
"codegenrs",
"csv",
"dictgen",
"edit-distance",
"itertools",
2022-08-01 15:45:58 -04:00
"log",
"snapbox",
"unicase",
"varcon",
]
[[package]]
name = "typos-vars"
2022-06-15 17:11:53 -04:00
version = "0.8.2"
dependencies = [
"codegenrs",
"dictgen",
"itertools",
"log",
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"
2022-08-01 15:45:58 -04:00
version = "1.0.2"
2022-06-01 07:49:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-01 15:45:58 -04:00
checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
2022-06-01 07:49:18 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-segmentation"
version = "1.9.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-width"
2021-10-01 09:29:05 -04:00
version = "0.1.9"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-01 09:29:05 -04:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-xid"
2022-06-01 07:49:18 -04:00
version = "0.2.3"
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 = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
2019-01-22 17:01:33 -05:00
2020-11-23 13:40:55 -05:00
[[package]]
name = "uuid"
2021-01-11 08:10:10 -05:00
version = "0.8.2"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-11 08:10:10 -05:00
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
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"
2022-06-15 17:11:53 -04:00
version = "0.6.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"
2022-06-15 17:11:53 -04:00
version = "2.2.4"
2020-04-07 20:50:06 -04:00
dependencies = [
2020-05-27 21:51:04 -04:00
"enumflags2",
2021-12-01 08:59:35 -05:00
"nom",
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-08-01 15:45:58 -04:00
version = "0.2.82"
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 = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
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-08-01 15:45:58 -04:00
version = "0.2.82"
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 = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
2021-02-05 22:38:44 -05:00
dependencies = [
"bumpalo",
"log",
2022-08-01 15:45:58 -04:00
"once_cell",
"proc-macro2",
"quote",
"syn",
2021-02-05 22:38:44 -05:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-08-01 15:45:58 -04:00
version = "0.2.82"
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 = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
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-08-01 15:45:58 -04:00
version = "0.2.82"
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 = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
2021-02-05 22:38:44 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2021-02-05 22:38:44 -05:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-08-01 15:45:58 -04:00
version = "0.2.82"
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 = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
2021-02-05 22:38:44 -05:00
[[package]]
name = "web-sys"
2022-08-01 15:45:58 -04:00
version = "0.3.59"
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 = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
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"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"