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-12-01 08:59:35 -05:00
|
|
|
version = "0.17.0"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
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-11-01 03:02:49 -04:00
|
|
|
version = "0.7.6"
|
2020-11-10 21:23:38 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-01 03:02:49 -04:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2020-11-10 21:23:38 -05:00
|
|
|
dependencies = [
|
2021-07-01 09:27:45 -04:00
|
|
|
"getrandom",
|
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-09-01 08:13:35 -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-09-01 08:13:35 -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"
|
2021-12-01 02:02:30 -05:00
|
|
|
version = "0.12.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 02:02:30 -05:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
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"
|
2022-02-01 02:03:07 -05:00
|
|
|
version = "1.0.53"
|
2019-10-29 13:36:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 02:03:07 -05:00
|
|
|
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
|
2019-10-29 13:36:50 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "assert_fs"
|
2021-11-01 03:02:54 -04:00
|
|
|
version = "1.0.6"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-01 03:02:54 -04:00
|
|
|
checksum = "633ff1df0788db09e2087fb93d05974e93acb886ac3aec4e67be1d6932e360e4"
|
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-12-01 08:59:35 -05:00
|
|
|
version = "0.3.63"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"
|
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"
|
2021-09-01 08:13:35 -04:00
|
|
|
version = "1.3.2"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 08:13:35 -04:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
2019-07-13 21:52:24 -04:00
|
|
|
name = "bstr"
|
2021-10-01 09:29:05 -04:00
|
|
|
version = "0.2.17"
|
2019-07-13 21:52:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 09:29:05 -04:00
|
|
|
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
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-12-01 08:59:35 -05:00
|
|
|
version = "3.8.0"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
2021-07-30 12:35:28 -04:00
|
|
|
version = "0.2.7"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-30 12:35:28 -04:00
|
|
|
checksum = "4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
2021-12-01 02:02:57 -05:00
|
|
|
"rustc_version",
|
2021-02-05 22:38:44 -05:00
|
|
|
]
|
|
|
|
|
2021-04-30 11:40:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-12-01 08:59:35 -05:00
|
|
|
version = "1.0.72"
|
2021-04-30 11:40:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
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"
|
2021-12-01 02:02:30 -05:00
|
|
|
version = "2.34.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 02:02:30 -05:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
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",
|
2021-12-06 16:36:23 -05:00
|
|
|
"textwrap 0.11.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2021-12-06 16:36:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-02-01 02:02:33 -05:00
|
|
|
version = "3.0.13"
|
2021-12-06 16:36:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 02:02:33 -05:00
|
|
|
checksum = "08799f92c961c7a1cf0cc398a9073da99e21ce388b46372c37f3191f2f3eed3e"
|
2021-12-06 16:36:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"clap_derive",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"os_str_bytes",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"termcolor",
|
|
|
|
"textwrap 0.14.2",
|
|
|
|
]
|
|
|
|
|
2019-07-19 23:45:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap-verbosity-flag"
|
2021-09-01 08:13:35 -04:00
|
|
|
version = "0.3.2"
|
2019-07-19 23:45:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 08:13:35 -04:00
|
|
|
checksum = "82234dd749fbce1abf053e6b51a57fabec14a88a46ee65c20ad3220931d054c3"
|
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
|
|
|
]
|
|
|
|
|
2021-12-06 16:36:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clap-verbosity-flag"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb1281ab1a7abc0f415a57cf6bc1f46282957ce0c5f2b3fe6b98ff3adf8e29b3"
|
|
|
|
dependencies = [
|
2022-02-01 02:02:33 -05:00
|
|
|
"clap 3.0.13",
|
2021-12-06 16:36:23 -05:00
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1b9752c030a14235a0bd5ef3ad60a1dcac8468c30921327fc8af36b20c790b9"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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-07-30 12:35:28 -04:00
|
|
|
"itertools",
|
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
|
|
|
]
|
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
2022-01-24 10:31:25 -05:00
|
|
|
version = "4.6.3"
|
2021-11-08 12:20:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 10:31:25 -05:00
|
|
|
checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062"
|
2021-11-08 12:20:27 -05:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-01-11 16:55:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "concolor"
|
|
|
|
version = "0.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "015267563b1df20adccdd00cb05257b1dfbea70a04928e9cf88ffb850c1a40af"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"concolor-query 0.0.5",
|
|
|
|
]
|
|
|
|
|
2021-10-06 11:08:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "concolor-clap"
|
2022-01-11 16:55:20 -05:00
|
|
|
version = "0.0.8"
|
2021-10-06 11:08:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 16:55:20 -05:00
|
|
|
checksum = "059a1172876f3c1a3a23247d9d79efaaaf2f27f40a776e54db820be8386be32a"
|
2021-10-06 11:08:42 -04:00
|
|
|
dependencies = [
|
2022-02-01 02:02:33 -05:00
|
|
|
"clap 3.0.13",
|
2022-01-11 16:55:20 -05:00
|
|
|
"concolor",
|
2021-10-06 11:08:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "concolor-control"
|
|
|
|
version = "0.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7104119c2f80d887239879d0c50e033cd40eac9a3f3561e0684ba7d5d654f4da"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2022-01-11 16:55:20 -05:00
|
|
|
"concolor-query 0.0.4",
|
2021-10-06 11:08:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "concolor-query"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad159cc964ac8f9d407cbc0aa44b02436c054b541f2b4b5f06972e1efdc54bc7"
|
|
|
|
|
2022-01-11 16:55:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "concolor-query"
|
|
|
|
version = "0.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6417fe6fc03a8b533fd2177742eeb39a90c7233eedec7bac96d4d6b69a09449"
|
|
|
|
|
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"
|
2021-07-30 12:35:28 -04:00
|
|
|
version = "0.3.5"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-30 12:35:28 -04:00
|
|
|
checksum = "1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"cast",
|
2021-12-06 16:36:23 -05:00
|
|
|
"clap 2.34.0",
|
2021-02-05 22:38:44 -05:00
|
|
|
"criterion-plot",
|
|
|
|
"csv",
|
2021-07-30 12:35:28 -04:00
|
|
|
"itertools",
|
2021-02-05 22:38:44 -05:00
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
2021-07-30 12:35:28 -04:00
|
|
|
version = "0.4.4"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-30 12:35:28 -04:00
|
|
|
checksum = "d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"cast",
|
2021-07-30 12:35:28 -04:00
|
|
|
"itertools",
|
2021-02-05 22:38:44 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2021-09-01 08:13:35 -04:00
|
|
|
version = "0.8.1"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 08:13:35 -04:00
|
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
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-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",
|
2021-12-14 16:21:15 -05:00
|
|
|
"itoa 0.4.8",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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-12-01 02:02:57 -05:00
|
|
|
version = "0.99.17"
|
2020-03-02 10:38:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 02:02:57 -05:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
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",
|
2021-12-01 02:02:57 -05:00
|
|
|
"rustc_version",
|
2021-05-01 03:01:59 -04:00
|
|
|
"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"
|
2021-12-14 13:58:03 -05:00
|
|
|
version = "0.2.1"
|
2021-06-30 11:12:17 -04:00
|
|
|
dependencies = [
|
2021-09-01 07:38:52 -04:00
|
|
|
"phf",
|
2021-07-01 11:39:27 -04:00
|
|
|
"phf_codegen",
|
2021-09-01 07:38:52 -04:00
|
|
|
"phf_shared",
|
2021-06-30 11:12:17 -04:00
|
|
|
"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"
|
2022-01-01 02:06:05 -05:00
|
|
|
version = "0.7.3"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-01 02:06:05 -05:00
|
|
|
checksum = "a25c90b056b3f84111cf183cbeddef0d3a0bbe9a674f057e1a1533c315f24def"
|
2020-04-07 20:50:06 -04:00
|
|
|
dependencies = [
|
|
|
|
"enumflags2_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2_derive"
|
2022-01-01 02:06:05 -05:00
|
|
|
version = "0.7.3"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-01 02:06:05 -05:00
|
|
|
checksum = "144ec79496cbab6f84fa125dc67be9264aef22eb8a28da8454d9c33f15108da4"
|
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"
|
2021-08-01 03:05:08 -04:00
|
|
|
version = "0.9.0"
|
2019-07-19 23:45:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-01 03:05:08 -04:00
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
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",
|
|
|
|
]
|
|
|
|
|
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 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-07-01 09:27:45 -04:00
|
|
|
"wasi",
|
2020-11-10 21:23:38 -05:00
|
|
|
]
|
|
|
|
|
2020-11-23 13:40:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2021-12-01 08:59:35 -05:00
|
|
|
version = "0.26.1"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
|
2020-11-23 13:40:55 -05:00
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2021-07-01 11:39:27 -04:00
|
|
|
version = "0.4.8"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 11:39:27 -04:00
|
|
|
checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
|
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"
|
2021-12-01 08:59:35 -05:00
|
|
|
version = "1.8.2"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-07-01 11:39:27 -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-07-01 11:39:27 -04:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
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-07-01 11:39:27 -04:00
|
|
|
version = "0.1.19"
|
2020-02-03 07:48:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 11:39:27 -04:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
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"
|
2021-08-01 03:05:08 -04:00
|
|
|
version = "2.1.0"
|
2019-07-19 23:45:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-01 03:05:08 -04:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2019-07-19 23:45:41 -04:00
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "humantime-serde"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac34a56cfd4acddb469cc7fff187ed5ac36f498ba085caf8bbc725e3ff474058"
|
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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"
|
2021-07-01 11:39:27 -04:00
|
|
|
version = "0.4.18"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 11:39:27 -04:00
|
|
|
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
|
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-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2019-01-23 09:33:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2021-12-14 16:21:15 -05:00
|
|
|
version = "0.10.3"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 16:21:15 -05:00
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
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"
|
2021-09-01 08:13:35 -04:00
|
|
|
version = "0.4.8"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 08:13:35 -04:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2019-01-23 09:33:51 -05:00
|
|
|
|
2021-12-14 16:21:15 -05:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-10-01 09:29:05 -04:00
|
|
|
version = "0.3.55"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 09:29:05 -04:00
|
|
|
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-03-01 13:25:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kstring"
|
2021-12-01 02:02:37 -05:00
|
|
|
version = "1.0.6"
|
2021-03-01 13:25:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 02:02:37 -05:00
|
|
|
checksum = "8b310ccceade8121d7d77fee406160e457c2f4e7c7982d589da3499bc7ea4526"
|
2021-03-01 13:25:51 -05:00
|
|
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-12-14 16:21:15 -05:00
|
|
|
version = "0.2.112"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 16:21:15 -05:00
|
|
|
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
|
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-09-01 08:13:35 -04:00
|
|
|
version = "2.4.1"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 08:13:35 -04:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
2021-02-05 22:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-12-14 16:21:15 -05:00
|
|
|
version = "0.6.5"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 16:21:15 -05:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-09-01 07:38:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
2021-12-01 08:59:35 -05:00
|
|
|
version = "0.2.1"
|
2021-09-01 07:38:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2021-09-01 07:38:52 -04:00
|
|
|
|
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-07-30 12:35:28 -04:00
|
|
|
"itertools",
|
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-12-01 08:59:35 -05:00
|
|
|
version = "7.1.0"
|
2020-04-07 20:50:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
|
2021-09-01 07:38:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
"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-12-01 08:59:35 -05:00
|
|
|
version = "0.27.1"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
|
2021-09-01 08:13:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2020-11-23 13:40:55 -05:00
|
|
|
|
2020-11-09 20:27:25 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-12-14 16:21:15 -05:00
|
|
|
version = "1.9.0"
|
2020-11-09 20:27:25 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 16:21:15 -05:00
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
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"
|
|
|
|
|
2021-11-10 17:09:00 -05:00
|
|
|
[[package]]
|
|
|
|
name = "os_pipe"
|
2022-01-01 02:06:18 -05:00
|
|
|
version = "1.0.0"
|
2021-11-10 17:09:00 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-01 02:06:18 -05:00
|
|
|
checksum = "0e3492ebca331b895fe23ed427dce2013d9b2e00c45964f12040b0db38b8ab27"
|
2021-11-10 17:09:00 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-12-06 16:36:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "6.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2021-12-14 16:21:15 -05:00
|
|
|
version = "0.10.1"
|
2021-07-01 11:39:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 16:21:15 -05:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
2021-07-01 11:39:27 -04:00
|
|
|
dependencies = [
|
2021-09-01 07:38:52 -04:00
|
|
|
"phf_shared",
|
2021-07-01 11:39:27 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2021-09-01 07:38:52 -04:00
|
|
|
version = "0.10.0"
|
2021-07-01 11:39:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 07:38:52 -04:00
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
2021-07-01 11:39:27 -04:00
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
2021-09-01 07:38:52 -04:00
|
|
|
"phf_shared",
|
2021-07-01 11:39:27 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2021-09-01 07:38:52 -04:00
|
|
|
version = "0.10.0"
|
2021-07-01 11:39:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 07:38:52 -04:00
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
2021-07-01 11:39:27 -04:00
|
|
|
dependencies = [
|
2021-09-01 07:38:52 -04:00
|
|
|
"phf_shared",
|
2021-07-01 11:39:27 -04:00
|
|
|
"rand",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2021-09-01 07:38:52 -04:00
|
|
|
version = "0.10.0"
|
2021-07-01 11:39:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 07:38:52 -04:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2021-07-01 11:39:27 -04:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
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"
|
2021-07-30 12:35:28 -04:00
|
|
|
version = "0.3.2"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-30 12:35:28 -04:00
|
|
|
checksum = "d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
2021-07-01 11:39:27 -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-07-01 11:39:27 -04:00
|
|
|
checksum = "521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
2019-08-08 11:04:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2021-12-01 08:59:35 -05:00
|
|
|
version = "0.2.15"
|
2019-08-08 11:04:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
|
2019-08-08 11:04:51 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2021-12-01 08:59:35 -05:00
|
|
|
version = "2.1.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "95e5a7689e456ab905c22c2b48225bb921aba7c8dfa58440d68ba13f6222a715"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2021-07-30 12:35:28 -04:00
|
|
|
"difflib",
|
|
|
|
"itertools",
|
2019-10-25 18:37:09 -04:00
|
|
|
"predicates-core",
|
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-12-01 08:59:35 -05:00
|
|
|
version = "1.0.4"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "338c7be2905b732ae3984a2f40032b5e94fd8f52505b186c7d4d68d193445df7"
|
2019-01-22 17:01:33 -05:00
|
|
|
dependencies = [
|
2019-10-25 18:37:09 -04:00
|
|
|
"predicates-core",
|
2021-12-01 08:59:35 -05:00
|
|
|
"termtree",
|
2019-01-22 17:01:33 -05:00
|
|
|
]
|
|
|
|
|
2020-11-16 21:02:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-exit"
|
2022-01-01 02:05:52 -05:00
|
|
|
version = "1.0.3"
|
2020-11-16 21:02:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-01 02:05:52 -05:00
|
|
|
checksum = "0da6bbc8ef87314d4f596ad9d02db375c3f2d77fba91067a6f6a5754fdc8cb49"
|
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-12-14 16:21:15 -05:00
|
|
|
version = "1.0.34"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 16:21:15 -05:00
|
|
|
checksum = "2f84e92c0f7c9d58328b85a78557813e4bd845130db68d7184635344399423b1"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-12-01 08:59:35 -05:00
|
|
|
version = "1.0.10"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
|
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
|
|
|
]
|
|
|
|
|
2021-02-04 22:40:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-07-01 11:39:27 -04:00
|
|
|
version = "0.8.4"
|
2021-02-04 22:40:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 11:39:27 -04:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2021-02-04 22:40:07 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-07-01 09:27:45 -04:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2021-02-04 22:40:07 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-07-01 11:39:27 -04:00
|
|
|
version = "0.3.1"
|
2021-02-04 22:40:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 11:39:27 -04:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-02-04 22:40:07 -05:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-07-01 09:27:45 -04:00
|
|
|
"rand_core",
|
2019-08-08 11:04:51 -04:00
|
|
|
]
|
|
|
|
|
2021-02-04 22:40:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-07-01 11:39:27 -04:00
|
|
|
version = "0.6.3"
|
2021-02-04 22:40:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 11:39:27 -04:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-02-04 22:40:07 -05:00
|
|
|
dependencies = [
|
2021-07-01 09:27:45 -04:00
|
|
|
"getrandom",
|
2021-02-04 22:40:07 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-07-01 11:39:27 -04:00
|
|
|
version = "0.3.1"
|
2021-02-04 22:40:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 11:39:27 -04:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2021-02-04 22:40:07 -05:00
|
|
|
dependencies = [
|
2021-07-01 09:27:45 -04:00
|
|
|
"rand_core",
|
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-09-01 08:13:35 -04:00
|
|
|
version = "0.2.10"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 08:13:35 -04:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-02-04 22:40:07 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-09-01 08:13:35 -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-09-01 08:13:35 -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"
|
2021-07-01 11:39:27 -04:00
|
|
|
version = "0.1.10"
|
2019-07-13 21:52:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 11:39:27 -04:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
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-09-01 08:13:35 -04:00
|
|
|
version = "0.1.21"
|
2020-11-23 13:40:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 08:13:35 -04:00
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
2020-11-23 13:40:55 -05:00
|
|
|
|
2021-07-30 12:35:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
2021-12-01 02:02:57 -05:00
|
|
|
"semver",
|
2020-02-03 07:48:55 -05:00
|
|
|
]
|
|
|
|
|
2019-08-08 11:24:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2021-12-14 16:21:15 -05:00
|
|
|
version = "1.0.9"
|
2019-08-08 11:24:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 16:21:15 -05:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
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"
|
|
|
|
|
2021-07-30 12:35:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2021-09-01 08:13:35 -04:00
|
|
|
version = "1.0.4"
|
2021-07-30 12:35:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 08:13:35 -04:00
|
|
|
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
|
2021-07-30 12:35:28 -04:00
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-02-01 02:02:55 -05:00
|
|
|
version = "1.0.136"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 02:02:55 -05:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
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"
|
2021-09-01 08:13:35 -04:00
|
|
|
version = "0.11.2"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-01 08:13:35 -04:00
|
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
2021-02-05 22:38:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-01-23 09:33:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-02-01 02:02:55 -05:00
|
|
|
version = "1.0.136"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 02:02:55 -05:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
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"
|
2022-02-01 02:02:48 -05:00
|
|
|
version = "1.0.78"
|
2019-01-23 09:33:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 02:02:48 -05:00
|
|
|
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
|
2019-01-23 09:33:51 -05:00
|
|
|
dependencies = [
|
2021-12-14 16:21:15 -05:00
|
|
|
"itoa 1.0.1",
|
2019-10-25 18:37:09 -04:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-01-23 09:33:51 -05:00
|
|
|
]
|
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
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-10-01 09:29:05 -04:00
|
|
|
version = "0.3.7"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 09:29:05 -04:00
|
|
|
checksum = "533494a8f9b724d33625ab53c6c4800f7cc445895924a8ef649222dcb76e938b"
|
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"
|
|
|
|
|
2021-12-06 16:36:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2019-01-22 17:01:33 -05:00
|
|
|
[[package]]
|
2019-10-05 09:30:30 -04:00
|
|
|
name = "structopt"
|
2021-11-01 03:02:36 -04:00
|
|
|
version = "0.3.25"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-01 03:02:36 -04:00
|
|
|
checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c"
|
2019-10-05 09:30:30 -04:00
|
|
|
dependencies = [
|
2021-12-06 16:36:23 -05:00
|
|
|
"clap 2.34.0",
|
2019-10-25 18:37:09 -04:00
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
2019-10-05 09:30:30 -04:00
|
|
|
]
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2021-11-01 03:02:36 -04:00
|
|
|
version = "0.4.18"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-01 03:02:36 -04:00
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
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-12-01 08:59:35 -05:00
|
|
|
version = "1.0.82"
|
2019-10-05 09:30:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 08:59:35 -05:00
|
|
|
checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
|
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
|
|
|
]
|
|
|
|
|
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-07-01 09:27:45 -04:00
|
|
|
"rand",
|
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
|
|
|
]
|
|
|
|
|
2021-12-01 08:59:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "termtree"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16"
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2021-12-06 16:36:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.14.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
|
|
|
|
|
2019-10-29 15:37:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-11-01 03:02:28 -04:00
|
|
|
version = "1.0.30"
|
2019-10-29 15:37:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-01 03:02:28 -04:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
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-11-01 03:02:28 -04:00
|
|
|
version = "1.0.30"
|
2019-10-29 15:37:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-01 03:02:28 -04:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
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
|
|
|
]
|
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2022-01-01 02:06:18 -05:00
|
|
|
version = "0.10.1"
|
2021-11-08 12:20:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-01 02:06:18 -05:00
|
|
|
checksum = "2782eb01c48f7f6f66d63bebe64dd8302dbf6bc0be0d65a85a1854d472e2dfa8"
|
2021-11-08 12:20:27 -05:00
|
|
|
dependencies = [
|
|
|
|
"combine",
|
|
|
|
"indexmap",
|
|
|
|
"itertools",
|
|
|
|
"kstring",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-01-24 10:31:25 -05:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2022-02-01 02:02:43 -05:00
|
|
|
version = "0.13.4"
|
2022-01-24 10:31:25 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 02:02:43 -05:00
|
|
|
checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b"
|
2022-01-24 10:31:25 -05:00
|
|
|
dependencies = [
|
|
|
|
"combine",
|
|
|
|
"indexmap",
|
|
|
|
"itertools",
|
|
|
|
"kstring",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-11-08 12:20:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "trycmd"
|
2022-01-01 02:06:18 -05:00
|
|
|
version = "0.8.3"
|
2021-11-08 12:20:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-01 02:06:18 -05:00
|
|
|
checksum = "e4a8fc99df11abc3ce63c8e2aa666ad3346df4e3893f65c8175c11361de9726d"
|
2021-11-08 12:20:27 -05:00
|
|
|
dependencies = [
|
|
|
|
"concolor-control",
|
|
|
|
"difflib",
|
|
|
|
"glob",
|
|
|
|
"humantime",
|
|
|
|
"humantime-serde",
|
|
|
|
"normalize-line-endings",
|
2021-11-10 17:09:00 -05:00
|
|
|
"os_pipe",
|
2021-11-08 12:20:27 -05:00
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
"shlex",
|
|
|
|
"tempfile",
|
2022-01-24 10:31:25 -05:00
|
|
|
"toml_edit 0.10.1",
|
2021-11-08 12:20:27 -05:00
|
|
|
"wait-timeout",
|
|
|
|
"walkdir",
|
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-01-26 15:32:31 -05:00
|
|
|
version = "0.8.5"
|
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-07-30 12:35:28 -04:00
|
|
|
"itertools",
|
2019-10-25 18:37:09 -04:00
|
|
|
"log",
|
2021-12-01 08:59:35 -05: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"
|
2022-01-26 15:32:31 -05:00
|
|
|
version = "1.3.9"
|
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",
|
2021-05-03 19:16:39 -04:00
|
|
|
"atty",
|
2019-10-25 18:37:09 -04:00
|
|
|
"bstr",
|
2022-02-01 02:02:33 -05:00
|
|
|
"clap 3.0.13",
|
2021-12-06 16:36:23 -05:00
|
|
|
"clap-verbosity-flag 0.4.0",
|
2022-01-11 16:55:20 -05:00
|
|
|
"concolor",
|
2021-10-06 11:08:42 -04:00
|
|
|
"concolor-clap",
|
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-08-01 03:05:08 -04:00
|
|
|
"env_logger",
|
2020-11-23 13:40:55 -05:00
|
|
|
"human-panic",
|
2019-10-25 18:37:09 -04:00
|
|
|
"ignore",
|
2021-07-30 12:35:28 -04:00
|
|
|
"itertools",
|
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",
|
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",
|
2022-02-01 02:02:43 -05:00
|
|
|
"toml_edit 0.13.4",
|
2021-11-08 12:20:27 -05:00
|
|
|
"trycmd",
|
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"
|
2022-01-21 11:39:27 -05:00
|
|
|
version = "0.7.2"
|
2020-05-27 21:46:41 -04:00
|
|
|
dependencies = [
|
2021-07-01 09:27:45 -04:00
|
|
|
"dictgen",
|
2020-05-27 21:46:41 -04:00
|
|
|
"log",
|
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-07-01 09:27:45 -04:00
|
|
|
"dictgen",
|
2021-07-30 12:35:28 -04:00
|
|
|
"itertools",
|
2019-10-25 18:37:09 -04:00
|
|
|
"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-07-30 12:35:28 -04:00
|
|
|
"itertools",
|
2020-05-27 21:46:41 -04:00
|
|
|
"structopt",
|
|
|
|
"unicase",
|
|
|
|
"varcon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typos-vars"
|
2021-12-14 13:58:03 -05:00
|
|
|
version = "0.8.1"
|
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 = [
|
2022-02-01 02:02:33 -05:00
|
|
|
"clap 3.0.13",
|
2021-12-06 16:36:23 -05:00
|
|
|
"clap-verbosity-flag 0.3.2",
|
2020-05-27 21:46:41 -04:00
|
|
|
"codegenrs",
|
2021-06-30 11:12:17 -04:00
|
|
|
"dictgen",
|
2021-08-01 03:05:08 -04:00
|
|
|
"env_logger",
|
2021-07-30 12:35:28 -04:00
|
|
|
"itertools",
|
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
|
|
|
|
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"
|
2021-07-30 12:35:28 -04:00
|
|
|
version = "1.8.0"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-30 12:35:28 -04:00
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2019-01-22 17:01:33 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-10-01 09:29:05 -04:00
|
|
|
version = "0.1.9"
|
2019-01-22 17:01:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 09:29:05 -04:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
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-07-01 09:27:45 -04:00
|
|
|
"getrandom",
|
2020-11-23 13:40:55 -05:00
|
|
|
]
|
|
|
|
|
2020-05-27 21:47:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "varcon"
|
2021-12-14 13:58:03 -05:00
|
|
|
version = "0.6.1"
|
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-12-14 13:58:03 -05:00
|
|
|
version = "2.2.1"
|
2020-04-07 20:50:06 -04:00
|
|
|
dependencies = [
|
2020-05-27 21:51:04 -04:00
|
|
|
"enumflags2",
|
2021-12-01 08:59:35 -05:00
|
|
|
"nom",
|
2020-04-07 20:50:06 -04:00
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
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-10-01 09:29:05 -04:00
|
|
|
version = "0.2.78"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 09:29:05 -04:00
|
|
|
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
|
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-10-01 09:29:05 -04:00
|
|
|
version = "0.2.78"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 09:29:05 -04:00
|
|
|
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
|
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-10-01 09:29:05 -04:00
|
|
|
version = "0.2.78"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 09:29:05 -04:00
|
|
|
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
|
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-10-01 09:29:05 -04:00
|
|
|
version = "0.2.78"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 09:29:05 -04:00
|
|
|
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
|
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-10-01 09:29:05 -04:00
|
|
|
version = "0.2.78"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 09:29:05 -04:00
|
|
|
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
|
2021-02-05 22:38:44 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-10-01 09:29:05 -04:00
|
|
|
version = "0.3.55"
|
2021-02-05 22:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 09:29:05 -04:00
|
|
|
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
|
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-07-30 12:35:28 -04:00
|
|
|
"itertools",
|
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
|
|
|
|
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"
|