typos/Cargo.lock

1047 lines
25 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
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"
version = "0.1.10"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
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",
"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
]
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 = [
"proc-macro2 1.0.9",
"quote 1.0.3",
"syn 1.0.17",
]
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
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"
version = "0.1.8"
2020-02-03 07:48:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
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
]
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
[[package]]
name = "libc"
version = "0.2.68"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
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",
]
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"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7959c6467d962050d639361f7703b2051c43036d03493c36f01d440fdd3138a"
dependencies = [
"proc-macro-error-attr",
"proc-macro2 1.0.9",
"quote 1.0.3",
"syn 1.0.17",
"version_check",
2020-02-03 07:48:55 -05:00
]
[[package]]
name = "proc-macro-error-attr"
version = "0.4.11"
2020-02-03 07:48:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4002d9f55991d5e019fb940a90e1a95eb80c24e77cb2462dd4dc869604d543a"
2020-02-03 07:48:55 -05:00
dependencies = [
"proc-macro2 1.0.9",
"quote 1.0.3",
"syn 1.0.17",
"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"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
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"
version = "1.0.3"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
2019-01-22 17:01:33 -05:00
dependencies = [
"proc-macro2 1.0.9",
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"
version = "1.3.6"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3"
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"
version = "1.0.3"
2019-08-08 11:24:50 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76"
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"
version = "1.0.105"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff"
dependencies = [
"serde_derive",
]
2019-01-22 17:01:33 -05:00
2019-01-23 09:33:51 -05:00
[[package]]
name = "serde_derive"
version = "1.0.105"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8"
2019-01-23 09:33:51 -05:00
dependencies = [
"proc-macro2 1.0.9",
"quote 1.0.3",
"syn 1.0.17",
2019-01-23 09:33:51 -05:00
]
[[package]]
name = "serde_json"
version = "1.0.50"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78a7a12c167809363ec3bd7329fc0a3369056996de43c4b37ef3cd54a6ce4867"
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"
version = "0.3.2"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e88f89a550c01e4cd809f3df4f52dc9e939f3273a2017eabd5c6d12fd98bb23"
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 = "structopt"
version = "0.3.12"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8faa2719539bbe9d77869bfb15d4ee769f99525e707931452c97b693b3f159d"
dependencies = [
"clap",
"lazy_static",
"structopt-derive",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "structopt-derive"
version = "0.4.5"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f88b8e18c69496aad6f9ddf4630dd7d585bcaf765786cb415b9aec2fe5a0430"
2019-01-22 17:01:33 -05:00
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2 1.0.9",
"quote 1.0.3",
"syn 1.0.17",
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"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
dependencies = [
"proc-macro2 1.0.9",
"quote 1.0.3",
"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 = [
"proc-macro2 1.0.9",
"quote 1.0.3",
"syn 1.0.17",
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"
version = "1.0.14"
2019-10-29 15:37:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0570dc61221295909abdb95c739f2e74325e14293b2026b0a7e195091ec54ae"
2019-10-29 15:37:48 -04:00
dependencies = [
"thiserror-impl",
2019-10-29 15:37:48 -04:00
]
[[package]]
name = "thiserror-impl"
version = "1.0.14"
2019-10-29 15:37:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "227362df41d566be41a28f64401e07a043157c21c14b9785a0d8e256f940a8fd"
2019-10-29 15:37:48 -04:00
dependencies = [
"proc-macro2 1.0.9",
"quote 1.0.3",
"syn 1.0.17",
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",
"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",
"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
[[package]]
name = "vec_map"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
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-02-03 07:48:55 -05:00
version = "0.1.3"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
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"