typos/Cargo.lock

1770 lines
43 KiB
Text
Raw Normal View History

2019-04-16 22:16:31 -04:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-06-28 15:56:13 -04:00
version = 3
2020-11-23 13:40:55 -05:00
[[package]]
name = "addr2line"
2023-09-02 18:05:30 -04:00
version = "0.21.0"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2020-11-23 13:40:55 -05:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
2021-03-01 12:46:40 -05:00
version = "1.0.2"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-01 12:46:40 -05:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-11-23 13:40:55 -05:00
[[package]]
name = "ahash"
2024-02-10 22:00:39 -05:00
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-10 22:00:39 -05:00
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
dependencies = [
2022-09-01 07:50:35 -04:00
"cfg-if",
"getrandom",
2021-02-04 22:40:07 -05:00
"once_cell",
"version_check",
2024-02-10 22:00:39 -05:00
"zerocopy",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "aho-corasick"
2023-10-16 13:58:00 -04:00
version = "1.1.2"
2023-05-01 11:30:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2023-05-01 11:30:51 -04:00
dependencies = [
"memchr",
]
2023-09-30 20:34:31 -04:00
[[package]]
name = "anstream"
2024-01-31 20:02:49 -05:00
version = "0.6.11"
2023-09-30 20:34:31 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 20:02:49 -05:00
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
2023-09-30 20:34:31 -04:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
2023-08-31 20:57:02 -04:00
"colorchoice",
"utf8parse",
]
2023-03-14 00:01:45 -04:00
[[package]]
name = "anstyle"
2024-01-31 20:02:49 -05:00
version = "1.0.5"
2023-03-14 00:01:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 20:02:49 -05:00
checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220"
2023-03-14 00:01:45 -04:00
[[package]]
name = "anstyle-parse"
2023-10-16 13:58:00 -04:00
version = "0.2.2"
2023-03-14 00:01:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
2023-03-14 00:01:45 -04:00
dependencies = [
"utf8parse",
]
2023-04-12 22:52:15 -04:00
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
2023-04-12 22:52:15 -04:00
]
2023-09-30 20:34:31 -04:00
[[package]]
name = "anstyle-wincon"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
dependencies = [
"anstyle",
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
2023-09-30 20:34:31 -04:00
]
2019-10-29 13:36:50 -04:00
[[package]]
name = "anyhow"
2023-09-02 18:05:30 -04:00
version = "1.0.75"
2019-10-29 13:36:50 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2019-10-29 13:36:50 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "assert_fs"
2023-12-31 20:35:45 -05:00
version = "1.1.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 20:35:45 -05:00
checksum = "adc5d78e9048d836d12a0c0040ca5f45b18a94d204b4ba4f677a8a7de162426b"
2019-01-22 17:01:33 -05:00
dependencies = [
2023-09-02 18:05:30 -04:00
"anstyle",
"doc-comment",
"globwalk",
"predicates",
"predicates-core",
"predicates-tree",
"tempfile",
2019-01-22 17:01:33 -05:00
]
2020-02-03 07:48:55 -05:00
[[package]]
name = "autocfg"
2022-03-01 09:40:15 -05:00
version = "1.1.0"
2020-02-03 07:48:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 09:40:15 -05:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-02-03 07:48:55 -05:00
2020-11-23 13:40:55 -05:00
[[package]]
name = "backtrace"
2023-09-02 18:05:30 -04:00
version = "0.3.69"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
2020-11-23 13:40:55 -05:00
dependencies = [
"addr2line",
2021-04-30 11:40:13 -04:00
"cc",
2021-03-01 12:46:40 -05:00
"cfg-if",
2020-11-23 13:40:55 -05:00
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "bitflags"
2021-09-01 08:13:35 -04:00
version = "1.3.2"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-01 08:13:35 -04:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-01-22 17:01:33 -05:00
2023-09-02 18:05:30 -04:00
[[package]]
name = "bitflags"
2023-10-16 13:58:00 -04:00
version = "2.4.1"
2023-09-02 18:05:30 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
2023-09-02 18:05:30 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "bstr"
2023-12-31 20:35:45 -05:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 20:35:45 -05:00
checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
2022-10-03 12:36:25 -04:00
dependencies = [
"memchr",
"regex-automata",
"serde",
]
2021-04-30 11:40:13 -04:00
[[package]]
name = "cc"
2023-09-02 18:05:30 -04:00
version = "1.0.83"
2021-04-30 11:40:13 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2021-04-30 11:40:13 -04:00
2020-11-23 11:08:38 -05:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2022-09-28 16:53:45 -04:00
[[package]]
name = "clap"
2024-01-31 20:02:49 -05:00
version = "4.4.18"
2022-09-28 16:53:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 20:02:49 -05:00
checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
2022-09-28 16:53:45 -04:00
dependencies = [
2023-03-31 21:33:41 -04:00
"clap_builder",
2023-10-16 13:58:00 -04:00
"clap_derive",
2022-09-28 16:53:45 -04:00
]
2022-03-01 09:40:15 -05:00
[[package]]
name = "clap-verbosity-flag"
2023-11-30 19:23:45 -05:00
version = "2.1.0"
2022-03-01 09:40:15 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 19:23:45 -05:00
checksum = "e5fdbb015d790cfb378aca82caf9cc52a38be96a7eecdb92f31b4366a8afc019"
2022-03-01 09:40:15 -05:00
dependencies = [
2023-10-16 13:58:00 -04:00
"clap",
2022-03-01 09:40:15 -05:00
"log",
]
2023-03-31 21:33:41 -04:00
[[package]]
name = "clap_builder"
2024-01-31 20:02:49 -05:00
version = "4.4.18"
2023-03-31 21:33:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 20:02:49 -05:00
checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
2023-03-31 21:33:41 -04:00
dependencies = [
"anstream",
2023-03-31 21:33:41 -04:00
"anstyle",
2023-10-16 13:58:00 -04:00
"clap_lex",
2023-09-02 18:05:30 -04:00
"strsim",
2024-02-07 14:21:10 -05:00
"terminal_size",
2023-03-31 21:33:41 -04:00
]
2022-09-28 16:53:45 -04:00
[[package]]
name = "clap_derive"
2023-11-30 19:23:45 -05:00
version = "4.4.7"
2022-09-28 16:53:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 19:23:45 -05:00
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
2022-09-28 16:53:45 -04:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-10-16 13:58:00 -04:00
"syn 2.0.38",
2022-05-02 03:19:28 -04:00
]
2022-09-28 16:53:45 -04:00
[[package]]
name = "clap_lex"
2023-11-30 19:23:45 -05:00
version = "0.6.0"
2022-09-28 16:53:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 19:23:45 -05:00
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
2022-09-28 16:53:45 -04:00
[[package]]
name = "codegenrs"
2023-10-16 13:58:00 -04:00
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "bdd9df7bf4b13db9f290fa2adba3c6e68beb842aa6b1ab44bd51a504ee2d5942"
dependencies = [
2023-10-16 13:58:00 -04:00
"clap",
"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 0.12.0",
2022-08-01 15:45:58 -04:00
"snapbox",
2023-06-08 09:10:49 -04:00
"typos",
"unicase",
2019-10-28 12:01:22 -04:00
]
2023-03-14 00:01:45 -04:00
[[package]]
2023-04-12 22:52:15 -04:00
name = "colorchoice"
2023-03-14 00:01:45 -04:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-12 22:52:15 -04:00
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2023-03-14 00:01:45 -04:00
[[package]]
2023-04-12 22:52:15 -04:00
name = "colorchoice-clap"
2023-09-30 20:34:31 -04:00
version = "1.0.3"
2023-03-14 00:01:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-30 20:34:31 -04:00
checksum = "6fe9ad5d064caf028aeb50818a5c7857c28f746ad04111652b85d9bca8b0d0be"
2023-03-14 00:01:45 -04:00
dependencies = [
2023-10-16 13:58:00 -04:00
"clap",
2023-04-12 22:52:15 -04:00
"colorchoice",
2023-03-14 00:01:45 -04:00
]
2024-02-07 14:21:10 -05:00
[[package]]
name = "condtype"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf0a07a401f374238ab8e2f11a104d2851bf9ce711ec69804834de8af45c7af"
[[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 = "crossbeam-deque"
2023-09-02 18:05:30 -04:00
version = "0.8.3"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2021-02-05 22:38:44 -05:00
dependencies = [
2021-03-01 12:46:40 -05:00
"cfg-if",
2021-02-05 22:38:44 -05:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-09-02 18:05:30 -04:00
version = "0.9.15"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2021-02-05 22:38:44 -05:00
dependencies = [
2022-05-02 03:19:28 -04:00
"autocfg",
2021-03-01 12:46:40 -05:00
"cfg-if",
2021-02-05 22:38:44 -05:00
"crossbeam-utils",
"memoffset",
"scopeguard",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "crossbeam-utils"
2023-09-02 18:05:30 -04:00
version = "0.8.16"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2019-01-22 17:01:33 -05:00
dependencies = [
2021-03-01 12:46:40 -05:00
"cfg-if",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "csv"
2023-10-16 13:58:00 -04:00
version = "1.3.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
2019-01-22 17:01:33 -05:00
dependencies = [
"csv-core",
2023-02-28 00:34:02 -05:00
"itoa",
"ryu",
"serde",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "csv-core"
2023-10-16 13:58:00 -04:00
version = "0.1.11"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
2019-01-22 17:01:33 -05:00
dependencies = [
"memchr",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "darling"
2023-09-02 18:05:30 -04:00
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-09-02 18:05:30 -04:00
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2023-09-02 18:05:30 -04:00
"strsim",
2023-10-16 13:58:00 -04:00
"syn 2.0.38",
]
[[package]]
name = "darling_macro"
2023-09-02 18:05:30 -04:00
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
dependencies = [
"darling_core",
"quote",
2023-10-16 13:58:00 -04:00
"syn 2.0.38",
2019-08-07 09:20:18 -04:00
]
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
2021-04-30 11:40:13 -04:00
"convert_case",
"proc-macro2",
"quote",
"rustc_version",
2023-03-31 21:33:41 -04:00
"syn 1.0.109",
]
[[package]]
name = "derive_setters"
2023-09-02 18:05:30 -04:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
dependencies = [
"darling",
"proc-macro2",
"quote",
2023-10-16 13:58:00 -04:00
"syn 2.0.38",
]
[[package]]
name = "dictgen"
2023-09-01 17:20:50 -04:00
version = "0.2.7"
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"
2024-02-07 14:21:10 -05:00
[[package]]
name = "divan"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5398159ee27f2b123d89b856bad61725442f37df5fb98c30cd570c318d594aee"
dependencies = [
"cfg-if",
"clap",
"condtype",
"divan-macros",
"libc",
"regex-lite",
]
[[package]]
name = "divan-macros"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5092f66eb3563a01e85552731ae82c04c934ff4efd7ad1a0deae7b948f4b3ec4"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dunce"
2023-09-02 18:05:30 -04:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
[[package]]
name = "edit-distance"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbbaaaf38131deb9ca518a274a45bfdb8771f139517b073b16c2d3d32ae5037b"
2019-01-23 09:33:51 -05:00
[[package]]
name = "either"
2023-09-02 18:05:30 -04:00
version = "1.9.0"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2019-01-23 09:33:51 -05:00
[[package]]
name = "encoding_rs"
2023-08-31 20:57:02 -04:00
version = "0.8.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 20:57:02 -04:00
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
dependencies = [
"cfg-if",
]
2020-04-07 20:50:06 -04:00
[[package]]
name = "enumflags2"
2023-10-16 13:58:00 -04:00
version = "0.7.8"
2020-04-07 20:50:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939"
2020-04-07 20:50:06 -04:00
dependencies = [
"enumflags2_derive",
]
[[package]]
name = "enumflags2_derive"
2023-10-16 13:58:00 -04:00
version = "0.7.8"
2020-04-07 20:50:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246"
2020-04-07 20:50:06 -04:00
dependencies = [
"proc-macro2",
"quote",
2023-10-16 13:58:00 -04:00
"syn 2.0.38",
2020-04-07 20:50:06 -04:00
]
[[package]]
name = "env_filter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
dependencies = [
"log",
]
2019-07-19 23:45:41 -04:00
[[package]]
name = "env_logger"
version = "0.11.1"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05e7cf40684ae96ade6232ed84582f40ce0a66efcd43a5117aef610534f8e0b8"
2019-07-19 23:45:41 -04:00
dependencies = [
"anstream",
"anstyle",
"env_filter",
2020-11-10 20:35:17 -05:00
"log",
]
[[package]]
name = "equivalent"
2023-09-02 18:05:30 -04:00
version = "1.0.1"
2022-12-01 17:10:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2022-12-01 17:10:07 -05:00
[[package]]
name = "errno"
2023-10-16 13:58:00 -04:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
dependencies = [
"libc",
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
]
2022-02-01 11:34:12 -05:00
[[package]]
name = "fastrand"
2023-10-16 13:58:00 -04:00
version = "2.0.1"
2022-02-01 11:34:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2022-02-01 11:34:12 -05:00
2022-03-29 15:42:12 -04:00
[[package]]
name = "filetime"
2023-09-02 18:05:30 -04:00
version = "0.2.22"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
2022-03-29 15:42:12 -04:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
2022-03-29 15:42:12 -04:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "fnv"
2020-06-01 19:37:05 -04:00
version = "1.0.7"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-01 19:37:05 -04:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-01-22 17:01:33 -05:00
[[package]]
name = "getrandom"
2023-09-02 18:05:30 -04:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
dependencies = [
2021-03-01 12:46:40 -05:00
"cfg-if",
"libc",
"wasi",
]
2020-11-23 13:40:55 -05:00
[[package]]
name = "gimli"
2023-09-02 18:05:30 -04:00
version = "0.28.0"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
2020-11-23 13:40:55 -05:00
2021-11-08 12:20:27 -05:00
[[package]]
name = "glob"
2023-02-28 00:34:02 -05:00
version = "0.3.1"
2021-11-08 12:20:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2021-11-08 12:20:27 -05:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "globset"
2023-11-30 19:23:45 -05:00
version = "0.4.14"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 19:23:45 -05:00
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
2019-01-22 17:01:33 -05:00
dependencies = [
2023-08-31 20:57:02 -04:00
"aho-corasick",
2023-02-28 00:34:02 -05:00
"bstr",
"log",
2023-11-30 19:23:45 -05:00
"regex-automata",
"regex-syntax",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "globwalk"
2021-02-04 22:40:07 -05:00
version = "0.8.1"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-04 22:40:07 -05:00
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
2019-01-22 17:01:33 -05:00
dependencies = [
2023-09-02 18:05:30 -04:00
"bitflags 1.3.2",
"ignore",
"walkdir",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "hashbrown"
2023-09-30 20:34:31 -04:00
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-30 20:34:31 -04:00
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
2019-01-22 17:01:33 -05:00
[[package]]
name = "heck"
2023-02-28 00:34:02 -05:00
version = "0.4.1"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2019-01-22 17:01:33 -05:00
2020-11-23 13:40:55 -05:00
[[package]]
name = "human-panic"
2024-01-31 20:02:49 -05:00
version = "1.2.3"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 20:02:49 -05:00
checksum = "c4f016c89920bbb30951a8405ecacbb4540db5524313b9445736e7e1855cf370"
2020-11-23 13:40:55 -05:00
dependencies = [
"anstream",
2023-03-31 21:33:41 -04:00
"anstyle",
2020-11-23 13:40:55 -05:00
"backtrace",
2023-02-28 00:34:02 -05:00
"os_info",
2020-11-23 13:40:55 -05:00
"serde",
"serde_derive",
2023-11-30 19:23:45 -05:00
"toml",
2020-11-23 13:40:55 -05:00
"uuid",
]
2019-07-19 23:45:41 -04:00
[[package]]
name = "humantime"
version = "2.1.0"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2019-07-19 23:45:41 -04:00
2021-11-08 12:20:27 -05:00
[[package]]
name = "humantime-serde"
2022-05-02 03:19:28 -04:00
version = "1.1.1"
2021-11-08 12:20:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 03:19:28 -04:00
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
2021-11-08 12:20:27 -05:00
dependencies = [
"humantime",
"serde",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2019-01-22 17:01:33 -05:00
[[package]]
name = "ignore"
2023-09-02 18:05:30 -04:00
version = "0.4.20"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
2019-01-22 17:01:33 -05:00
dependencies = [
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "indexmap"
2024-01-31 20:02:49 -05:00
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 20:02:49 -05:00
checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520"
dependencies = [
"equivalent",
2023-10-16 13:58:00 -04:00
"hashbrown",
2021-11-08 12:20:27 -05:00
]
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
dependencies = [
"either",
]
2019-01-23 09:33:51 -05:00
[[package]]
name = "itoa"
2023-09-02 18:05:30 -04:00
version = "1.0.9"
2021-12-14 16:21:15 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2021-12-14 16:21:15 -05:00
2022-03-29 15:42:12 -04:00
[[package]]
name = "kstring"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
dependencies = [
"serde",
"static_assertions",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "lazy_static"
version = "1.4.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-01-22 17:01:33 -05:00
[[package]]
name = "libc"
2023-10-16 13:58:00 -04:00
version = "0.2.149"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
2019-01-22 17:01:33 -05:00
2022-12-01 17:10:07 -05:00
[[package]]
name = "linux-raw-sys"
2023-10-16 13:58:00 -04:00
version = "0.4.10"
2022-12-01 17:10:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
2019-01-22 17:01:33 -05:00
[[package]]
name = "log"
2023-09-02 18:05:30 -04:00
version = "0.4.20"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2019-01-22 17:01:33 -05:00
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2019-01-22 17:01:33 -05:00
[[package]]
name = "memchr"
2023-12-31 20:35:45 -05:00
version = "2.7.1"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 20:35:45 -05:00
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
2019-01-22 17:01:33 -05:00
2021-02-05 22:38:44 -05:00
[[package]]
name = "memoffset"
2023-09-02 18:05:30 -04:00
version = "0.9.0"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2021-02-05 22:38:44 -05:00
dependencies = [
"autocfg",
]
2020-11-23 13:40:55 -05:00
[[package]]
name = "miniz_oxide"
2023-09-02 18:05:30 -04:00
version = "0.7.1"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2020-11-23 13:40:55 -05:00
dependencies = [
"adler",
]
[[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 0.12.0",
2022-08-01 15:45:58 -04:00
"regex",
"snapbox",
"unicase",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2019-01-22 17:01:33 -05:00
2020-11-23 13:40:55 -05:00
[[package]]
name = "object"
2023-10-16 13:58:00 -04:00
version = "0.32.1"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
2021-09-01 08:13:35 -04:00
dependencies = [
"memchr",
]
2020-11-23 13:40:55 -05:00
2020-11-09 20:27:25 -05:00
[[package]]
name = "once_cell"
2023-12-31 20:35:45 -05:00
version = "1.19.0"
2020-11-09 20:27:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 20:35:45 -05:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2020-11-09 20:27:25 -05:00
2021-11-10 17:09:00 -05:00
[[package]]
2023-02-28 00:34:02 -05:00
name = "os_info"
2023-09-02 18:05:30 -04:00
version = "3.7.0"
2021-11-10 17:09:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
2021-11-10 17:09:00 -05:00
dependencies = [
2023-02-28 00:34:02 -05:00
"log",
"serde",
2021-11-10 17:09:00 -05:00
"winapi",
]
2021-12-06 16:36:23 -05:00
[[package]]
2023-02-28 00:34:02 -05:00
name = "os_pipe"
2023-09-02 18:05:30 -04:00
version = "1.1.4"
2021-12-06 16:36:23 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177"
2023-02-28 00:34:02 -05:00
dependencies = [
"libc",
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
2023-02-28 00:34:02 -05:00
]
2021-12-06 16:36:23 -05:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "phf"
2023-09-02 18:05:30 -04:00
version = "0.11.2"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2021-07-01 11:39:27 -04:00
dependencies = [
2022-08-03 10:29:38 -04:00
"phf_macros",
2021-09-01 07:38:52 -04:00
"phf_shared",
2021-07-01 11:39:27 -04:00
]
[[package]]
name = "phf_codegen"
2023-09-02 18:05:30 -04:00
version = "0.11.2"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2021-07-01 11:39:27 -04:00
dependencies = [
"phf_generator",
2021-09-01 07:38:52 -04:00
"phf_shared",
2021-07-01 11:39:27 -04:00
]
[[package]]
name = "phf_generator"
2023-09-02 18:05:30 -04:00
version = "0.11.2"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2021-07-01 11:39:27 -04:00
dependencies = [
2021-09-01 07:38:52 -04:00
"phf_shared",
2021-07-01 11:39:27 -04:00
"rand",
2019-01-22 17:01:33 -05:00
]
2022-08-03 10:29:38 -04:00
[[package]]
name = "phf_macros"
2023-09-02 18:05:30 -04:00
version = "0.11.2"
2022-08-03 10:29:38 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
2022-08-03 10:29:38 -04:00
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
2023-10-16 13:58:00 -04:00
"syn 2.0.38",
2022-08-03 10:29:38 -04:00
"unicase",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "phf_shared"
2023-09-02 18:05:30 -04:00
version = "0.11.2"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2021-07-01 11:39:27 -04:00
dependencies = [
"siphasher",
"unicase",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "predicates"
2023-10-16 13:58:00 -04:00
version = "3.0.4"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0"
2019-01-22 17:01:33 -05:00
dependencies = [
2023-09-02 18:05:30 -04:00
"anstyle",
"difflib",
2023-10-16 13:58:00 -04:00
"itertools 0.11.0",
"predicates-core",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "predicates-core"
2023-09-02 18:05:30 -04:00
version = "1.0.6"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
2019-01-22 17:01:33 -05:00
[[package]]
name = "predicates-tree"
2023-09-02 18:05:30 -04:00
version = "1.0.9"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
2019-01-22 17:01:33 -05:00
dependencies = [
"predicates-core",
2021-12-01 08:59:35 -05:00
"termtree",
2019-01-22 17:01:33 -05:00
]
2020-11-16 21:02:10 -05:00
[[package]]
name = "proc-exit"
2023-09-02 18:05:30 -04:00
version = "2.0.1"
2020-11-16 21:02:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "dbd05acff31c8b626109e8e1db042b9bddb2b3ffba01ead93d15b78517a282ca"
2020-11-16 21:02:10 -05:00
[[package]]
name = "proc-macro2"
2023-10-16 13:58:00 -04:00
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
dependencies = [
2022-06-01 07:49:18 -04:00
"unicode-ident",
]
[[package]]
name = "quote"
2023-09-02 18:05:30 -04:00
version = "1.0.33"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2019-01-22 17:01:33 -05:00
dependencies = [
"proc-macro2",
2019-01-22 17:01:33 -05:00
]
2021-02-04 22:40:07 -05:00
[[package]]
name = "rand"
2022-03-01 09:40:15 -05:00
version = "0.8.5"
2021-02-04 22:40:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 09:40:15 -05:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-02-04 22:40:07 -05:00
dependencies = [
"rand_core",
]
2021-02-04 22:40:07 -05:00
[[package]]
name = "rand_core"
2022-10-03 12:36:25 -04:00
version = "0.6.4"
2021-02-04 22:40:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-03 12:36:25 -04:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-02-04 22:40:07 -05:00
2021-02-05 22:38:44 -05:00
[[package]]
name = "rayon"
2023-10-16 13:58:00 -04:00
version = "1.8.0"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
2021-02-05 22:38:44 -05:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-10-16 13:58:00 -04:00
version = "1.12.0"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
2021-02-05 22:38:44 -05:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "redox_syscall"
2023-09-02 18:05:30 -04:00
version = "0.3.5"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2021-02-04 22:40:07 -05:00
dependencies = [
2023-09-02 18:05:30 -04:00
"bitflags 1.3.2",
2021-02-04 22:40:07 -05:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "regex"
2024-01-31 20:02:49 -05:00
version = "1.10.3"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 20:02:49 -05:00
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
2019-01-22 17:01:33 -05:00
dependencies = [
2023-08-31 20:57:02 -04:00
"aho-corasick",
"memchr",
2023-08-31 20:57:02 -04:00
"regex-automata",
"regex-syntax",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "regex-automata"
2024-01-31 20:02:49 -05:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 20:02:49 -05:00
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
2023-08-31 20:57:02 -04:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2024-02-07 14:21:10 -05:00
[[package]]
name = "regex-lite"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
2019-01-22 17:01:33 -05:00
[[package]]
name = "regex-syntax"
2023-10-16 13:58:00 -04:00
version = "0.8.2"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2019-01-22 17:01:33 -05:00
2020-11-23 13:40:55 -05:00
[[package]]
name = "rustc-demangle"
2023-09-02 18:05:30 -04:00
version = "0.1.23"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2020-11-23 13:40:55 -05:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
2020-02-03 07:48:55 -05:00
]
2022-12-01 17:10:07 -05:00
[[package]]
name = "rustix"
2023-10-16 13:58:00 -04:00
version = "0.38.19"
2022-12-01 17:10:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
2022-12-01 17:10:07 -05:00
dependencies = [
2023-10-16 13:58:00 -04:00
"bitflags 2.4.1",
2023-09-02 18:05:30 -04:00
"errno",
"libc",
2023-09-02 18:05:30 -04:00
"linux-raw-sys",
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
2022-12-01 17:10:07 -05:00
]
2019-08-08 11:24:50 -04:00
[[package]]
name = "ryu"
2023-09-02 18:05:30 -04:00
version = "1.0.15"
2019-08-08 11:24:50 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2019-08-08 11:24:50 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "same-file"
2020-02-03 07:48:55 -05:00
version = "1.0.6"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
2023-09-02 18:05:30 -04:00
version = "1.2.0"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2021-02-05 22:38:44 -05:00
[[package]]
name = "semver"
2023-10-16 13:58:00 -04:00
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
2019-01-22 17:01:33 -05:00
[[package]]
name = "serde"
2023-10-16 13:58:00 -04:00
version = "1.0.189"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537"
dependencies = [
"serde_derive",
]
2019-01-22 17:01:33 -05:00
2019-01-23 09:33:51 -05:00
[[package]]
name = "serde_derive"
2023-10-16 13:58:00 -04:00
version = "1.0.189"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5"
2019-01-23 09:33:51 -05:00
dependencies = [
"proc-macro2",
"quote",
2023-10-16 13:58:00 -04:00
"syn 2.0.38",
2019-01-23 09:33:51 -05:00
]
[[package]]
name = "serde_json"
2023-10-16 13:58:00 -04:00
version = "1.0.107"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
2019-01-23 09:33:51 -05:00
dependencies = [
2023-02-28 00:34:02 -05:00
"itoa",
"ryu",
"serde",
2019-01-23 09:33:51 -05:00
]
[[package]]
name = "serde_regex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf"
dependencies = [
"regex",
"serde",
]
2023-02-01 10:31:38 -05:00
[[package]]
name = "serde_spanned"
2024-01-31 20:02:49 -05:00
version = "0.6.5"
2023-02-01 10:31:38 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 20:02:49 -05:00
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
2023-02-01 10:31:38 -05:00
dependencies = [
"serde",
]
2021-11-08 12:20:27 -05:00
[[package]]
name = "shlex"
2023-10-16 13:58:00 -04:00
version = "1.2.0"
2021-11-08 12:20:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
2021-11-08 12:20:27 -05:00
[[package]]
name = "simdutf8"
2022-05-02 03:19:28 -04:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 03:19:28 -04:00
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
2022-03-29 15:42:12 -04:00
[[package]]
name = "similar"
2023-10-16 13:58:00 -04:00
version = "2.3.0"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597"
2022-03-29 15:42:12 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "siphasher"
2023-09-02 18:05:30 -04:00
version = "0.3.11"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2019-01-22 17:01:33 -05:00
2022-03-29 15:42:12 -04:00
[[package]]
name = "snapbox"
2024-02-14 21:28:51 -05:00
version = "0.5.0"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-14 21:28:51 -05:00
checksum = "8269b717f21b142c0377f1e617e80999e3ef6b1c010959b44fd93320722d2cba"
2022-03-29 15:42:12 -04:00
dependencies = [
"anstream",
2023-03-31 21:33:41 -04:00
"anstyle",
2022-03-29 15:42:12 -04:00
"content_inspector",
"dunce",
"filetime",
2022-12-01 17:10:07 -05:00
"libc",
2022-03-29 15:42:12 -04:00
"normalize-line-endings",
"os_pipe",
"similar",
"snapbox-macros",
"tempfile",
"wait-timeout",
"walkdir",
2023-12-31 20:35:45 -05:00
"windows-sys 0.52.0",
2022-03-29 15:42:12 -04:00
]
[[package]]
name = "snapbox-macros"
2024-02-14 21:28:51 -05:00
version = "0.3.8"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-14 21:28:51 -05:00
checksum = "e1c4b838b05d15ab22754068cb73500b2f3b07bf09d310e15b27f88160f1de40"
2023-03-31 21:33:41 -04:00
dependencies = [
"anstream",
2023-03-31 21:33:41 -04:00
]
2022-03-29 15:42:12 -04:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2021-12-06 16:36:23 -05:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
2023-02-28 00:34:02 -05:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
2022-06-01 07:49:18 -04:00
"unicode-ident",
2020-02-03 07:48:55 -05:00
]
2023-03-31 21:33:41 -04:00
[[package]]
name = "syn"
2023-10-16 13:58:00 -04:00
version = "2.0.38"
2023-03-31 21:33:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
2023-03-31 21:33:41 -04:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "tempfile"
2023-09-02 18:05:30 -04:00
version = "3.8.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
2019-01-22 17:01:33 -05:00
dependencies = [
2021-03-01 12:46:40 -05:00
"cfg-if",
2022-02-01 11:34:12 -05:00
"fastrand",
"redox_syscall",
2023-09-02 18:05:30 -04:00
"rustix",
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
2019-01-22 17:01:33 -05:00
]
2024-02-07 14:21:10 -05:00
[[package]]
name = "terminal_size"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
dependencies = [
"rustix",
"windows-sys 0.48.0",
]
2021-12-01 08:59:35 -05:00
[[package]]
name = "termtree"
2023-09-02 18:05:30 -04:00
version = "0.4.1"
2021-12-01 08:59:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
2021-12-01 08:59:35 -05:00
2019-10-29 15:37:48 -04:00
[[package]]
name = "thiserror"
2023-10-16 13:58:00 -04:00
version = "1.0.49"
2019-10-29 15:37:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
2019-10-29 15:37:48 -04:00
dependencies = [
"thiserror-impl",
2019-10-29 15:37:48 -04:00
]
[[package]]
name = "thiserror-impl"
2023-10-16 13:58:00 -04:00
version = "1.0.49"
2019-10-29 15:37:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
2019-10-29 15:37:48 -04:00
dependencies = [
"proc-macro2",
"quote",
2023-10-16 13:58:00 -04:00
"syn 2.0.38",
2019-10-29 15:37:48 -04:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "thread_local"
2023-02-28 00:34:02 -05:00
version = "1.1.7"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2019-01-22 17:01:33 -05:00
dependencies = [
2023-02-28 00:34:02 -05:00
"cfg-if",
2021-02-04 22:40:07 -05:00
"once_cell",
2019-01-22 17:01:33 -05:00
]
2023-02-01 10:31:38 -05:00
[[package]]
name = "toml"
2024-01-31 20:02:49 -05:00
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 20:02:49 -05:00
checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2024-02-14 21:28:51 -05:00
"toml_edit 0.21.1",
2023-02-01 10:31:38 -05:00
]
2022-11-01 15:14:35 -04:00
[[package]]
name = "toml_datetime"
2023-11-30 19:23:45 -05:00
version = "0.6.5"
2022-11-01 15:14:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 19:23:45 -05:00
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2022-11-01 15:14:35 -04:00
dependencies = [
"serde",
]
2022-12-31 19:09:44 -05:00
[[package]]
name = "toml_edit"
2024-01-31 20:02:49 -05:00
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 20:02:49 -05:00
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
2023-10-16 13:58:00 -04:00
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
2024-02-13 09:46:25 -05:00
"winnow 0.5.40",
]
2024-02-14 21:28:51 -05:00
[[package]]
name = "toml_edit"
version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99e68c159e8f5ba8a28c4eb7b0c0c190d77bb479047ca713270048145a9ad28a"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow 0.6.0",
]
2021-11-08 12:20:27 -05:00
[[package]]
name = "trycmd"
2024-02-14 21:28:51 -05:00
version = "0.15.0"
2021-11-08 12:20:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-14 21:28:51 -05:00
checksum = "464edb3603a81a50b4c8f47b11dfade69ef48ffdc0af2f8b194ad87cbda75317"
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",
2024-02-14 21:28:51 -05:00
"toml_edit 0.22.5",
2021-11-08 12:20:27 -05:00
]
[[package]]
name = "typed-arena"
2023-02-01 10:31:38 -05:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-01 10:31:38 -05:00
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
2019-07-03 21:22:36 -04:00
[[package]]
name = "typos"
2024-02-13 09:57:47 -05:00
version = "0.10.21"
2019-07-03 21:22:36 -04:00
dependencies = [
"anyhow",
2023-02-28 00:34:02 -05:00
"bstr",
"itertools 0.12.0",
2020-11-09 20:27:25 -05:00
"once_cell",
"serde",
"simdutf8",
"thiserror",
"unicode-segmentation",
"unicode-xid",
2024-02-13 09:46:25 -05:00
"winnow 0.6.0",
2019-07-03 21:22:36 -04:00
]
[[package]]
name = "typos-cli"
2024-02-08 08:24:48 -05:00
version = "1.18.2"
dependencies = [
"ahash",
"anstream",
2023-03-14 00:01:45 -04:00
"anstyle",
"anyhow",
"assert_fs",
2023-02-28 00:34:02 -05:00
"bstr",
2023-10-16 13:58:00 -04:00
"clap",
2022-08-01 15:45:58 -04:00
"clap-verbosity-flag",
2023-04-12 22:52:15 -04:00
"colorchoice-clap",
2020-12-30 20:41:08 -05:00
"content_inspector",
"derive_more",
2020-12-30 20:41:08 -05:00
"derive_setters",
2020-11-11 19:19:26 -05:00
"difflib",
2024-02-07 14:21:10 -05:00
"divan",
"encoding_rs",
"env_logger",
"globset",
2020-11-23 13:40:55 -05:00
"human-panic",
"ignore",
"itertools 0.12.0",
2022-06-01 07:49:18 -04:00
"kstring",
"log",
"maplit",
2020-11-16 21:02:10 -05:00
"proc-exit",
"regex",
"serde",
2020-12-30 20:41:08 -05:00
"serde_json",
"serde_regex",
"snapbox",
"thread_local",
2023-11-30 19:23:45 -05:00
"toml",
2021-11-08 12:20:27 -05:00
"trycmd",
"typed-arena",
"typos",
"typos-dict",
"typos-vars",
"unic-emoji-char",
"unicase",
2020-12-30 20:41:08 -05:00
"unicode-segmentation",
"unicode-width",
"varcon-core",
]
[[package]]
name = "typos-dict"
2024-02-05 10:40:33 -05:00
version = "0.11.7"
dependencies = [
"codegenrs",
"csv",
"dictgen",
"edit-distance",
2023-10-16 13:58:00 -04:00
"indexmap",
"itertools 0.12.0",
2022-08-01 15:45:58 -04:00
"snapbox",
"unicase",
"varcon",
]
[[package]]
name = "typos-vars"
2024-01-02 21:54:19 -05:00
version = "0.8.15"
dependencies = [
"codegenrs",
"dictgen",
"itertools 0.12.0",
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"
2023-08-31 20:57:02 -04:00
version = "2.7.0"
2019-10-25 12:24:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 20:57:02 -04:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2019-10-25 12:24:25 -04:00
dependencies = [
"version_check",
2019-10-25 12:24:25 -04:00
]
2022-06-01 07:49:18 -04:00
[[package]]
name = "unicode-ident"
2023-10-16 13:58:00 -04:00
version = "1.0.12"
2022-06-01 07:49:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-06-01 07:49:18 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-segmentation"
2023-02-01 10:31:38 -05:00
version = "1.10.1"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-01 10:31:38 -05:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-width"
2023-09-30 20:34:31 -04:00
version = "0.1.11"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-30 20:34:31 -04:00
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-xid"
2022-10-03 12:36:25 -04:00
version = "0.2.4"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-03 12:36:25 -04:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2019-01-22 17:01:33 -05:00
2023-03-14 00:01:45 -04:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2020-11-23 13:40:55 -05:00
[[package]]
name = "uuid"
2023-09-02 18:05:30 -04:00
version = "1.4.1"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
2020-11-23 13:40:55 -05:00
dependencies = [
"getrandom",
2020-11-23 13:40:55 -05:00
]
2020-05-27 21:47:36 -04:00
[[package]]
name = "varcon"
2024-01-02 21:54:19 -05:00
version = "0.7.3"
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"
2024-02-13 09:57:26 -05:00
version = "4.0.5"
2020-04-07 20:50:06 -04:00
dependencies = [
2020-05-27 21:51:04 -04:00
"enumflags2",
2024-02-13 09:46:25 -05:00
"winnow 0.6.0",
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"
2023-10-16 13:58:00 -04:00
version = "2.4.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2019-01-22 17:01:33 -05:00
dependencies = [
"same-file",
"winapi-util",
2019-01-22 17:01:33 -05:00
]
2021-01-11 08:10:10 -05:00
[[package]]
name = "wasi"
2022-07-01 21:24:49 -04:00
version = "0.11.0+wasi-snapshot-preview1"
2021-01-11 08:10:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 21:24:49 -04:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-01-11 08:10:10 -05:00
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 0.12.0",
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"
2023-10-16 13:58:00 -04:00
version = "0.1.6"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2019-01-22 17:01:33 -05:00
dependencies = [
"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
2023-04-12 22:52:15 -04:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-12-31 20:35:45 -05:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.0",
2023-02-28 00:34:02 -05:00
]
[[package]]
name = "windows-targets"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2023-02-28 00:34:02 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-02-28 00:34:02 -05:00
dependencies = [
2023-12-31 20:35:45 -05:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
dependencies = [
"windows_aarch64_gnullvm 0.52.0",
"windows_aarch64_msvc 0.52.0",
"windows_i686_gnu 0.52.0",
"windows_i686_msvc 0.52.0",
"windows_x86_64_gnu 0.52.0",
"windows_x86_64_gnullvm 0.52.0",
"windows_x86_64_msvc 0.52.0",
2023-04-12 22:52:15 -04:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2023-04-12 22:52:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-12 22:52:15 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_aarch64_msvc"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2022-07-01 21:24:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-12 22:52:15 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_i686_gnu"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2022-07-01 21:24:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2022-07-01 21:24:49 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
2023-04-12 22:52:15 -04:00
[[package]]
name = "windows_i686_msvc"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2023-04-12 22:52:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-12 22:52:15 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_x86_64_gnu"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2023-04-12 22:52:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-12 22:52:15 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
2022-11-01 15:14:35 -04:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2022-07-01 21:24:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-12 22:52:15 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_x86_64_msvc"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2023-04-12 22:52:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-12 22:52:15 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
2023-02-21 11:41:45 -05:00
[[package]]
name = "winnow"
2024-02-12 21:22:47 -05:00
version = "0.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 21:22:47 -05:00
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
2024-02-10 22:00:39 -05:00
2024-02-13 09:46:25 -05:00
[[package]]
name = "winnow"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b1dbce9e90e5404c5a52ed82b1d13fc8cfbdad85033b6f57546ffd1265f8451"
dependencies = [
"memchr",
]
2024-02-10 22:00:39 -05:00
[[package]]
name = "zerocopy"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
]