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"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "1.0.2"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-11-23 13:40:55 -05:00
|
|
|
|
2020-11-10 21:23:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.7.2"
|
2020-11-10 21:23:38 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "7f200cbb1e856866d9eade941cf3aa0c5d7dd36f74311c4273b494f4ef036957"
|
2020-11-10 21:23:38 -05:00
|
|
|
dependencies = [
|
2021-02-04 22:40:07 -05:00
|
|
|
"getrandom 0.2.2",
|
|
|
|
"once_cell",
|
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"
|
2021-01-11 08:10:10 -05:00
|
|
|
version = "1.0.38"
|
2019-10-29 13:36:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 08:10:10 -05:00
|
|
|
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
|
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"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "1.0.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "3203d5bb9979ac7210f01a150578ebafef6f08b55e79f6db32673c0977b94340"
|
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"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "0.3.56"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
|
2020-11-23 13:40:55 -05:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2020-11-23 13:40:55 -05:00
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
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"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.2.15"
|
2019-07-13 21:52:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d"
|
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
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "3.6.1"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
2019-07-13 21:52:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-01-11 08:10:10 -05:00
|
|
|
version = "1.4.2"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 08:10:10 -05:00
|
|
|
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
|
2019-08-08 11:04:51 -04:00
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
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",
|
2021-02-05 22:38:44 -05:00
|
|
|
"itertools 0.10.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab327ed7354547cc2ef43cbe20ef68b988e70b4b593cbd66a2a61733123a3d23"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"cast",
|
|
|
|
"clap",
|
|
|
|
"criterion-plot",
|
|
|
|
"csv",
|
|
|
|
"itertools 0.10.0",
|
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d"
|
|
|
|
dependencies = [
|
|
|
|
"cast",
|
|
|
|
"itertools 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2021-02-05 22:38:44 -05:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2021-02-05 22:38:44 -05:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.9.3"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2021-02-05 22:38:44 -05:00
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.8.3"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"autocfg",
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
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",
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
2020-03-24 07:11:31 -04:00
|
|
|
"strsim 0.9.3",
|
2021-02-04 22:40:07 -05:00
|
|
|
"syn 1.0.60",
|
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",
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
2021-02-04 22:40:07 -05:00
|
|
|
"syn 1.0.60",
|
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",
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
2021-02-04 22:40:07 -05:00
|
|
|
"syn 1.0.60",
|
2020-03-24 07:11:31 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_setters"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "0.1.5"
|
2020-03-24 07:11:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "f1cf41b4580a37cca5ef2ada2cc43cf5d6be3983f4522e83010d67ab6925e84b"
|
2020-03-24 07:11:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
2021-02-04 22:40:07 -05:00
|
|
|
"syn 1.0.60",
|
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",
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
2021-02-04 22:40:07 -05:00
|
|
|
"syn 1.0.60",
|
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"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.8.3"
|
2020-11-10 20:35:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
|
2020-11-10 20:35:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2021-02-04 22:40:07 -05:00
|
|
|
"humantime 2.1.0",
|
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 = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2019-10-25 18:37:09 -04:00
|
|
|
"libc",
|
2021-01-11 08:10:10 -05:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
2020-11-10 21:23:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "0.2.2"
|
2020-11-10 21:23:38 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
2020-11-10 21:23:38 -05:00
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2020-11-10 21:23:38 -05:00
|
|
|
"libc",
|
2021-02-04 22:40:07 -05:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2020-11-10 21:23:38 -05:00
|
|
|
]
|
|
|
|
|
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"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "0.8.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2021-02-04 22:40:07 -05:00
|
|
|
"bitflags",
|
2019-10-25 18:37:09 -04:00
|
|
|
"ignore",
|
|
|
|
"walkdir",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
|
|
|
version = "1.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
|
|
|
|
|
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"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "0.1.18"
|
2020-02-03 07:48:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
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"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "2.1.0"
|
2020-11-10 20:35:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2020-11-10 20:35:17 -05:00
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.3.48"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-03-01 13:25:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kstring"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1167388385b43067bd74f967def6c93b969284f14f41e2ab6035b715d9343215"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.7.5"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "21f866863575d0e1d654fbeeabdc927292fdf862873dc3c96c6f753357e13374"
|
2020-04-07 20:50:06 -04:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2020-04-07 20:50:06 -04:00
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.2.86"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "0.4.14"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "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
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.4.4"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2020-11-23 13:40:55 -05:00
|
|
|
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",
|
2021-02-05 22:38:44 -05:00
|
|
|
"itertools 0.10.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "6.1.2"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
|
2020-04-07 20:50:06 -04:00
|
|
|
dependencies = [
|
2020-11-10 20:35:17 -05:00
|
|
|
"bitvec",
|
2021-03-01 12:46:40 -05:00
|
|
|
"funty",
|
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
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "0.23.0"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
|
2020-11-23 13:40:55 -05:00
|
|
|
|
2020-11-09 20:27:25 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "1.7.0"
|
2020-11-09 20:27:25 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "10acf907b94fc1b1a152d08ef97e7759650268cf986bf127f387e602b02c7e5a"
|
2020-11-09 20:27:25 -05:00
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
|
|
|
version = "11.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
|
|
|
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",
|
2021-02-04 22:40:07 -05:00
|
|
|
"rand 0.7.3",
|
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
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45ca0ae5f169d0917a7c7f5a9c1a3d3d9598f18f529dd2b8373ed988efea307a"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"plotters-backend",
|
|
|
|
"plotters-svg",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-backend"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b07fffcddc1cb3a1de753caa4e4df03b79922ba43cf882acc1bdd7e8df9f4590"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b38a02e23bd9604b842a812063aec4ef702b57989c37b655254bb61c471ad211"
|
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
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"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "1.0.7"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "eeb433456c1a57cc93554dea3ce40b4c19c4057e41c55d4a0f3d84ea71c325aa"
|
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"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "1.0.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "1.0.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2"
|
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"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "1.0.2"
|
2020-11-16 21:02:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "d94a40d6d1c03eb98fdf7c983a6b550798e6e805afa46112c54aaaaeb48a276f"
|
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",
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
2021-02-04 22:40:07 -05:00
|
|
|
"syn 1.0.60",
|
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",
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
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"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "1.0.9"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
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",
|
2021-02-04 22:40:07 -05:00
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc 0.2.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"rand_pcg",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-02-04 22:40:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.0",
|
2021-03-01 12:46:40 -05:00
|
|
|
"rand_core 0.6.2",
|
2021-02-04 22:40:07 -05:00
|
|
|
"rand_hc 0.3.0",
|
|
|
|
]
|
|
|
|
|
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",
|
2021-02-04 22:40:07 -05:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-03-01 12:46:40 -05:00
|
|
|
"rand_core 0.6.2",
|
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
|
|
|
]
|
|
|
|
|
2021-02-04 22:40:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.6.2"
|
2021-02-04 22:40:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
2021-02-04 22:40:07 -05:00
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.2",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2021-02-04 22:40:07 -05:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"rand_core 0.6.2",
|
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 = [
|
2021-02-04 22:40:07 -05:00
|
|
|
"rand_core 0.5.1",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.2.5"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
|
2021-02-04 22:40:07 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-01-11 08:10:10 -05:00
|
|
|
version = "1.4.3"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 08:10:10 -05:00
|
|
|
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
|
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"
|
2021-01-11 08:10:10 -05:00
|
|
|
version = "0.6.22"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 08:10:10 -05:00
|
|
|
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
|
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
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
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"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "1.0.123"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
|
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
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622"
|
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-01-23 09:33:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "1.0.123"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
|
2019-01-23 09:33:51 -05:00
|
|
|
dependencies = [
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
2021-02-04 22:40:07 -05:00
|
|
|
"syn 1.0.60",
|
2019-01-23 09:33:51 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "1.0.64"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
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",
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
2021-02-04 22:40:07 -05:00
|
|
|
"syn 1.0.60",
|
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"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "1.0.60"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
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"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "1.0.1"
|
2020-11-10 20:35:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
2020-11-10 20:35:17 -05:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "3.2.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2019-10-25 18:37:09 -04:00
|
|
|
"libc",
|
2021-02-04 22:40:07 -05:00
|
|
|
"rand 0.8.3",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "1.0.24"
|
2019-10-29 15:37:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
|
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"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "1.0.24"
|
2019-10-29 15:37:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
|
2019-10-29 15:37:48 -04:00
|
|
|
dependencies = [
|
2020-11-10 08:02:34 -05:00
|
|
|
"proc-macro2 1.0.24",
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
2021-02-04 22:40:07 -05:00
|
|
|
"syn 1.0.60",
|
2019-10-29 15:37:48 -04:00
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "1.1.3"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2021-02-04 22:40:07 -05:00
|
|
|
"once_cell",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2ada8616fad06a2d0c455adc530de4ef57605a8120cc65da9653e0e9623ca74"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
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",
|
2021-02-05 22:38:44 -05:00
|
|
|
"itertools 0.10.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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",
|
2021-02-05 22:38:44 -05:00
|
|
|
"criterion",
|
2020-12-30 20:41:08 -05:00
|
|
|
"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",
|
2021-03-01 12:46:40 -05:00
|
|
|
"env_logger 0.8.3",
|
2020-11-23 13:40:55 -05:00
|
|
|
"human-panic",
|
2019-10-25 18:37:09 -04:00
|
|
|
"ignore",
|
2021-02-05 22:38:44 -05:00
|
|
|
"itertools 0.10.0",
|
2021-03-01 13:25:51 -05:00
|
|
|
"kstring",
|
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",
|
2021-02-05 22:38:44 -05:00
|
|
|
"itertools 0.10.0",
|
2020-05-27 21:46:41 -04:00
|
|
|
"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",
|
2021-02-05 22:38:44 -05:00
|
|
|
"itertools 0.10.0",
|
2020-05-27 21:46:41 -04:00
|
|
|
"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"
|
2021-01-11 08:10:10 -05:00
|
|
|
version = "0.8.2"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 08:10:10 -05:00
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2020-11-23 13:40:55 -05:00
|
|
|
dependencies = [
|
2021-02-04 22:40:07 -05:00
|
|
|
"getrandom 0.2.2",
|
2020-11-23 13:40:55 -05:00
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2021-01-11 08:10:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-02-04 22:40:07 -05:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2021-01-11 08:10:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 22:40:07 -05:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2021-01-11 08:10:10 -05:00
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.2.71"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2021-02-05 22:38:44 -05:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.2.71"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2 1.0.24",
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
2021-02-05 22:38:44 -05:00
|
|
|
"syn 1.0.60",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.2.71"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
2021-02-05 22:38:44 -05:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.2.71"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.24",
|
2021-03-01 12:46:40 -05:00
|
|
|
"quote 1.0.9",
|
2021-02-05 22:38:44 -05:00
|
|
|
"syn 1.0.60",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.2.71"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-03-01 12:46:40 -05:00
|
|
|
version = "0.3.48"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:46:40 -05:00
|
|
|
checksum = "ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
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",
|
2021-02-05 22:38:44 -05:00
|
|
|
"itertools 0.10.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|