2019-04-16 22:16:31 -04:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-28 15:56:13 -04:00
|
|
|
version = 3
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2021-05-13 11:20:15 -04:00
|
|
|
version = "0.15.1"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a"
|
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-05-31 21:59:24 -04:00
|
|
|
version = "0.7.4"
|
2020-11-10 21:23:38 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
|
2020-11-10 21:23:38 -05:00
|
|
|
dependencies = [
|
2021-05-31 21:59:24 -04:00
|
|
|
"getrandom 0.2.3",
|
2021-02-04 22:40:07 -05:00
|
|
|
"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"
|
2021-05-01 03:02:07 -04:00
|
|
|
version = "0.7.18"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 03:02:07 -04:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
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-04-30 11:40:13 -04:00
|
|
|
version = "1.0.40"
|
2019-10-29 13:36:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
|
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
|
|
|
|
2021-05-28 20:02:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "assert_cmd"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f57fec1ac7e4de72dcc69811795f1a7172ed06012f80a5d1ee651b62484f588"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"doc-comment",
|
|
|
|
"predicates",
|
|
|
|
"predicates-core",
|
|
|
|
"predicates-tree",
|
|
|
|
"wait-timeout",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "assert_fs"
|
2021-04-30 11:40:13 -04:00
|
|
|
version = "1.0.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "73c485ca248200dfb850a64468a926321865cae0c450eaa7cdbe9ccf4ec49028"
|
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-05-13 11:20:15 -04:00
|
|
|
version = "0.3.59"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "4717cfcbfaa661a0fd48f8453951837ae7e8f81e481fbb136e3202d72805a744"
|
2020-11-23 13:40:55 -05:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
2021-04-30 11:40:13 -04:00
|
|
|
"cc",
|
2021-03-01 12:46:40 -05:00
|
|
|
"cfg-if",
|
2020-11-23 13:40:55 -05:00
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
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"
|
2021-04-30 11:40:13 -04:00
|
|
|
version = "0.19.5"
|
2020-11-10 20:35:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
|
2020-11-10 20:35:17 -05:00
|
|
|
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-05-03 19:16:39 -04:00
|
|
|
version = "0.2.16"
|
2019-07-13 21:52:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-03 19:16:39 -04:00
|
|
|
checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
|
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-05-31 21:59:24 -04:00
|
|
|
version = "3.7.0"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
2019-07-13 21:52:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-04-30 11:40:13 -04:00
|
|
|
version = "1.4.3"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2019-08-08 11:04:51 -04:00
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
2021-05-31 21:59:24 -04:00
|
|
|
version = "0.2.6"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "57cdfa5d50aad6cb4d44dcab6101a7f79925bd59d82ca42f38a9856a28865374"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
2021-04-30 11:40:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-05-31 21:59:24 -04:00
|
|
|
version = "1.0.68"
|
2021-04-30 11:40:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
|
2021-04-30 11:40:13 -04:00
|
|
|
|
2020-11-23 11:08:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
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"
|
2021-05-01 03:01:59 -04:00
|
|
|
version = "1.0.0"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 03:01:59 -04:00
|
|
|
checksum = "1ddd502dcea683adf4f900cbfe9e7ed6e658bb229ae903e2e20f070a99f19353"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"derive_more",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "0.4.0"
|
2019-10-28 12:01:22 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"codegenrs",
|
2021-06-30 11:12:17 -04:00
|
|
|
"dictgen",
|
2021-02-05 22:38:44 -05:00
|
|
|
"itertools 0.10.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"structopt",
|
|
|
|
"unicase",
|
2019-10-28 12:01:22 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "codespell-dict"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "0.4.0"
|
2019-10-28 12:01:22 -04:00
|
|
|
dependencies = [
|
2021-06-30 11:12:17 -04:00
|
|
|
"dictgen",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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-04-30 11:40:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "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"
|
2021-04-30 11:40:13 -04:00
|
|
|
version = "0.5.1"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-05-31 21:59:24 -04:00
|
|
|
version = "0.9.5"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
|
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-05-31 21:59:24 -04:00
|
|
|
version = "0.8.5"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
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
|
|
|
"lazy_static",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2021-04-30 11:40:13 -04:00
|
|
|
version = "1.1.6"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
|
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",
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-03-24 07:11:31 -04:00
|
|
|
"strsim 0.9.3",
|
2021-05-01 03:01:59 -04:00
|
|
|
"syn",
|
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-05-01 03:01:59 -04:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-08-07 09:20:18 -04:00
|
|
|
]
|
|
|
|
|
2020-03-02 10:38:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2021-05-31 21:59:24 -04:00
|
|
|
version = "0.99.14"
|
2020-03-02 10:38:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "5cc7b9cef1e351660e5443924e4f43ab25fbbed3e9a5f052df3677deb4d6b320"
|
2020-03-02 10:38:48 -05:00
|
|
|
dependencies = [
|
2021-04-30 11:40:13 -04:00
|
|
|
"convert_case",
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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",
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-03-02 10:38:48 -05:00
|
|
|
]
|
|
|
|
|
2021-06-30 11:12:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dictgen"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
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"
|
2021-05-13 11:20:15 -04:00
|
|
|
version = "0.7.1"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "a8672257d642ffdd235f6e9c723c2326ac1253c8f3c022e7cfd2e57da55b1131"
|
2020-04-07 20:50:06 -04:00
|
|
|
dependencies = [
|
|
|
|
"enumflags2_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2_derive"
|
2021-05-13 11:20:15 -04:00
|
|
|
version = "0.7.0"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "33526f770a27828ce7c2792fdb7cb240220237e0ff12933ed6c23957fc5dd7cf"
|
2020-04-07 20:50:06 -04:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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",
|
2021-05-03 19:16:39 -04:00
|
|
|
"humantime",
|
2020-11-10 20:35:17 -05:00
|
|
|
"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 = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"log",
|
|
|
|
"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-05-31 21:59:24 -04:00
|
|
|
version = "0.2.3"
|
2020-11-10 21:23:38 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
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"
|
2021-05-13 11:20:15 -04:00
|
|
|
version = "0.24.0"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
|
2020-11-23 13:40:55 -05:00
|
|
|
|
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-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-05-13 11:20:15 -04:00
|
|
|
version = "0.3.51"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
|
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-04-30 11:40:13 -04:00
|
|
|
version = "0.7.6"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
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-05-31 21:59:24 -04:00
|
|
|
version = "0.2.95"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36"
|
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
|
|
|
]
|
|
|
|
|
2021-04-07 22:10:27 -04:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-05-01 03:02:07 -04:00
|
|
|
version = "2.4.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 03:02:07 -04:00
|
|
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-05-31 21:59:24 -04:00
|
|
|
version = "0.6.4"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
|
2021-02-05 22:38:44 -05:00
|
|
|
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"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "0.4.0"
|
2019-10-28 15:33:48 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"codegenrs",
|
2021-06-30 11:12:17 -04:00
|
|
|
"dictgen",
|
2021-02-05 22:38:44 -05:00
|
|
|
"itertools 0.10.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"regex",
|
|
|
|
"structopt",
|
|
|
|
"unicase",
|
2019-10-28 15:33:48 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "misspell-dict"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "0.4.0"
|
2019-10-28 15:33:48 -04:00
|
|
|
dependencies = [
|
2021-06-30 11:12:17 -04:00
|
|
|
"dictgen",
|
2019-10-25 18:37:09 -04:00
|
|
|
"log",
|
|
|
|
"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-05-13 11:20:15 -04:00
|
|
|
version = "0.24.0"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
|
2020-11-23 13:40:55 -05:00
|
|
|
|
2020-11-09 20:27:25 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-04-30 11:40:13 -04:00
|
|
|
version = "1.7.2"
|
2020-11-09 20:27:25 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
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"
|
2021-05-31 21:59:24 -04:00
|
|
|
version = "2.3.0"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "96eaebe22d9f12429b1af6a0b5dd411ccfc5cb5968710abbb8c512046be9df90"
|
2020-11-23 13:40:55 -05:00
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2021-05-31 21:59:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
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"
|
2021-05-31 21:59:24 -04:00
|
|
|
version = "0.3.1"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a"
|
2021-02-05 22:38:44 -05:00
|
|
|
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-04-30 11:40:13 -04:00
|
|
|
version = "1.0.8"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df"
|
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",
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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 = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2019-10-25 18:37:09 -04:00
|
|
|
"version_check",
|
2019-10-05 09:30:30 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-05-31 21:59:24 -04:00
|
|
|
version = "1.0.27"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"unicode-xid",
|
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-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 = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
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 = [
|
2021-05-31 21:59:24 -04:00
|
|
|
"getrandom 0.2.3",
|
2021-02-04 22:40:07 -05:00
|
|
|
]
|
|
|
|
|
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"
|
2021-05-31 21:59:24 -04:00
|
|
|
version = "1.5.1"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2021-05-31 21:59:24 -04:00
|
|
|
version = "1.9.1"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-05-13 11:20:15 -04:00
|
|
|
version = "0.2.8"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
|
2021-02-04 22:40:07 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-05-13 11:20:15 -04:00
|
|
|
version = "1.5.4"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
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-05-03 19:16:39 -04:00
|
|
|
version = "0.6.25"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-03 19:16:39 -04:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
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"
|
2021-05-03 19:16:39 -04:00
|
|
|
version = "0.1.19"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-03 19:16:39 -04:00
|
|
|
checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce"
|
2020-11-23 13:40:55 -05:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2021-05-31 21:59:24 -04:00
|
|
|
version = "0.3.3"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
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"
|
2021-05-31 21:59:24 -04:00
|
|
|
version = "0.11.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
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"
|
2021-05-31 21:59:24 -04:00
|
|
|
version = "0.10.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-05-13 11:20:15 -04:00
|
|
|
version = "1.0.126"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
|
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-05-13 11:20:15 -04:00
|
|
|
version = "1.0.126"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
|
2019-01-23 09:33:51 -05:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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
|
|
|
]
|
|
|
|
|
2021-04-26 19:08:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "simdutf8"
|
2021-05-31 21:59:24 -04:00
|
|
|
version = "0.1.3"
|
2021-04-26 19:08:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "c970da16e7c682fa90a261cf0724dee241c9f7831635ecc4e988ae8f3b505559"
|
2021-04-26 19:08:52 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2021-04-30 11:40:13 -04:00
|
|
|
version = "0.3.5"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27"
|
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",
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2019-10-05 09:30:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-05-13 11:20:15 -04:00
|
|
|
version = "1.0.72"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
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-05-31 21:59:24 -04:00
|
|
|
version = "1.0.25"
|
2019-10-29 15:37:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6"
|
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-05-31 21:59:24 -04:00
|
|
|
version = "1.0.25"
|
2019-10-29 15:37:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 21:59:24 -04:00
|
|
|
checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d"
|
2019-10-29 15:37:48 -04:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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"
|
2021-04-30 11:40:13 -04:00
|
|
|
version = "1.2.1"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
2021-02-05 22:38:44 -05:00
|
|
|
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
|
|
|
|
2021-02-12 19:43:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
|
|
|
|
|
2019-07-03 21:22:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typos"
|
2021-06-29 16:05:18 -04:00
|
|
|
version = "0.7.0"
|
2019-07-03 21:22:36 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"anyhow",
|
2021-06-29 05:25:52 -04:00
|
|
|
"bstr",
|
2021-02-05 22:38:44 -05:00
|
|
|
"itertools 0.10.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"log",
|
2021-04-21 21:30:32 -04:00
|
|
|
"nom",
|
2020-11-09 20:27:25 -05:00
|
|
|
"once_cell",
|
2019-10-25 18:37:09 -04:00
|
|
|
"serde",
|
2021-04-26 19:08:52 -04:00
|
|
|
"simdutf8",
|
2019-10-25 18:37:09 -04:00
|
|
|
"thiserror",
|
|
|
|
"unicode-segmentation",
|
2021-05-01 03:01:59 -04:00
|
|
|
"unicode-xid",
|
2019-07-03 21:22:36 -04:00
|
|
|
]
|
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typos-cli"
|
2021-06-29 16:34:25 -04:00
|
|
|
version = "1.0.11"
|
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",
|
2021-05-28 20:02:01 -04:00
|
|
|
"assert_cmd",
|
2019-10-25 18:37:09 -04:00
|
|
|
"assert_fs",
|
2021-05-03 19:16:39 -04:00
|
|
|
"atty",
|
2019-10-25 18:37:09 -04:00
|
|
|
"bstr",
|
|
|
|
"clap",
|
|
|
|
"clap-verbosity-flag",
|
2020-12-30 20:41:08 -05:00
|
|
|
"content_inspector",
|
2021-02-05 22:38:44 -05:00
|
|
|
"criterion",
|
2021-05-01 03:01:59 -04:00
|
|
|
"derive_more",
|
2020-12-30 20:41:08 -05:00
|
|
|
"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",
|
2021-04-07 22:10:27 -04:00
|
|
|
"maplit",
|
2021-02-12 19:43:12 -05:00
|
|
|
"once_cell",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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",
|
2021-02-12 19:43:12 -05:00
|
|
|
"typed-arena",
|
2019-10-25 18:37:09 -04:00
|
|
|
"typos",
|
|
|
|
"typos-dict",
|
2020-05-27 21:46:41 -04:00
|
|
|
"typos-vars",
|
|
|
|
"unicase",
|
2020-12-30 20:41:08 -05:00
|
|
|
"unicode-segmentation",
|
2021-04-30 22:31:20 -04:00
|
|
|
"varcon-core",
|
2021-05-03 19:16:39 -04:00
|
|
|
"yansi",
|
2020-05-27 21:46:41 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typos-dict"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "0.5.0"
|
2020-05-27 21:46:41 -04:00
|
|
|
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"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "1.3.0"
|
2019-08-08 11:24:50 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"codegenrs",
|
|
|
|
"csv",
|
2021-05-15 20:06:04 -04:00
|
|
|
"itertools 0.10.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "1.3.0"
|
2020-05-27 21:46:41 -04:00
|
|
|
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"
|
2021-06-05 15:39:37 -04:00
|
|
|
version = "0.6.0"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2021-06-30 11:12:17 -04:00
|
|
|
"dictgen",
|
2019-10-25 18:37:09 -04:00
|
|
|
"log",
|
|
|
|
"unicase",
|
2020-05-27 21:46:41 -04:00
|
|
|
"varcon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typos-vars-codegen"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "1.3.0"
|
2020-05-27 21:46:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"clap-verbosity-flag",
|
|
|
|
"codegenrs",
|
2021-06-30 11:12:17 -04:00
|
|
|
"dictgen",
|
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",
|
|
|
|
"structopt",
|
|
|
|
"typos",
|
|
|
|
"unicase",
|
|
|
|
"varcon",
|
|
|
|
"varcon-core",
|
2019-10-05 09:30:30 -04:00
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2021-05-31 21:59:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
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]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "unicode-xid"
|
2021-04-21 21:30:32 -04:00
|
|
|
version = "0.2.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 21:30:32 -04:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
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-05-31 21:59:24 -04:00
|
|
|
"getrandom 0.2.3",
|
2020-11-23 13:40:55 -05:00
|
|
|
]
|
|
|
|
|
2020-05-27 21:47:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "varcon"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "0.5.0"
|
2020-05-27 21:47:36 -04:00
|
|
|
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"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "1.3.0"
|
2020-04-07 20:50:06 -04:00
|
|
|
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"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "2.1.0"
|
2020-04-07 20:50:06 -04:00
|
|
|
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"
|
2021-04-30 11:40:13 -04:00
|
|
|
version = "0.9.3"
|
2019-04-17 09:30:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2019-04-17 09:30:17 -04:00
|
|
|
|
2021-05-28 20:02:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-04-30 11:40:13 -04:00
|
|
|
version = "2.3.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 11:40:13 -04:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
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-05-13 11:20:15 -04:00
|
|
|
version = "0.2.74"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
|
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-05-13 11:20:15 -04:00
|
|
|
version = "0.2.74"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-02-05 22:38:44 -05:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-05-13 11:20:15 -04:00
|
|
|
version = "0.2.74"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"quote",
|
2021-02-05 22:38:44 -05:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-05-13 11:20:15 -04:00
|
|
|
version = "0.2.74"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2021-05-01 03:01:59 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-02-05 22:38:44 -05:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-05-13 11:20:15 -04:00
|
|
|
version = "0.2.74"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-05-13 11:20:15 -04:00
|
|
|
version = "0.3.51"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 11:20:15 -04:00
|
|
|
checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
|
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"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "0.4.0"
|
2019-10-28 15:39:59 -04:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"codegenrs",
|
2021-06-30 11:12:17 -04:00
|
|
|
"dictgen",
|
2021-02-05 22:38:44 -05:00
|
|
|
"itertools 0.10.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"structopt",
|
|
|
|
"unicase",
|
2019-10-28 15:39:59 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wikipedia-dict"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "0.4.0"
|
2019-10-28 15:39:59 -04:00
|
|
|
dependencies = [
|
2021-06-30 11:12:17 -04:00
|
|
|
"dictgen",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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"
|
2021-05-03 19:16:39 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"
|