typos/Cargo.lock

1936 lines
47 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"
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
]
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"
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 = [
"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",
]
2022-10-03 12:36:25 -04:00
[[package]]
name = "bstr"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd"
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
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]]
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"
2022-10-03 12:36:25 -04:00
version = "3.2.22"
2021-12-06 16:36:23 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-03 12:36:25 -04:00
checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"
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"
2022-11-01 15:14:35 -04:00
version = "4.0.18"
2022-09-28 16:53:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "335867764ed2de42325fafe6d18b8af74ba97ee0c590fa016f157535b42ab04b"
2022-09-28 16:53:45 -04:00
dependencies = [
"atty",
"bitflags",
2022-11-01 15:14:35 -04:00
"clap_derive 4.0.18",
2022-09-28 16:53:45 -04:00
"clap_lex 0.3.0",
"once_cell",
"strsim 0.10.0",
"termcolor",
]
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 = [
2022-11-01 15:14:35 -04:00
"clap 4.0.18",
2022-03-01 09:40:15 -05:00
"log",
]
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",
"syn",
]
2022-09-28 16:53:45 -04:00
[[package]]
name = "clap_derive"
2022-11-01 15:14:35 -04:00
version = "4.0.18"
2022-09-28 16:53:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3"
2022-09-28 16:53:45 -04: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",
]
2022-09-28 16:53:45 -04:00
[[package]]
name = "clap_lex"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
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 = [
2022-10-03 12:36:25 -04:00
"clap 3.2.22",
"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-09-01 07:50:35 -04:00
version = "4.6.6"
2021-11-08 12:20:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-01 07:50:35 -04:00
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
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",
2022-11-01 15:14:35 -04:00
"concolor-query 0.0.5",
]
[[package]]
name = "concolor"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b90f9dcd9490a97db91a85ccd79e38a87e14323f0bb824659ee3274e9143ba37"
dependencies = [
"atty",
"bitflags",
"concolor-query 0.1.0",
2022-01-11 16:55:20 -05:00
]
2021-10-06 11:08:42 -04:00
[[package]]
name = "concolor-clap"
2022-11-01 15:14:35 -04:00
version = "0.0.12"
2021-10-06 11:08:42 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "a384cbd2fa7c6e31abf8df89a38c977780f684d61dee1e20531e8dd7c8122a8e"
2021-10-06 11:08:42 -04:00
dependencies = [
2022-11-01 15:14:35 -04:00
"clap 4.0.18",
"concolor 0.0.9",
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"
2022-11-01 15:14:35 -04:00
[[package]]
name = "concolor-query"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82a90734b3d5dcf656e7624cca6bce9c3a90ee11f900e80141a7427ccfb3d317"
[[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-10-03 12:36:25 -04:00
version = "0.4.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 = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb"
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
"atty",
"cast",
2022-10-03 12:36:25 -04:00
"ciborium",
"clap 3.2.22",
2021-02-05 22:38:44 -05:00
"criterion-plot",
"itertools",
2021-02-05 22:38:44 -05:00
"lazy_static",
"num-traits",
"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"
2022-10-03 12:36:25 -04:00
version = "0.9.11"
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 = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
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"
2022-10-03 12:36:25 -04:00
version = "0.8.12"
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 = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
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"
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 = [
2022-10-03 12:36:25 -04:00
"bstr 0.2.17",
"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-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"
2022-09-01 07:50:35 -04:00
version = "1.8.0"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-01 07:50:35 -04:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
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"
2022-10-03 12:36:25 -04:00
version = "0.9.1"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-03 12:36:25 -04:00
checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
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-11-01 15:14:35 -04:00
version = "0.2.18"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"
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",
2022-10-03 12:36:25 -04:00
"bstr 0.2.17",
"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"
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"
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-08-03 10:29:38 -04:00
version = "1.0.3"
2021-12-14 16:21:15 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-03 10:29:38 -04:00
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
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"
2022-11-01 15:14:35 -04:00
version = "0.2.137"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
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-10-03 12:36:25 -04:00
version = "0.5.4"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-03 12:36:25 -04:00
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
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",
]
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"
2022-11-01 15:14:35 -04:00
version = "1.16.0"
2020-11-09 20:27:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
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-10-03 12:36:25 -04:00
version = "1.1.1"
2021-11-10 17:09:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-03 12:36:25 -04:00
checksum = "0dceb7e43f59c35ee1548045b2c72945a5a3bb6ce6d6f07cdc13dc8f6bc4930a"
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-11-01 15:14:35 -04:00
version = "6.3.1"
2021-12-06 16:36:23 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "3baf96e39c5359d2eb0dd6ccb42c62b91d9678aa68160d261b9e0ccbf9e9dea9"
2021-12-06 16:36:23 -05:00
2020-11-23 13:40:55 -05:00
[[package]]
name = "os_type"
2022-10-03 12:36:25 -04:00
version = "2.6.0"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-03 12:36:25 -04:00
checksum = "e24d44c0eea30167516ed8f6daca4b5e3eebcde1bde1e4e6e08b809fb02c7ba5"
2020-11-23 13:40:55 -05:00
dependencies = [
"regex",
]
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",
"syn",
"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",
"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-11-01 15:14:35 -04:00
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
dependencies = [
2022-06-01 07:49:18 -04:00
"unicode-ident",
]
[[package]]
name = "quote"
2022-08-03 10:29:38 -04:00
version = "1.0.21"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-03 10:29:38 -04:00
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
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"
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-08-03 10:29:38 -04:00
version = "1.0.11"
2019-08-08 11:24:50 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-03 10:29:38 -04:00
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
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"
2022-11-01 15:14:35 -04:00
version = "1.0.147"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
dependencies = [
"serde_derive",
]
2019-01-22 17:01:33 -05:00
2019-01-23 09:33:51 -05:00
[[package]]
name = "serde_derive"
2022-11-01 15:14:35 -04:00
version = "1.0.147"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
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.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 = [
2022-08-03 10:29:38 -04:00
"itoa 1.0.3",
"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-10-03 12:36:25 -04:00
version = "0.4.0"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-03 12:36:25 -04:00
checksum = "f98a96656eecd1621c5830831b48eb6903a9f86aaeb61b9f358a9bd462414ddd"
2022-03-29 15:42:12 -04:00
dependencies = [
2022-11-01 15:14:35 -04:00
"concolor 0.0.8",
2022-03-29 15:42:12 -04:00
"content_inspector",
"dunce",
"filetime",
"normalize-line-endings",
"os_pipe",
"similar",
"snapbox-macros",
"tempfile",
"wait-timeout",
"walkdir",
"yansi",
]
[[package]]
name = "snapbox-macros"
2022-10-03 12:36:25 -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-10-03 12:36:25 -04:00
checksum = "485e65c1203eb37244465e857d15a26d3a85a5410648ccb53b18bd44cb3a7336"
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-11-01 15:14:35 -04:00
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
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"
2022-11-01 15:14:35 -04:00
version = "0.15.2"
2021-12-06 16:36:23 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
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",
"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
]
2022-11-01 15:14:35 -04:00
[[package]]
name = "toml_datetime"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2022-11-01 15:14:35 -04:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "b1541ba70885967e662f69d31ab3aeca7b1aaecfcd58679590b893e9239c3646"
dependencies = [
"combine",
"indexmap",
"itertools",
"serde",
2022-11-01 15:14:35 -04:00
"toml_datetime",
]
2021-11-08 12:20:27 -05:00
[[package]]
name = "trycmd"
2022-11-01 15:14:35 -04:00
version = "0.14.1"
2021-11-08 12:20:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "7ea164949c690a45580a50ebb8b4d5e3f907b134d26009dbe45878225ebb0374"
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-11-03 23:28:10 -04:00
version = "0.10.6"
2019-07-03 21:22:36 -04:00
dependencies = [
"anyhow",
2022-10-03 12:36:25 -04:00
"bstr 1.0.1",
"itertools",
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-11-30 00:00:05 -05:00
version = "1.13.1"
dependencies = [
"ahash",
"anyhow",
"assert_fs",
"atty",
2022-10-03 12:36:25 -04:00
"bstr 1.0.1",
2022-11-01 15:14:35 -04:00
"clap 4.0.18",
2022-08-01 15:45:58 -04:00
"clap-verbosity-flag",
2022-11-01 15:14:35 -04:00
"concolor 0.0.9",
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-11-21 23:25:30 -05:00
version = "0.9.11"
dependencies = [
"codegenrs",
"csv",
"dictgen",
"edit-distance",
"itertools",
2022-08-01 15:45:58 -04:00
"snapbox",
"unicase",
"varcon",
]
[[package]]
name = "typos-vars"
2022-11-03 23:28:10 -04:00
version = "0.8.7"
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"
2022-11-01 15:14:35 -04:00
version = "1.0.5"
2022-06-01 07:49:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-01 15:14:35 -04:00
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
2022-06-01 07:49:18 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-segmentation"
2022-10-03 12:36:25 -04:00
version = "1.10.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 = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
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
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-11-03 23:28:10 -04:00
version = "0.6.6"
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-11-03 23:28:10 -04:00
version = "2.2.7"
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-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",
"syn",
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",
"syn",
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 = [
2022-11-01 15:14:35 -04:00
"windows_aarch64_gnullvm",
2022-07-01 21:24:49 -04:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2022-11-01 15:14:35 -04:00
"windows_x86_64_gnullvm",
2022-07-01 21:24:49 -04:00
"windows_x86_64_msvc",
]
2022-11-01 15:14:35 -04:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_aarch64_msvc"
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 = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_i686_gnu"
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 = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_i686_msvc"
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 = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_x86_64_gnu"
2022-11-01 15:14:35 -04:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
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 = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_x86_64_msvc"
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 = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2022-07-01 21:24:49 -04:00
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"