2019-04-16 22:16:31 -04:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "0.14.1"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
|
2020-11-23 13:40:55 -05:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
|
|
|
|
2020-11-10 21:23:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "0.6.2"
|
2020-11-10 21:23:38 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "a75b7e6a93ecd6dbd2c225154d0fa7f86205574ecaa6c87429fb5f66ee677c44"
|
2020-11-10 21:23:38 -05:00
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.0",
|
|
|
|
"lazy_static",
|
2020-12-01 03:18:56 -05:00
|
|
|
"version_check",
|
2020-11-10 21:23:38 -05:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-11-10 08:02:34 -05:00
|
|
|
version = "0.7.15"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 08:02:34 -05:00
|
|
|
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"winapi",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-10-29 13:36:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "1.0.37"
|
2019-10-29 13:36:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86"
|
2019-10-29 13:36:50 -04:00
|
|
|
|
2020-04-07 20:50:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2020-11-10 08:02:34 -05:00
|
|
|
version = "0.5.2"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 08:02:34 -05:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-04-07 20:50:06 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "assert_fs"
|
2020-04-01 09:17:03 -04:00
|
|
|
version = "1.0.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-01 09:17:03 -04:00
|
|
|
checksum = "04dabd011e19821a348abb0dec7b7fda959cd6b3477c474395b958b291942b0e"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2020-02-03 07:48:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-11-10 08:02:34 -05:00
|
|
|
version = "1.0.1"
|
2020-02-03 07:48:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 08:02:34 -05:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-02-03 07:48:55 -05:00
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.55"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2020-11-10 20:35:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "0.19.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7ba35e9565969edb811639dbebfe34edc0368e472c5018474c8eb2543397f81"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
2019-07-13 21:52:24 -04:00
|
|
|
name = "bstr"
|
2020-11-10 08:02:34 -05:00
|
|
|
version = "0.2.14"
|
2019-07-13 21:52:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 08:02:34 -05:00
|
|
|
checksum = "473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf"
|
2019-07-13 21:52:24 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"serde",
|
2019-07-13 21:52:24 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2019-10-25 18:37:09 -04:00
|
|
|
version = "1.3.4"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
2019-08-08 11:04:51 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "0.1.10"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2020-11-23 11:08:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "2.33.3"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2020-03-24 07:11:31 -04:00
|
|
|
"strsim 0.8.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "a7d77af89389927c728493ffeabe62bbcb4d9c5f0f805b7058b5cff1e097047d"
|
2019-07-19 23:45:41 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"log",
|
|
|
|
"structopt",
|
2019-07-19 23:45:41 -04:00
|
|
|
]
|
|
|
|
|
2019-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "codegenrs"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "71084cba3c8e4a3f9bc1a838ce259570fca6f2e360da3657c1b8c1185786329d"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2019-11-02 22:03:51 -04:00
|
|
|
version = "0.1.2"
|
2019-10-28 12:01:22 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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 = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"log",
|
|
|
|
"phf",
|
|
|
|
"unicase",
|
2019-10-28 12:01:22 -04:00
|
|
|
]
|
|
|
|
|
2020-08-21 15:28:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "content_inspector"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "0.8.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"autocfg",
|
2020-11-23 11:08:38 -05:00
|
|
|
"cfg-if 1.0.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"lazy_static",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2020-12-01 03:19:21 -05:00
|
|
|
version = "1.1.5"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 03:19:21 -05:00
|
|
|
checksum = "f9d58633299b24b515ac72a3f869f8b91306a3cec616a602843a383acd6f9e97"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"bstr",
|
|
|
|
"csv-core",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2019-10-25 18:37:09 -04:00
|
|
|
version = "0.1.10"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"memchr",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2020-03-24 07:11:31 -04: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-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2020-12-30 20:41:08 -05:00
|
|
|
"quote 1.0.8",
|
2020-03-24 07:11:31 -04:00
|
|
|
"strsim 0.9.3",
|
2020-12-30 20:41:08 -05:00
|
|
|
"syn 1.0.57",
|
2020-03-24 07:11:31 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
2020-12-30 20:41:08 -05:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.57",
|
2020-03-24 07:11:31 -04: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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "7a141330240c921ec6d074a3e188a7c7ef95668bb95e7d44fa0e5778ec2a7afe"
|
2019-08-07 09:20:18 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
2020-03-02 10:38:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2020-10-01 04:11:46 -04:00
|
|
|
version = "0.99.11"
|
2020-03-02 10:38:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 04:11:46 -04:00
|
|
|
checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
|
2020-03-02 10:38:48 -05:00
|
|
|
dependencies = [
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2020-12-30 20:41:08 -05:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.57",
|
2020-03-24 07:11:31 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_setters"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6604612c19dd3bb353650b715b61f09bcb089dd17bdca1a9a42637079bf5e428"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2020-12-30 20:41:08 -05:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.57",
|
2020-03-02 10:38:48 -05:00
|
|
|
]
|
|
|
|
|
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"
|
2019-10-25 18:37:09 -04:00
|
|
|
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"
|
|
|
|
|
2019-12-02 09:07:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
2019-10-25 18:37:09 -04:00
|
|
|
version = "0.3.3"
|
2019-12-02 09:07:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
2019-12-02 09:07:04 -05:00
|
|
|
|
2020-05-27 21:46:41 -04:00
|
|
|
[[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"
|
2020-11-10 08:02:34 -05:00
|
|
|
version = "1.6.1"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 08:02:34 -05:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2019-01-23 09:33:51 -05:00
|
|
|
|
2020-11-03 20:52:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "encoding"
|
|
|
|
version = "0.2.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
|
|
|
dependencies = [
|
|
|
|
"encoding-index-japanese",
|
|
|
|
"encoding-index-korean",
|
|
|
|
"encoding-index-simpchinese",
|
|
|
|
"encoding-index-singlebyte",
|
|
|
|
"encoding-index-tradchinese",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-japanese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-korean"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-simpchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-singlebyte"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-tradchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_index_tests"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
|
|
|
|
2020-04-07 20:50:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "enumflags2"
|
|
|
|
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 = [
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2020-12-30 20:41:08 -05:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.57",
|
2020-04-07 20:50:06 -04: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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2019-07-19 23:45:41 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"atty",
|
2020-11-10 20:35:17 -05:00
|
|
|
"humantime 1.3.0",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2020-11-23 11:08:38 -05:00
|
|
|
version = "0.8.2"
|
2020-11-10 20:35:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 11:08:38 -05:00
|
|
|
checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e"
|
2020-11-10 20:35:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime 2.0.1",
|
2019-10-25 18:37:09 -04:00
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2019-07-19 23:45:41 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "0.8.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"num-traits",
|
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
|
|
|
|
2020-11-10 20:35:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "1.1.0"
|
2020-11-10 20:35:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
|
2020-11-10 20:35:17 -05:00
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "0.1.16"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2019-08-08 11:04:51 -04:00
|
|
|
dependencies = [
|
2020-12-30 20:41:08 -05:00
|
|
|
"cfg-if 1.0.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
2020-11-10 21:23:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
|
|
|
|
dependencies = [
|
2020-11-23 11:08:38 -05:00
|
|
|
"cfg-if 0.1.10",
|
2020-11-10 21:23:38 -05:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.23.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2020-11-10 08:02:34 -05:00
|
|
|
version = "0.4.6"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 08:02:34 -05:00
|
|
|
checksum = "c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globwalk"
|
2019-10-25 18:37:09 -04:00
|
|
|
version = "0.7.3"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "d9db17aec586697a93219b19726b5b68307eba92898c34b170857343fe67c99d"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"ignore",
|
|
|
|
"walkdir",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "0.3.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"unicode-segmentation",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2020-02-03 07:48:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-11-10 08:02:34 -05:00
|
|
|
version = "0.1.17"
|
2020-02-03 07:48:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 08:02:34 -05:00
|
|
|
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
|
2020-02-03 07:48:55 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"libc",
|
2020-02-03 07:48:55 -05:00
|
|
|
]
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "human-panic"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39f357a500abcbd7c5f967c1d45c8838585b36743823b9d43488f24850534e36"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"os_type",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"termcolor",
|
|
|
|
"toml",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2019-07-19 23:45:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "1.3.0"
|
2019-07-19 23:45:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
2019-07-19 23:45:41 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"quick-error",
|
2019-07-19 23:45:41 -04:00
|
|
|
]
|
|
|
|
|
2020-11-10 20:35:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
|
|
|
|
|
2020-03-24 07:11:31 -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"
|
2020-11-23 11:08:38 -05:00
|
|
|
version = "0.4.17"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 11:08:38 -05:00
|
|
|
checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2021-01-02 22:40:45 -05:00
|
|
|
version = "0.10.0"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-02 22:40:45 -05:00
|
|
|
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
|
2019-01-23 09:33:51 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"either",
|
2019-01-23 09:33:51 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "0.4.7"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2019-01-23 09:33:51 -05:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "1.4.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2020-04-07 20:50:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "0.7.4"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
|
2020-04-07 20:50:06 -04:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
2020-11-23 11:08:38 -05:00
|
|
|
"cfg-if 0.1.10",
|
2020-04-07 20:50:06 -04:00
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "0.2.81"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "0.4.11"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2020-11-23 11:08:38 -05:00
|
|
|
"cfg-if 0.1.10",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-11-10 08:02:34 -05:00
|
|
|
version = "2.3.4"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 08:02:34 -05:00
|
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2019-10-28 15:33:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "misspell-codegen"
|
2019-11-02 22:06:02 -04:00
|
|
|
version = "0.1.2"
|
2019-10-28 15:33:48 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"codegenrs",
|
|
|
|
"itertools",
|
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
|
|
|
"regex",
|
|
|
|
"structopt",
|
|
|
|
"unicase",
|
2019-10-28 15:33:48 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "misspell-dict"
|
2019-11-02 22:07:03 -04:00
|
|
|
version = "0.1.2"
|
2019-10-28 15:33:48 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"log",
|
|
|
|
"phf",
|
|
|
|
"unicase",
|
2019-10-28 15:33:48 -04:00
|
|
|
]
|
|
|
|
|
2020-04-07 20:50:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2020-12-01 03:19:56 -05:00
|
|
|
version = "6.0.1"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 03:19:56 -05:00
|
|
|
checksum = "88034cfd6b4a0d54dd14f4a507eceee36c0b70e5a02236c4e4df571102be17f0"
|
2020-04-07 20:50:06 -04:00
|
|
|
dependencies = [
|
2020-11-10 20:35:17 -05:00
|
|
|
"bitvec",
|
2020-04-07 20:50:06 -04:00
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "num-traits"
|
2020-11-10 08:02:34 -05:00
|
|
|
version = "0.2.14"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 08:02:34 -05:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"autocfg",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
|
|
|
|
|
2020-11-09 20:27:25 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2020-11-23 11:08:38 -05:00
|
|
|
version = "1.5.2"
|
2020-11-09 20:27:25 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 11:08:38 -05:00
|
|
|
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
2020-11-09 20:27:25 -05:00
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "os_type"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7edc011af0ae98b7f88cf7e4a83b70a54a75d2b8cb013d6efd02e5956207e9eb"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"siphasher",
|
|
|
|
"unicase",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2020-11-10 08:02:34 -05:00
|
|
|
version = "0.2.10"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 08:02:34 -05:00
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
2019-08-08 11:04:51 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "1.0.6"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "73dd9b7b200044694dfede9edf907c1ca19630908443e9447e624993700c6932"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"difference",
|
|
|
|
"float-cmp",
|
|
|
|
"normalize-line-endings",
|
|
|
|
"predicates-core",
|
|
|
|
"regex",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "1.0.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "fb3dbeaaf793584e29c58c7e3a82bbb3c7c06b63cea68d13b0e3cddc124104dc"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "1.0.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "aee95d988ee893cb35c06b148c80ed2cd52c8eea927f50ba7a0be1a786aeab73"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"predicates-core",
|
|
|
|
"treeline",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2020-11-16 21:02:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-exit"
|
2020-12-01 09:26:05 -05:00
|
|
|
version = "1.0.1"
|
2020-11-16 21:02:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 09:26:05 -05:00
|
|
|
checksum = "7bf98af012a71ad9456b92fdba48c29d59f971610932cce8ef73a4daa7954501"
|
2020-11-16 21:02:10 -05:00
|
|
|
|
2019-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "1.0.4"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"proc-macro-error-attr",
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2020-12-30 20:41:08 -05:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.57",
|
2019-10-25 18:37:09 -04:00
|
|
|
"version_check",
|
2020-02-03 07:48:55 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "1.0.4"
|
2020-02-03 07:48:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-02-03 07:48:55 -05:00
|
|
|
dependencies = [
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2020-12-30 20:41:08 -05:00
|
|
|
"quote 1.0.8",
|
2019-10-25 18:37:09 -04:00
|
|
|
"version_check",
|
2019-10-05 09:30:30 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.4.30"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"unicode-xid 0.1.0",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-11-10 08:02:34 -05:00
|
|
|
version = "1.0.24"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 08:02:34 -05:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2020-05-27 21:46:41 -04:00
|
|
|
"unicode-xid 0.2.1",
|
2019-10-05 09:30:30 -04:00
|
|
|
]
|
|
|
|
|
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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2019-07-19 23:45:41 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"proc-macro2 0.4.30",
|
2019-10-05 09:30:30 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "1.0.8"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2020-11-10 20:35:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
|
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-02-03 07:48:55 -05:00
|
|
|
version = "0.7.3"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-08-08 11:04:51 -04:00
|
|
|
dependencies = [
|
2020-12-30 20:41:08 -05:00
|
|
|
"getrandom 0.1.16",
|
2019-10-25 18:37:09 -04:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
"rand_pcg",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2019-10-25 18:37:09 -04:00
|
|
|
version = "0.2.2"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-08-08 11:04:51 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.5.1"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-08-08 11:04:51 -04:00
|
|
|
dependencies = [
|
2020-12-30 20:41:08 -05:00
|
|
|
"getrandom 0.1.16",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-08-08 11:04:51 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"rand_core",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"rand_core",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "0.1.57"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-11-10 08:02:34 -05:00
|
|
|
version = "1.4.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 08:02:34 -05:00
|
|
|
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-07-13 21:52:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2019-10-25 18:37:09 -04:00
|
|
|
version = "0.1.9"
|
2019-07-13 21:52:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
|
2019-07-13 21:52:24 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"byteorder",
|
2019-07-13 21:52:24 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-11-10 08:02:34 -05:00
|
|
|
version = "0.6.21"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 08:02:34 -05:00
|
|
|
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "0.5.3"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"winapi",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
|
|
|
|
|
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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"semver",
|
2020-02-03 07:48:55 -05:00
|
|
|
]
|
|
|
|
|
2019-08-08 11:24:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-06-01 19:37:05 -04:00
|
|
|
version = "1.0.5"
|
2019-08-08 11:24:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-01 19:37:05 -04:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "1.0.118"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
|
2019-08-07 09:16:22 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"serde_derive",
|
2019-08-07 09:16:22 -04:00
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2019-01-23 09:33:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "1.0.118"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
|
2019-01-23 09:33:51 -05:00
|
|
|
dependencies = [
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2020-12-30 20:41:08 -05:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.57",
|
2019-01-23 09:33:51 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "1.0.61"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
|
2019-01-23 09:33:51 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "1.1.0"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
2020-04-07 20:50:06 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2020-03-24 07:11:31 -04: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]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "structopt"
|
2020-12-01 03:20:20 -05:00
|
|
|
version = "0.3.21"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 03:20:20 -05:00
|
|
|
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
2019-10-05 09:30:30 -04:00
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2020-12-01 03:20:20 -05:00
|
|
|
version = "0.4.14"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 03:20:20 -05:00
|
|
|
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2020-12-30 20:41:08 -05:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.57",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.15.44"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"unicode-xid 0.1.0",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "1.0.57"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "4211ce9909eb971f111059df92c45640aad50a619cf55cd76476be803c4c68e6"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2020-12-30 20:41:08 -05:00
|
|
|
"quote 1.0.8",
|
2020-05-27 21:46:41 -04:00
|
|
|
"unicode-xid 0.2.1",
|
2020-02-03 07:48:55 -05:00
|
|
|
]
|
|
|
|
|
2020-11-10 20:35:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2019-08-08 11:04:51 -04:00
|
|
|
version = "3.1.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2020-11-23 11:08:38 -05:00
|
|
|
"cfg-if 0.1.10",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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-11-23 11:08:38 -05:00
|
|
|
version = "1.1.2"
|
2019-07-19 23:45:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 11:08:38 -05:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2019-07-19 23:45:41 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"winapi-util",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-10-05 09:30:30 -04:00
|
|
|
version = "0.11.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"unicode-width",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-10-29 15:37:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "1.0.23"
|
2019-10-29 15:37:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
|
2019-10-29 15:37:48 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"thiserror-impl",
|
2019-10-29 15:37:48 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "1.0.23"
|
2019-10-29 15:37:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
|
2019-10-29 15:37:48 -04:00
|
|
|
dependencies = [
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2020-12-30 20:41:08 -05:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.57",
|
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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"lazy_static",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-08-07 10:55:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2020-12-30 20:41:08 -05:00
|
|
|
version = "0.5.8"
|
2019-08-07 10:55:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 20:41:08 -05:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2019-08-07 10:55:17 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2019-10-25 18:37:09 -04:00
|
|
|
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 = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"anyhow",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
2020-11-09 20:27:25 -05:00
|
|
|
"once_cell",
|
2019-10-25 18:37:09 -04:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-segmentation",
|
2019-07-03 21:22:36 -04:00
|
|
|
]
|
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typos-cli"
|
2019-11-02 22:10:00 -04:00
|
|
|
version = "0.1.4"
|
2019-08-08 11:04:51 -04:00
|
|
|
dependencies = [
|
2020-11-10 21:23:38 -05:00
|
|
|
"ahash",
|
2019-10-25 18:37:09 -04:00
|
|
|
"anyhow",
|
|
|
|
"assert_fs",
|
|
|
|
"bstr",
|
|
|
|
"clap",
|
|
|
|
"clap-verbosity-flag",
|
2020-12-30 20:41:08 -05:00
|
|
|
"content_inspector",
|
|
|
|
"derive_more 0.99.11",
|
|
|
|
"derive_setters",
|
2020-11-11 19:19:26 -05:00
|
|
|
"difflib",
|
2020-11-03 20:52:39 -05:00
|
|
|
"encoding",
|
2020-11-23 11:08:38 -05:00
|
|
|
"env_logger 0.8.2",
|
2020-11-23 13:40:55 -05:00
|
|
|
"human-panic",
|
2019-10-25 18:37:09 -04:00
|
|
|
"ignore",
|
2020-12-30 20:41:08 -05:00
|
|
|
"itertools",
|
2019-10-25 18:37:09 -04:00
|
|
|
"log",
|
|
|
|
"phf",
|
2020-03-24 07:11:31 -04:00
|
|
|
"predicates",
|
2020-11-16 21:02:10 -05:00
|
|
|
"proc-exit",
|
2019-10-25 18:37:09 -04:00
|
|
|
"serde",
|
2020-12-30 20:41:08 -05:00
|
|
|
"serde_json",
|
2019-10-25 18:37:09 -04:00
|
|
|
"structopt",
|
|
|
|
"toml",
|
|
|
|
"typos",
|
|
|
|
"typos-dict",
|
2020-05-27 21:46:41 -04:00
|
|
|
"typos-vars",
|
|
|
|
"unicase",
|
2020-12-30 20:41:08 -05:00
|
|
|
"unicode-segmentation",
|
2020-05-27 21:46:41 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typos-dict"
|
|
|
|
version = "0.2.1"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"phf",
|
2019-10-25 18:37:09 -04:00
|
|
|
"unicase",
|
2019-08-08 11:24:50 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-27 21:46:41 -04:00
|
|
|
name = "typos-dict-codegen"
|
2019-11-02 22:14:14 -04:00
|
|
|
version = "1.0.2"
|
2019-08-08 11:24:50 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"codegenrs",
|
|
|
|
"csv",
|
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
|
|
|
"structopt",
|
|
|
|
"unicase",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
2020-05-27 21:46:41 -04:00
|
|
|
name = "typos-dict-verify"
|
|
|
|
version = "1.0.2"
|
|
|
|
dependencies = [
|
|
|
|
"codegenrs",
|
|
|
|
"csv",
|
|
|
|
"edit-distance",
|
|
|
|
"itertools",
|
|
|
|
"structopt",
|
|
|
|
"unicase",
|
|
|
|
"varcon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typos-vars"
|
2019-11-02 22:07:25 -04:00
|
|
|
version = "0.2.1"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"log",
|
|
|
|
"phf",
|
|
|
|
"unicase",
|
2020-05-27 21:46:41 -04:00
|
|
|
"varcon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typos-vars-codegen"
|
|
|
|
version = "1.0.2"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"clap-verbosity-flag",
|
|
|
|
"codegenrs",
|
2020-11-10 20:35:17 -05:00
|
|
|
"env_logger 0.7.1",
|
2020-05-27 21:46:41 -04:00
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
|
|
|
"structopt",
|
|
|
|
"typos",
|
|
|
|
"unicase",
|
|
|
|
"varcon",
|
|
|
|
"varcon-core",
|
2019-10-05 09:30:30 -04:00
|
|
|
]
|
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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2019-10-25 12:24:25 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"version_check",
|
2019-10-25 12:24:25 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2020-12-01 03:18:35 -05:00
|
|
|
version = "1.7.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 03:18:35 -05:00
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "0.1.8"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "unicode-xid"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "0.2.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
|
|
|
|
dependencies = [
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
2020-05-27 21:47:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "varcon"
|
|
|
|
version = "0.2.1"
|
|
|
|
dependencies = [
|
2020-05-27 21:51:04 -04:00
|
|
|
"varcon-core",
|
2020-05-27 21:47:36 -04:00
|
|
|
]
|
|
|
|
|
2020-04-07 20:50:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "varcon-codegen"
|
|
|
|
version = "1.0.2"
|
|
|
|
dependencies = [
|
|
|
|
"codegenrs",
|
|
|
|
"structopt",
|
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"
|
2020-04-07 20:50:06 -04:00
|
|
|
version = "1.0.0"
|
|
|
|
dependencies = [
|
2020-05-27 21:51:04 -04:00
|
|
|
"enumflags2",
|
2020-04-07 20:50:06 -04:00
|
|
|
"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
|
|
|
|
2019-04-17 09:30:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2020-06-01 19:37:05 -04:00
|
|
|
version = "0.9.2"
|
2019-04-17 09:30:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-01 19:37:05 -04:00
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
2019-04-17 09:30:17 -04:00
|
|
|
|
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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-02-03 07:48:55 -05:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-10-05 09:30:30 -04:00
|
|
|
|
2019-10-28 15:39:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wikipedia-codegen"
|
|
|
|
version = "0.1.1"
|
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"codegenrs",
|
|
|
|
"itertools",
|
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
|
|
|
"structopt",
|
|
|
|
"unicase",
|
2019-10-28 15:39:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wikipedia-dict"
|
|
|
|
version = "0.1.1"
|
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"log",
|
|
|
|
"phf",
|
|
|
|
"unicase",
|
2019-10-28 15:39:59 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-05-27 21:46:41 -04:00
|
|
|
version = "0.3.9"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 21:46:41 -04:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2019-10-25 18:37:09 -04:00
|
|
|
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 = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2019-10-25 18:37:09 -04:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2020-11-10 20:35:17 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
|