typos/Cargo.lock

1197 lines
28 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.
2019-01-22 17:01:33 -05:00
[[package]]
name = "aho-corasick"
version = "0.7.10"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
2019-01-22 17:01:33 -05:00
dependencies = [
"memchr",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2019-01-22 17:01:33 -05:00
dependencies = [
"winapi",
2019-01-22 17:01:33 -05:00
]
2019-10-29 13:36:50 -04:00
[[package]]
name = "anyhow"
version = "1.0.28"
2019-10-29 13:36:50 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff"
2019-10-29 13:36:50 -04:00
2020-04-07 20:50:06 -04:00
[[package]]
name = "arrayvec"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
dependencies = [
"nodrop",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "assert_fs"
version = "1.0.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04dabd011e19821a348abb0dec7b7fda959cd6b3477c474395b958b291942b0e"
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"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2020-02-03 07:48:55 -05:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "bitflags"
2019-10-25 11:45:37 -04:00
version = "1.2.1"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-01-22 17:01:33 -05:00
[[package]]
name = "bstr"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2889e6d50f394968c8bf4240dc3f2a7eb4680844d27308f798229ac9d4725f41"
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
[[package]]
name = "byteorder"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2019-01-22 17:01:33 -05:00
[[package]]
name = "cfg-if"
2020-04-07 20:50:06 -04:00
version = "0.1.9"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-07 20:50:06 -04:00
checksum = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
2019-01-22 17:01:33 -05:00
[[package]]
name = "clap"
version = "2.33.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
2019-01-22 17:01:33 -05:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim 0.8.0",
"textwrap",
"unicode-width",
"vec_map",
2019-01-22 17:01:33 -05:00
]
2019-07-19 23:45:41 -04:00
[[package]]
name = "clap-verbosity-flag"
2020-02-03 07:48:55 -05:00
version = "0.3.1"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7d77af89389927c728493ffeabe62bbcb4d9c5f0f805b7058b5cff1e097047d"
2019-07-19 23:45:41 -04:00
dependencies = [
"log",
"structopt",
2019-07-19 23:45:41 -04:00
]
[[package]]
name = "codegenrs"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71084cba3c8e4a3f9bc1a838ce259570fca6f2e360da3657c1b8c1185786329d"
dependencies = [
"derive_more 0.15.0",
"difference",
"normalize-line-endings",
"structopt",
2019-01-22 17:01:33 -05:00
]
2019-10-28 12:01:22 -04:00
[[package]]
name = "codespell-codegen"
version = "0.1.2"
2019-10-28 12:01:22 -04:00
dependencies = [
"codegenrs",
"itertools",
"phf",
"phf_codegen",
"structopt",
"unicase",
2019-10-28 12:01:22 -04:00
]
[[package]]
name = "codespell-dict"
2019-11-02 22:05:03 -04:00
version = "0.1.2"
2019-10-28 12:01:22 -04:00
dependencies = [
"log",
"phf",
"unicase",
2019-10-28 12:01:22 -04:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "crossbeam-channel"
version = "0.4.2"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061"
2019-01-22 17:01:33 -05:00
dependencies = [
"crossbeam-utils",
"maybe-uninit",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2019-01-22 17:01:33 -05:00
dependencies = [
"autocfg",
"cfg-if",
"lazy_static",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "csv"
2020-02-03 07:48:55 -05:00
version = "1.1.3"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279"
2019-01-22 17:01:33 -05:00
dependencies = [
"bstr",
"csv-core",
"itoa",
"ryu",
"serde",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "csv-core"
version = "0.1.10"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
2019-01-22 17:01:33 -05:00
dependencies = [
"memchr",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
dependencies = [
"fnv",
"ident_case",
2020-05-07 19:07:06 -04:00
"proc-macro2 1.0.12",
"quote 1.0.4",
"strsim 0.9.3",
2020-05-07 19:07:06 -04:00
"syn 1.0.19",
]
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
"darling_core",
2020-05-07 19:07:06 -04:00
"quote 1.0.4",
"syn 1.0.19",
]
2019-08-07 09:20:18 -04:00
[[package]]
name = "derive_more"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a141330240c921ec6d074a3e188a7c7ef95668bb95e7d44fa0e5778ec2a7afe"
2019-08-07 09:20:18 -04:00
dependencies = [
"lazy_static",
"proc-macro2 0.4.30",
"quote 0.6.13",
"regex",
"rustc_version",
"syn 0.15.44",
2019-08-07 09:20:18 -04:00
]
[[package]]
name = "derive_more"
version = "0.99.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2323f3f47db9a0e77ce7a300605d8d2098597fc451ed1a97bb1f6411bb550a7"
dependencies = [
2020-05-07 19:07:06 -04:00
"proc-macro2 1.0.12",
"quote 1.0.4",
"syn 1.0.19",
]
[[package]]
name = "derive_setters"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6604612c19dd3bb353650b715b61f09bcb089dd17bdca1a9a42637079bf5e428"
dependencies = [
"darling",
2020-05-07 19:07:06 -04:00
"proc-macro2 1.0.12",
"quote 1.0.4",
"syn 1.0.19",
]
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
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2019-01-23 09:33:51 -05:00
[[package]]
name = "either"
version = "1.5.3"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
2019-01-23 09:33:51 -05:00
2020-04-07 20:50:06 -04:00
[[package]]
name = "enumflags2"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
dependencies = [
"enumflags2_derive",
]
[[package]]
name = "enumflags2_derive"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
dependencies = [
"proc-macro2 1.0.12",
"quote 1.0.4",
"syn 1.0.19",
]
2019-07-19 23:45:41 -04:00
[[package]]
name = "env_logger"
2019-12-02 11:50:06 -05:00
version = "0.7.1"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
2019-07-19 23:45:41 -04:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
2019-07-19 23:45:41 -04:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "float-cmp"
version = "0.6.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da62c4f1b81918835a8c6a484a397775fff5953fe83529afd51b05f5c6a6617d"
2019-01-22 17:01:33 -05:00
dependencies = [
"num-traits",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
2019-01-22 17:01:33 -05:00
[[package]]
name = "getrandom"
2020-02-03 07:48:55 -05:00
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "globset"
version = "0.4.5"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
2019-01-22 17:01:33 -05:00
dependencies = [
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "globwalk"
version = "0.7.3"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9db17aec586697a93219b19726b5b68307eba92898c34b170857343fe67c99d"
2019-01-22 17:01:33 -05:00
dependencies = [
"ignore",
"walkdir",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
2019-01-22 17:01:33 -05:00
dependencies = [
"unicode-segmentation",
2019-01-22 17:01:33 -05:00
]
2020-02-03 07:48:55 -05:00
[[package]]
name = "hermit-abi"
2020-05-07 19:07:06 -04:00
version = "0.1.12"
2020-02-03 07:48:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 19:07:06 -04:00
checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4"
2020-02-03 07:48:55 -05:00
dependencies = [
"libc",
2020-02-03 07:48:55 -05:00
]
2019-07-19 23:45:41 -04:00
[[package]]
name = "humantime"
version = "1.3.0"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
2019-07-19 23:45:41 -04:00
dependencies = [
"quick-error",
2019-07-19 23:45:41 -04:00
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2019-01-22 17:01:33 -05:00
[[package]]
name = "ignore"
version = "0.4.14"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddf60d063dbe6b75388eec66cfc07781167ae3d34a09e0c433e6c5de0511f7fb"
2019-01-22 17:01:33 -05:00
dependencies = [
"crossbeam-channel",
"crossbeam-utils",
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
2019-01-22 17:01:33 -05:00
]
2019-01-23 09:33:51 -05:00
[[package]]
name = "itertools"
version = "0.9.0"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
2019-01-23 09:33:51 -05:00
dependencies = [
"either",
2019-01-23 09:33:51 -05:00
]
[[package]]
name = "itoa"
2020-02-03 07:48:55 -05:00
version = "0.4.5"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
2019-01-23 09:33:51 -05:00
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
2020-04-07 20:50:06 -04:00
[[package]]
name = "lexical-core"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f86d66d380c9c5a685aaac7a11818bdfa1f733198dfd9ec09c70b762cd12ad6f"
dependencies = [
"arrayvec",
"bitflags",
"cfg-if",
"rustc_version",
"ryu",
"static_assertions",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "libc"
2020-05-07 19:07:06 -04:00
version = "0.2.69"
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 = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
2019-01-22 17:01:33 -05:00
[[package]]
name = "log"
version = "0.4.8"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
2019-01-22 17:01:33 -05:00
dependencies = [
"cfg-if",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2019-01-22 17:01:33 -05:00
[[package]]
name = "memchr"
version = "2.3.3"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2019-01-22 17:01:33 -05:00
[[package]]
name = "misspell-codegen"
2019-11-02 22:06:02 -04:00
version = "0.1.2"
dependencies = [
"codegenrs",
"itertools",
"phf",
"phf_codegen",
"regex",
"structopt",
"unicase",
]
[[package]]
name = "misspell-dict"
2019-11-02 22:07:03 -04:00
version = "0.1.2"
dependencies = [
"log",
"phf",
"unicase",
]
2020-04-07 20:50:06 -04:00
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "nom"
version = "5.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"
dependencies = [
"lexical-core",
"memchr",
"version_check",
]
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"
2020-02-03 07:48:55 -05:00
version = "0.2.11"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
2019-01-22 17:01:33 -05:00
dependencies = [
"autocfg",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "phf"
2019-10-25 12:24:25 -04:00
version = "0.8.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2019-01-22 17:01:33 -05:00
dependencies = [
"phf_shared",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "phf_codegen"
2019-10-25 12:24:25 -04:00
version = "0.8.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
2019-01-22 17:01:33 -05:00
dependencies = [
"phf_generator",
"phf_shared",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "phf_generator"
2019-10-25 12:24:25 -04:00
version = "0.8.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
2019-01-22 17:01:33 -05:00
dependencies = [
"phf_shared",
"rand",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "phf_shared"
2019-10-25 12:24:25 -04:00
version = "0.8.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
2019-01-22 17:01:33 -05:00
dependencies = [
"siphasher",
"unicase",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "ppv-lite86"
2019-10-25 11:45:37 -04:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
2019-01-22 17:01:33 -05:00
[[package]]
name = "predicates"
version = "1.0.4"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "347a1b6f0b21e636bc9872fb60b83b8e185f6f5516298b8238699f7f9a531030"
2019-01-22 17:01:33 -05:00
dependencies = [
"difference",
"float-cmp",
"normalize-line-endings",
"predicates-core",
"regex",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "predicates-core"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"
2019-01-22 17:01:33 -05:00
[[package]]
name = "predicates-tree"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
2019-01-22 17:01:33 -05:00
dependencies = [
"predicates-core",
"treeline",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "proc-macro-error"
2020-05-07 19:07:06 -04:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 19:07:06 -04:00
checksum = "98e9e4b82e0ef281812565ea4751049f1bdcdfccda7d3f459f2e138a40c08678"
dependencies = [
"proc-macro-error-attr",
2020-05-07 19:07:06 -04:00
"proc-macro2 1.0.12",
"quote 1.0.4",
"syn 1.0.19",
"version_check",
2020-02-03 07:48:55 -05:00
]
[[package]]
name = "proc-macro-error-attr"
2020-05-07 19:07:06 -04:00
version = "1.0.2"
2020-02-03 07:48:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 19:07:06 -04:00
checksum = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53"
2020-02-03 07:48:55 -05:00
dependencies = [
2020-05-07 19:07:06 -04:00
"proc-macro2 1.0.12",
"quote 1.0.4",
"syn 1.0.19",
"syn-mid",
"version_check",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "proc-macro2"
version = "0.4.30"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
2019-01-22 17:01:33 -05:00
dependencies = [
"unicode-xid 0.1.0",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "proc-macro2"
2020-05-07 19:07:06 -04:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 19:07:06 -04:00
checksum = "8872cf6f48eee44265156c111456a700ab3483686b3f96df4cf5481c89157319"
dependencies = [
"unicode-xid 0.2.0",
]
2019-07-19 23:45:41 -04:00
[[package]]
name = "quick-error"
2020-02-03 07:48:55 -05:00
version = "1.2.3"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2019-07-19 23:45:41 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
"proc-macro2 0.4.30",
]
[[package]]
name = "quote"
2020-05-07 19:07:06 -04:00
version = "1.0.4"
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 = "4c1f4b0efa5fc5e8ceb705136bfee52cfdb6a4e3509f770b478cd6ed434232a7"
2019-01-22 17:01:33 -05:00
dependencies = [
2020-05-07 19:07:06 -04:00
"proc-macro2 1.0.12",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "rand"
2020-02-03 07:48:55 -05:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
"rand_pcg",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "rand_pcg"
2019-10-25 12:24:25 -04:00
version = "0.2.1"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2019-01-22 17:01:33 -05:00
dependencies = [
"rand_core",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "redox_syscall"
version = "0.1.56"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
2019-01-22 17:01:33 -05:00
[[package]]
name = "regex"
2020-05-07 19:07:06 -04:00
version = "1.3.7"
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 = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
2019-01-22 17:01:33 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
"byteorder",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "regex-syntax"
version = "0.6.17"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
2019-01-22 17:01:33 -05:00
[[package]]
name = "remove_dir_all"
version = "0.5.2"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
2019-01-22 17:01:33 -05:00
dependencies = [
"winapi",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2019-01-22 17:01:33 -05:00
dependencies = [
"semver",
2020-02-03 07:48:55 -05:00
]
2019-08-08 11:24:50 -04:00
[[package]]
name = "ryu"
2020-05-07 19:07:06 -04:00
version = "1.0.4"
2019-08-08 11:24:50 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 19:07:06 -04:00
checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1"
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
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2019-01-22 17:01:33 -05:00
dependencies = [
"semver-parser",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-01-22 17:01:33 -05:00
[[package]]
name = "serde"
2020-05-07 19:07:06 -04:00
version = "1.0.106"
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 = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399"
dependencies = [
"serde_derive",
]
2019-01-22 17:01:33 -05:00
2019-01-23 09:33:51 -05:00
[[package]]
name = "serde_derive"
2020-05-07 19:07:06 -04:00
version = "1.0.106"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 19:07:06 -04:00
checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c"
2019-01-23 09:33:51 -05:00
dependencies = [
2020-05-07 19:07:06 -04:00
"proc-macro2 1.0.12",
"quote 1.0.4",
"syn 1.0.19",
2019-01-23 09:33:51 -05:00
]
[[package]]
name = "serde_json"
2020-05-07 19:07:06 -04:00
version = "1.0.52"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 19:07:06 -04:00
checksum = "a7894c8ed05b7a3a279aeb79025fdec1d3158080b75b98a08faf2806bb799edd"
2019-01-23 09:33:51 -05:00
dependencies = [
"itoa",
"ryu",
"serde",
2019-01-23 09:33:51 -05:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "siphasher"
2020-05-07 19:07:06 -04:00
version = "0.3.3"
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 = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
2019-01-22 17:01:33 -05:00
2020-04-07 20:50:06 -04:00
[[package]]
name = "static_assertions"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3"
2019-01-22 17:01:33 -05:00
[[package]]
name = "strsim"
version = "0.8.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2019-01-22 17:01:33 -05:00
[[package]]
name = "strsim"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
2019-01-22 17:01:33 -05:00
[[package]]
name = "structopt"
2020-05-07 19:07:06 -04:00
version = "0.3.14"
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 = "863246aaf5ddd0d6928dfeb1a9ca65f505599e4e1b399935ef7e75107516b4ef"
dependencies = [
"clap",
"lazy_static",
"structopt-derive",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "structopt-derive"
2020-05-07 19:07:06 -04:00
version = "0.4.7"
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 = "d239ca4b13aee7a2142e6795cbd69e457665ff8037aed33b3effdc430d2f927a"
2019-01-22 17:01:33 -05:00
dependencies = [
"heck",
"proc-macro-error",
2020-05-07 19:07:06 -04:00
"proc-macro2 1.0.12",
"quote 1.0.4",
"syn 1.0.19",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "syn"
version = "0.15.44"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
2019-01-22 17:01:33 -05:00
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "syn"
2020-05-07 19:07:06 -04:00
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 19:07:06 -04:00
checksum = "e8e5aa70697bb26ee62214ae3288465ecec0000f05182f039b477001f08f5ae7"
dependencies = [
2020-05-07 19:07:06 -04:00
"proc-macro2 1.0.12",
"quote 1.0.4",
"unicode-xid 0.2.0",
]
2020-02-03 07:48:55 -05:00
[[package]]
name = "syn-mid"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
2020-02-03 07:48:55 -05:00
dependencies = [
2020-05-07 19:07:06 -04:00
"proc-macro2 1.0.12",
"quote 1.0.4",
"syn 1.0.19",
2020-02-03 07:48:55 -05:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "tempfile"
version = "3.1.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2019-01-22 17:01:33 -05:00
dependencies = [
"cfg-if",
"libc",
"rand",
"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"
2020-02-03 07:48:55 -05:00
version = "1.1.0"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
2019-07-19 23:45:41 -04:00
dependencies = [
"winapi-util",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "textwrap"
version = "0.11.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2019-01-22 17:01:33 -05:00
dependencies = [
"unicode-width",
2019-01-22 17:01:33 -05:00
]
2019-10-29 15:37:48 -04:00
[[package]]
name = "thiserror"
2020-05-07 19:07:06 -04:00
version = "1.0.16"
2019-10-29 15:37:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 19:07:06 -04:00
checksum = "d12a1dae4add0f0d568eebc7bf142f145ba1aa2544cafb195c76f0f409091b60"
2019-10-29 15:37:48 -04:00
dependencies = [
"thiserror-impl",
2019-10-29 15:37:48 -04:00
]
[[package]]
name = "thiserror-impl"
2020-05-07 19:07:06 -04:00
version = "1.0.16"
2019-10-29 15:37:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-07 19:07:06 -04:00
checksum = "3f34e0c1caaa462fd840ec6b768946ea1e7842620d94fe29d5b847138f521269"
2019-10-29 15:37:48 -04:00
dependencies = [
2020-05-07 19:07:06 -04:00
"proc-macro2 1.0.12",
"quote 1.0.4",
"syn 1.0.19",
2019-10-29 15:37:48 -04:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "thread_local"
2020-02-03 07:48:55 -05:00
version = "1.0.1"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2019-01-22 17:01:33 -05:00
dependencies = [
"lazy_static",
2019-01-22 17:01:33 -05:00
]
2019-08-07 10:55:17 -04:00
[[package]]
name = "toml"
2020-02-03 07:48:55 -05:00
version = "0.5.6"
2019-08-07 10:55:17 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
2019-08-07 10:55:17 -04:00
dependencies = [
"serde",
2019-08-07 10:55:17 -04:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
2019-01-22 17:01:33 -05:00
2019-07-03 21:22:36 -04:00
[[package]]
name = "typos"
2019-11-02 21:59:59 -04:00
version = "0.3.0"
2019-07-03 21:22:36 -04:00
dependencies = [
"anyhow",
"bstr",
"derive_more 0.99.5",
"derive_setters",
"itertools",
"lazy_static",
"log",
"regex",
"serde",
"serde_json",
"thiserror",
"unicode-segmentation",
2019-07-03 21:22:36 -04:00
]
[[package]]
name = "typos-cli"
2019-11-02 22:10:00 -04:00
version = "0.1.4"
dependencies = [
"anyhow",
"assert_fs",
"bstr",
"clap",
"clap-verbosity-flag",
"env_logger",
"ignore",
"log",
"phf",
"predicates",
"serde",
"structopt",
"toml",
"typos",
"typos-dict",
"unicase",
2019-08-08 11:24:50 -04:00
]
[[package]]
name = "typos-codegen"
2019-11-02 22:14:14 -04:00
version = "1.0.2"
2019-08-08 11:24:50 -04:00
dependencies = [
"codegenrs",
"csv",
"phf",
"phf_codegen",
"structopt",
"unicase",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "typos-dict"
2019-11-02 22:07:25 -04:00
version = "0.2.1"
dependencies = [
"log",
"phf",
"unicase",
]
2019-01-22 17:01:33 -05:00
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
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-segmentation"
version = "1.6.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-width"
2020-02-03 07:48:55 -05:00
version = "0.1.7"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-xid"
version = "0.2.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2019-01-22 17:01:33 -05:00
2020-05-27 21:47:36 -04:00
[[package]]
name = "varcon"
version = "0.2.1"
dependencies = [
"enumflags2",
]
2020-04-07 20:50:06 -04:00
[[package]]
name = "varcon-codegen"
version = "1.0.2"
dependencies = [
"codegenrs",
"structopt",
"varcon-parser",
]
[[package]]
name = "varcon-parser"
version = "1.0.0"
dependencies = [
"nom",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "vec_map"
2020-05-07 19:07:06 -04:00
version = "0.8.2"
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 = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2019-01-22 17:01:33 -05:00
[[package]]
name = "version_check"
2020-02-03 07:48:55 -05:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
2019-01-22 17:01:33 -05:00
[[package]]
name = "walkdir"
2020-02-03 07:48:55 -05:00
version = "2.3.1"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
2019-01-22 17:01:33 -05:00
dependencies = [
"same-file",
"winapi",
"winapi-util",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "wasi"
2020-02-03 07:48:55 -05:00
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-10-28 15:39:59 -04:00
[[package]]
name = "wikipedia-codegen"
version = "0.1.1"
dependencies = [
"codegenrs",
"itertools",
"phf",
"phf_codegen",
"structopt",
"unicase",
2019-10-28 15:39:59 -04:00
]
[[package]]
name = "wikipedia-dict"
version = "0.1.1"
dependencies = [
"log",
"phf",
"unicase",
2019-10-28 15:39:59 -04:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "winapi"
version = "0.3.8"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
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"