2019-12-04 08:32:35 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2015-11-28 16:54:52 +00:00
|
|
|
[[package]]
|
2020-05-29 06:37:29 +00:00
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2015-11-28 16:54:52 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"winapi",
|
2019-12-04 08:32:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "attohttpc"
|
2021-02-22 15:19:19 +00:00
|
|
|
version = "0.16.3"
|
2019-12-04 08:32:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-22 15:19:19 +00:00
|
|
|
checksum = "fdb8867f378f33f78a811a8eb9bf108ad99430d7aad43315dd9319c827ef6247"
|
2019-12-04 08:32:35 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"url",
|
2020-12-28 05:48:59 +00:00
|
|
|
"wildmatch",
|
2015-11-28 16:54:52 +00:00
|
|
|
]
|
|
|
|
|
2020-05-29 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-05-29 06:37:29 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-05-29 06:37:29 +00:00
|
|
|
]
|
|
|
|
|
2020-12-20 00:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2021-02-03 21:44:31 +00:00
|
|
|
version = "0.13.0"
|
2020-12-20 00:40:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-03 21:44:31 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-12-20 00:40:32 +00:00
|
|
|
|
2016-06-30 08:05:37 +00:00
|
|
|
[[package]]
|
2019-02-15 21:42:13 +00:00
|
|
|
name = "bitflags"
|
2019-12-04 08:32:35 +00:00
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-12-04 08:32:35 +00:00
|
|
|
|
2020-12-20 00:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2019-12-04 08:32:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "boxfnonce"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "5988cb1d626264ac94100be357308f29ff7cbdd3b36bda27f450a4ee3f713426"
|
2019-12-04 08:32:35 +00:00
|
|
|
|
2021-01-28 21:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2021-02-17 20:18:36 +00:00
|
|
|
version = "0.2.15"
|
2021-01-28 21:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 20:18:36 +00:00
|
|
|
checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d"
|
2021-01-28 21:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-12-04 08:32:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-02-22 15:19:19 +00:00
|
|
|
version = "3.6.1"
|
2016-05-02 06:35:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-22 15:19:19 +00:00
|
|
|
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
|
2020-09-24 17:48:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-11 05:17:50 +00:00
|
|
|
version = "1.4.3"
|
2020-09-24 17:48:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-11 05:17:50 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2016-05-02 06:35:11 +00:00
|
|
|
|
2019-03-20 21:03:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-01-13 08:23:38 +00:00
|
|
|
version = "1.0.1"
|
2017-05-09 07:27:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-13 08:23:38 +00:00
|
|
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
2017-05-09 07:27:44 +00:00
|
|
|
|
2021-01-28 21:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
2021-04-12 17:47:17 +00:00
|
|
|
version = "0.2.4"
|
2017-05-09 07:27:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 17:47:17 +00:00
|
|
|
checksum = "8f566d1fbeb40ec78c78344e9983f46ff9eb4e944fa930ed01b7d72b72a37c11"
|
2021-01-28 21:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustc_version",
|
|
|
|
]
|
2017-05-09 07:27:44 +00:00
|
|
|
|
2016-08-10 09:34:13 +00:00
|
|
|
[[package]]
|
2019-12-04 08:32:35 +00:00
|
|
|
name = "cc"
|
2021-02-22 15:19:19 +00:00
|
|
|
version = "1.0.67"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-22 15:19:19 +00:00
|
|
|
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
2019-01-01 23:35:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-12-04 08:32:35 +00:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-01-01 23:35:14 +00:00
|
|
|
|
2020-12-19 22:34:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-04-12 17:47:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-05-29 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-09-24 17:48:13 +00:00
|
|
|
version = "2.33.3"
|
2020-05-29 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2020-05-29 06:37:29 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2020-05-29 06:37:29 +00:00
|
|
|
]
|
|
|
|
|
2021-02-13 23:09:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2021-03-15 05:27:35 +00:00
|
|
|
version = "0.14.1"
|
2021-02-13 23:09:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-15 05:27:35 +00:00
|
|
|
checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
|
2021-02-13 23:09:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"regex",
|
|
|
|
"terminal_size",
|
|
|
|
"unicode-width",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-12-20 00:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpuid-bool"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
|
|
|
|
|
2021-01-28 21:54:29 +00: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-12 17:47:17 +00:00
|
|
|
version = "0.5.1"
|
2021-01-28 21:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 17:47:17 +00:00
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
2021-01-28 21:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2021-03-26 07:16:23 +00:00
|
|
|
version = "0.9.3"
|
2021-01-28 21:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 07:16:23 +00:00
|
|
|
checksum = "2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12"
|
2021-01-28 21:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-03-26 07:16:23 +00:00
|
|
|
version = "0.8.3"
|
2021-01-28 21:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 07:16:23 +00:00
|
|
|
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
|
2021-01-28 21:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2021-03-26 07:16:23 +00:00
|
|
|
version = "1.1.6"
|
2021-01-28 21:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 07:16:23 +00:00
|
|
|
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
|
2021-01-28 21:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"csv-core",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2016-11-23 14:21:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "daemonize"
|
2019-12-04 08:32:35 +00:00
|
|
|
version = "0.4.1"
|
2016-11-23 14:21:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "70c24513e34f53b640819f0ac9f705b673fcf4006d7aab8778bee72ebfc89815"
|
2016-11-23 14:21:22 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"boxfnonce",
|
|
|
|
"libc",
|
2016-11-23 14:21:22 +00:00
|
|
|
]
|
|
|
|
|
2021-02-13 23:09:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dialoguer"
|
2021-03-15 05:27:35 +00:00
|
|
|
version = "0.8.0"
|
2021-02-13 23:09:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-15 05:27:35 +00:00
|
|
|
checksum = "c9dd058f8b65922819fabb4a41e7d1964e56344042c26efbccd465202c23fa0c"
|
2021-02-13 23:09:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"lazy_static",
|
|
|
|
"tempfile",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2020-12-20 00:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2019-01-01 23:35:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2021-04-05 17:01:40 +00:00
|
|
|
version = "0.4.8"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 17:01:40 +00:00
|
|
|
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
2019-01-01 23:35:14 +00:00
|
|
|
|
2021-01-28 21:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-28 21:54:29 +00:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2019-01-01 23:35:14 +00:00
|
|
|
|
2021-02-13 23:09:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2016-03-29 08:45:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-28 06:59:00 +00:00
|
|
|
version = "1.0.7"
|
2016-03-29 08:45:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-07-08 10:32:02 +00:00
|
|
|
|
2020-11-07 11:34:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-02-22 15:19:19 +00:00
|
|
|
version = "1.0.1"
|
2020-11-07 11:34:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-22 15:19:19 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-11-07 11:34:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-12-20 00:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2019-12-04 08:32:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-01-23 19:29:15 +00:00
|
|
|
version = "0.2.2"
|
2019-12-04 08:32:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-23 19:29:15 +00:00
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
2019-12-04 08:32:35 +00:00
|
|
|
dependencies = [
|
2021-01-13 08:23:38 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-12-19 22:34:17 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-28 21:54:29 +00:00
|
|
|
name = "half"
|
|
|
|
version = "1.7.1"
|
2020-12-19 22:34:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-28 21:54:29 +00:00
|
|
|
checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
|
2019-12-04 08:32:35 +00:00
|
|
|
|
2020-05-29 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-01-13 08:23:38 +00:00
|
|
|
version = "0.3.2"
|
2020-05-29 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-13 08:23:38 +00:00
|
|
|
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
|
2020-05-29 06:37:29 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"unicode-segmentation",
|
2020-05-29 06:37:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-01-23 19:29:15 +00:00
|
|
|
version = "0.1.18"
|
2020-05-29 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-23 19:29:15 +00:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-05-29 06:37:29 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"libc",
|
2020-05-29 06:37:29 +00:00
|
|
|
]
|
|
|
|
|
2016-08-10 09:34:13 +00:00
|
|
|
[[package]]
|
2019-03-20 21:03:41 +00:00
|
|
|
name = "http"
|
2021-04-12 17:47:17 +00:00
|
|
|
version = "0.2.4"
|
2016-08-10 09:34:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 17:47:17 +00:00
|
|
|
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
|
2016-08-10 09:34:13 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2016-08-10 09:34:13 +00:00
|
|
|
]
|
|
|
|
|
2020-12-20 00:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2021-04-12 17:47:17 +00:00
|
|
|
version = "1.3.6"
|
2020-12-20 00:40:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 17:47:17 +00:00
|
|
|
checksum = "bc35c995b9d93ec174cf9a27d425c7892722101e14993cd227fdb51d70cf9589"
|
2020-12-20 00:40:32 +00:00
|
|
|
|
2021-02-08 09:06:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iai"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71a816c97c42258aa5834d07590b718b4c9a598944cd39a52dc25b351185d678"
|
|
|
|
|
2016-08-10 09:34:13 +00:00
|
|
|
[[package]]
|
2019-02-15 21:42:13 +00:00
|
|
|
name = "idna"
|
2021-02-22 15:19:19 +00:00
|
|
|
version = "0.2.2"
|
2016-08-10 09:34:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-22 15:19:19 +00:00
|
|
|
checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21"
|
2016-08-10 09:34:13 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2016-08-10 09:34:13 +00:00
|
|
|
]
|
|
|
|
|
2015-11-28 16:54:52 +00:00
|
|
|
[[package]]
|
2019-02-15 21:42:13 +00:00
|
|
|
name = "igd"
|
2020-12-28 05:48:59 +00:00
|
|
|
version = "0.12.0"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-28 05:48:59 +00:00
|
|
|
checksum = "4c4e7ee8b51e541486d7040883fe1f00e2a9954bcc24fd155b7e4f03ed4b93dd"
|
2015-11-28 16:54:52 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"attohttpc",
|
|
|
|
"log",
|
2021-01-13 05:27:12 +00:00
|
|
|
"rand",
|
2020-09-24 17:48:13 +00:00
|
|
|
"url",
|
|
|
|
"xmltree",
|
2019-03-20 21:03:41 +00:00
|
|
|
]
|
|
|
|
|
2020-12-20 00:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "input_buffer"
|
2021-02-03 21:44:31 +00:00
|
|
|
version = "0.4.0"
|
2020-12-20 00:40:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-03 21:44:31 +00:00
|
|
|
checksum = "f97967975f448f1a7ddb12b0bc41069d09ed6a1c161a92687e057325db35d413"
|
2020-12-20 00:40:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
]
|
|
|
|
|
2021-01-28 21:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2019-03-20 21:03:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-01-13 08:23:38 +00:00
|
|
|
version = "0.4.7"
|
2019-12-04 08:32:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-13 08:23:38 +00:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2019-12-04 08:32:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-04-05 17:01:40 +00:00
|
|
|
version = "0.3.50"
|
2016-08-10 09:34:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 17:01:40 +00:00
|
|
|
checksum = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c"
|
2019-12-04 08:32:35 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"wasm-bindgen",
|
2019-12-04 08:32:35 +00:00
|
|
|
]
|
2016-08-10 09:34:13 +00:00
|
|
|
|
2016-08-05 06:40:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-12-04 08:32:35 +00:00
|
|
|
version = "1.4.0"
|
2016-08-05 06:40:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2016-08-05 06:40:02 +00:00
|
|
|
|
2017-07-22 14:34:20 +00:00
|
|
|
[[package]]
|
2019-01-01 23:35:14 +00:00
|
|
|
name = "libc"
|
2021-06-14 05:44:28 +00:00
|
|
|
version = "0.2.97"
|
2017-07-22 14:34:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-14 05:44:28 +00:00
|
|
|
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
|
2017-07-22 14:34:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2021-01-13 08:23:38 +00:00
|
|
|
version = "0.5.4"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-13 08:23:38 +00:00
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
2015-11-28 16:54:52 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-02-15 21:42:13 +00:00
|
|
|
name = "log"
|
2021-01-27 05:28:44 +00:00
|
|
|
version = "0.4.14"
|
2016-08-10 09:34:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-27 05:28:44 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2019-01-01 23:35:14 +00:00
|
|
|
dependencies = [
|
2021-01-27 05:28:44 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-07-08 10:32:02 +00:00
|
|
|
]
|
|
|
|
|
2015-11-28 16:54:52 +00:00
|
|
|
[[package]]
|
2019-02-15 21:42:13 +00:00
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2015-11-28 16:54:52 +00:00
|
|
|
|
2021-01-28 21:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-04-05 17:01:40 +00:00
|
|
|
version = "0.6.3"
|
2021-01-28 21:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 17:01:40 +00:00
|
|
|
checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d"
|
2021-01-28 21:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2015-11-28 16:54:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2019-12-04 08:32:35 +00:00
|
|
|
version = "0.14.1"
|
2016-03-29 08:45:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
|
2016-03-29 08:45:54 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2020-12-19 22:34:17 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-09-24 17:48:13 +00:00
|
|
|
"libc",
|
|
|
|
"void",
|
2016-03-29 08:45:54 +00:00
|
|
|
]
|
|
|
|
|
2019-12-06 07:54:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2020-12-19 22:34:17 +00:00
|
|
|
version = "0.19.1"
|
2019-12-06 07:54:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-19 22:34:17 +00:00
|
|
|
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
|
2019-12-06 07:54:27 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2020-12-19 22:34:17 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-24 17:48:13 +00:00
|
|
|
"libc",
|
2019-12-06 07:54:27 +00:00
|
|
|
]
|
|
|
|
|
2021-04-12 17:47:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-01-28 21:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-05-07 08:41:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-03-26 07:16:23 +00:00
|
|
|
version = "1.7.2"
|
2020-05-07 08:41:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 07:16:23 +00:00
|
|
|
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
2020-05-07 08:41:10 +00:00
|
|
|
|
2021-01-28 21:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
|
|
|
version = "11.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
|
|
|
2020-12-20 00:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2017-07-22 14:34:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2020-04-17 20:35:24 +00:00
|
|
|
version = "2.1.0"
|
2017-07-22 14:34:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2017-07-22 14:34:20 +00:00
|
|
|
|
2021-01-28 21:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45ca0ae5f169d0917a7c7f5a9c1a3d3d9598f18f529dd2b8373ed988efea307a"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"plotters-backend",
|
|
|
|
"plotters-svg",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-backend"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b07fffcddc1cb3a1de753caa4e4df03b79922ba43cf882acc1bdd7e8df9f4590"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b38a02e23bd9604b842a812063aec4ef702b57989c37b655254bb61c471ad211"
|
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
2019-12-04 08:32:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2020-11-03 17:49:35 +00:00
|
|
|
version = "0.2.10"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-03 17:49:35 +00:00
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
2015-11-28 16:54:52 +00:00
|
|
|
|
2019-12-06 07:54:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "privdrop"
|
2020-10-14 05:31:27 +00:00
|
|
|
version = "0.5.0"
|
2019-12-06 07:54:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 05:31:27 +00:00
|
|
|
checksum = "ebd4c2739642e70439d1c0d9545beec45c1e54128739b3cda29bf2c366028c87"
|
2019-12-06 07:54:27 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"libc",
|
2020-12-19 22:34:17 +00:00
|
|
|
"nix 0.19.1",
|
2019-12-06 07:54:27 +00:00
|
|
|
]
|
|
|
|
|
2020-05-29 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-09-24 17:48:13 +00:00
|
|
|
version = "1.0.4"
|
2020-05-29 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-05-29 06:37:29 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
2020-05-29 06:37:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-09-24 17:48:13 +00:00
|
|
|
version = "1.0.4"
|
2020-05-29 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-05-29 06:37:29 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2020-05-29 06:37:29 +00:00
|
|
|
]
|
|
|
|
|
2019-01-01 23:35:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-04-05 17:01:40 +00:00
|
|
|
version = "1.0.26"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 17:01:40 +00:00
|
|
|
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
|
2019-01-01 23:35:14 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"unicode-xid",
|
2019-01-01 23:35:14 +00:00
|
|
|
]
|
|
|
|
|
2017-07-22 14:34:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-02-17 20:18:36 +00:00
|
|
|
version = "1.0.9"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 20:18:36 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2019-01-01 23:35:14 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"proc-macro2",
|
2019-01-01 23:35:14 +00:00
|
|
|
]
|
2017-07-22 14:34:20 +00:00
|
|
|
|
2015-12-03 08:38:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-06-16 05:11:43 +00:00
|
|
|
version = "0.8.4"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 05:11:43 +00:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2019-01-01 23:35:14 +00:00
|
|
|
dependencies = [
|
2020-12-19 22:34:17 +00:00
|
|
|
"libc",
|
2021-01-13 05:27:12 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2020-12-19 22:34:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-01-13 05:27:12 +00:00
|
|
|
"rand_core",
|
2019-01-01 23:35:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-12-19 22:34:17 +00:00
|
|
|
name = "rand_core"
|
2021-02-17 20:18:36 +00:00
|
|
|
version = "0.6.2"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 20:18:36 +00:00
|
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
2019-01-01 23:35:14 +00:00
|
|
|
dependencies = [
|
2021-01-13 05:27:12 +00:00
|
|
|
"getrandom",
|
2020-12-19 22:34:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
|
|
|
dependencies = [
|
2021-01-13 05:27:12 +00:00
|
|
|
"rand_core",
|
2019-01-01 23:35:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-28 21:54:29 +00:00
|
|
|
name = "rayon"
|
|
|
|
version = "1.5.0"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-28 21:54:29 +00:00
|
|
|
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
2019-01-01 23:35:14 +00:00
|
|
|
dependencies = [
|
2021-01-28 21:54:29 +00:00
|
|
|
"autocfg",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2020-12-19 22:34:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-28 21:54:29 +00:00
|
|
|
name = "rayon-core"
|
|
|
|
version = "1.9.0"
|
2020-12-19 22:34:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-28 21:54:29 +00:00
|
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
2020-12-19 22:34:17 +00:00
|
|
|
dependencies = [
|
2021-01-28 21:54:29 +00:00
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
2019-01-01 23:35:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-05-04 05:11:23 +00:00
|
|
|
name = "redox_syscall"
|
2021-02-17 20:18:36 +00:00
|
|
|
version = "0.2.5"
|
2017-05-04 05:11:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 20:18:36 +00:00
|
|
|
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
|
2021-01-13 05:27:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2017-05-04 05:11:23 +00:00
|
|
|
|
2021-01-28 21:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-03-26 07:16:23 +00:00
|
|
|
version = "1.4.5"
|
2019-02-14 21:51:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 07:16:23 +00:00
|
|
|
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
|
2019-02-14 21:51:10 +00:00
|
|
|
dependencies = [
|
2021-01-28 21:54:29 +00:00
|
|
|
"regex-syntax",
|
2020-12-19 22:34:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-28 21:54:29 +00:00
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.9"
|
2020-12-19 22:34:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-28 21:54:29 +00:00
|
|
|
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
|
2020-12-19 22:34:17 +00:00
|
|
|
dependencies = [
|
2021-01-28 21:54:29 +00:00
|
|
|
"byteorder",
|
2019-02-14 21:51:10 +00:00
|
|
|
]
|
|
|
|
|
2017-05-04 05:11:23 +00:00
|
|
|
[[package]]
|
2021-01-28 21:54:29 +00:00
|
|
|
name = "regex-syntax"
|
2021-03-26 07:16:23 +00:00
|
|
|
version = "0.6.23"
|
2017-05-04 05:11:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 07:16:23 +00:00
|
|
|
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548"
|
2017-05-04 05:11:23 +00:00
|
|
|
|
2019-02-21 15:57:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-07-08 10:32:02 +00:00
|
|
|
version = "0.5.3"
|
2019-02-21 15:57:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2019-02-21 15:57:25 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"winapi",
|
2019-02-21 15:57:25 +00:00
|
|
|
]
|
|
|
|
|
2019-01-04 12:53:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-02-02 05:21:33 +00:00
|
|
|
version = "0.16.20"
|
2019-01-04 12:53:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-02 05:21:33 +00:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2019-01-04 12:53:12 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
2019-01-04 12:53:12 +00:00
|
|
|
]
|
|
|
|
|
2020-04-17 20:35:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2020-04-17 20:35:24 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"semver",
|
2020-04-17 20:35:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-06-03 15:42:43 +00:00
|
|
|
version = "1.0.5"
|
2020-04-17 20:35:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2020-07-08 10:32:02 +00:00
|
|
|
|
2021-01-28 21:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2020-04-17 20:35:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2020-04-17 20:35:24 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"semver-parser",
|
2020-04-17 20:35:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2020-04-17 20:35:24 +00:00
|
|
|
|
2019-01-01 23:35:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-05-13 05:16:36 +00:00
|
|
|
version = "1.0.126"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 05:16:36 +00:00
|
|
|
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
|
2021-01-26 17:30:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2019-01-01 23:35:14 +00:00
|
|
|
|
2021-01-28 21:54:29 +00: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-01 23:35:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-05-13 05:16:36 +00:00
|
|
|
version = "1.0.126"
|
2020-04-17 20:35:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 05:16:36 +00:00
|
|
|
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
|
2020-04-17 20:35:24 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-17 20:35:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-03-26 07:16:23 +00:00
|
|
|
version = "1.0.64"
|
2017-07-22 14:34:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 07:16:23 +00:00
|
|
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
2017-07-22 14:34:20 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2017-07-22 14:34:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2021-02-11 05:20:09 +00:00
|
|
|
version = "0.8.17"
|
2017-07-22 14:34:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-11 05:20:09 +00:00
|
|
|
checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23"
|
2017-07-22 14:34:20 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"dtoa",
|
|
|
|
"linked-hash-map",
|
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
2017-07-22 14:34:20 +00:00
|
|
|
]
|
|
|
|
|
2020-12-20 00:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2021-02-17 20:18:36 +00:00
|
|
|
version = "0.9.4"
|
2020-12-20 00:40:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 20:18:36 +00:00
|
|
|
checksum = "dfebf75d25bd900fd1e7d11501efab59bc846dbc76196839663e6637bba9f25f"
|
2020-12-20 00:40:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpuid-bool",
|
|
|
|
"digest",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
2015-11-28 16:54:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal"
|
2019-12-04 08:32:35 +00:00
|
|
|
version = "0.7.0"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "2f6ce83b159ab6984d2419f495134972b48754d13ff2e3f8c998339942b56ed9"
|
2015-11-28 16:54:52 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"libc",
|
|
|
|
"nix 0.14.1",
|
2015-11-28 16:54:52 +00:00
|
|
|
]
|
|
|
|
|
2016-11-23 10:37:09 +00:00
|
|
|
[[package]]
|
2020-09-24 17:48:13 +00:00
|
|
|
name = "smallvec"
|
2021-01-11 05:41:07 +00:00
|
|
|
version = "1.6.1"
|
2016-08-10 09:34:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 05:41:07 +00:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2016-08-10 09:34:13 +00:00
|
|
|
|
2019-12-04 08:32:35 +00:00
|
|
|
[[package]]
|
2020-04-17 20:35:24 +00:00
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
2016-05-02 06:35:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2017-07-22 14:34:20 +00:00
|
|
|
|
2019-01-01 23:35:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2020-05-29 06:37:29 +00:00
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-05-29 06:37:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2021-07-05 09:01:28 +00:00
|
|
|
version = "0.3.22"
|
2020-05-29 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 09:01:28 +00:00
|
|
|
checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71"
|
2020-05-29 06:37:29 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
2020-05-29 06:37:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2021-07-05 09:01:28 +00:00
|
|
|
version = "0.4.15"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 09:01:28 +00:00
|
|
|
checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10"
|
2020-05-29 06:37:29 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-05-29 06:37:29 +00:00
|
|
|
]
|
2019-01-01 23:35:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-04-12 17:47:17 +00:00
|
|
|
version = "1.0.69"
|
2017-07-22 14:34:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 17:47:17 +00:00
|
|
|
checksum = "48fe99c6bd8b1cc636890bcc071842de909d902c81ac7dab53ba33c421ab8ffb"
|
2017-07-22 14:34:20 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2016-05-02 06:35:11 +00:00
|
|
|
]
|
|
|
|
|
2020-05-29 06:37:29 +00:00
|
|
|
[[package]]
|
2020-09-24 17:48:13 +00:00
|
|
|
name = "tempfile"
|
2021-01-13 05:27:12 +00:00
|
|
|
version = "3.2.0"
|
2020-05-29 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-13 05:27:12 +00:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2020-05-29 06:37:29 +00:00
|
|
|
dependencies = [
|
2021-01-13 05:27:12 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-24 17:48:13 +00:00
|
|
|
"libc",
|
2021-01-13 05:27:12 +00:00
|
|
|
"rand",
|
2020-09-24 17:48:13 +00:00
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
2020-05-29 06:37:29 +00:00
|
|
|
]
|
|
|
|
|
2021-02-13 23:09:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86ca8ced750734db02076f44132d802af0b33b09942331f4459dde8636fd2406"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-02-21 15:57:25 +00:00
|
|
|
[[package]]
|
2020-09-24 17:48:13 +00:00
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
2019-02-21 15:57:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-02-21 15:57:25 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"unicode-width",
|
2019-02-21 15:57:25 +00:00
|
|
|
]
|
|
|
|
|
2016-05-02 06:35:11 +00:00
|
|
|
[[package]]
|
2020-09-24 17:48:13 +00:00
|
|
|
name = "thiserror"
|
2021-07-05 09:01:34 +00:00
|
|
|
version = "1.0.26"
|
2020-09-24 17:48:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 09:01:34 +00:00
|
|
|
checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"
|
2020-09-24 17:48:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-07-05 09:01:34 +00:00
|
|
|
version = "1.0.26"
|
2016-05-02 06:35:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 09:01:34 +00:00
|
|
|
checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"
|
2016-05-02 06:35:11 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2016-05-02 06:35:11 +00:00
|
|
|
]
|
|
|
|
|
2021-01-28 21:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
2021-03-26 07:16:23 +00:00
|
|
|
version = "1.2.1"
|
2021-01-28 21:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 07:16:23 +00:00
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
2021-01-28 21:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-07-08 10:32:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-04-05 17:01:40 +00:00
|
|
|
version = "1.2.0"
|
2020-07-08 10:32:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 17:01:40 +00:00
|
|
|
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
|
2020-11-28 22:37:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-07-08 10:32:02 +00:00
|
|
|
|
2020-12-20 00:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2021-02-09 07:24:05 +00:00
|
|
|
version = "0.13.0"
|
2020-12-20 00:40:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 07:24:05 +00:00
|
|
|
checksum = "5fe8dada8c1a3aeca77d6b51a4f1314e0f4b8e438b7b1b71e3ddaca8080e4093"
|
2020-12-20 00:40:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"input_buffer",
|
|
|
|
"log",
|
2021-02-03 21:44:31 +00:00
|
|
|
"rand",
|
2020-12-20 00:40:32 +00:00
|
|
|
"sha-1",
|
2021-02-09 07:24:05 +00:00
|
|
|
"thiserror",
|
2020-12-20 00:40:32 +00:00
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-03-26 07:16:23 +00:00
|
|
|
version = "1.13.0"
|
2020-12-20 00:40:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 07:16:23 +00:00
|
|
|
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
|
2020-12-20 00:40:32 +00:00
|
|
|
|
2017-05-04 05:11:23 +00:00
|
|
|
[[package]]
|
2019-02-15 21:42:13 +00:00
|
|
|
name = "unicode-bidi"
|
2021-04-12 17:47:17 +00:00
|
|
|
version = "0.3.5"
|
2016-08-10 09:34:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 17:47:17 +00:00
|
|
|
checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
|
2017-05-04 05:11:23 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"matches",
|
2019-01-01 23:35:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-02-15 21:42:13 +00:00
|
|
|
name = "unicode-normalization"
|
2021-02-17 20:18:36 +00:00
|
|
|
version = "0.1.17"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-17 20:18:36 +00:00
|
|
|
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
|
2019-01-01 23:35:14 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"tinyvec",
|
2017-05-04 05:11:23 +00:00
|
|
|
]
|
2016-08-10 09:34:13 +00:00
|
|
|
|
2020-05-29 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2020-11-28 22:37:28 +00:00
|
|
|
version = "1.7.1"
|
2020-05-29 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-28 22:37:28 +00:00
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
2020-05-29 06:37:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-07-08 10:32:02 +00:00
|
|
|
version = "0.1.8"
|
2020-05-29 06:37:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2020-05-29 06:37:29 +00:00
|
|
|
|
2016-08-10 09:34:13 +00:00
|
|
|
[[package]]
|
2019-01-01 23:35:14 +00:00
|
|
|
name = "unicode-xid"
|
2020-07-08 10:32:02 +00:00
|
|
|
version = "0.2.1"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2019-01-01 23:35:14 +00:00
|
|
|
|
2019-01-04 12:53:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2020-05-07 08:41:10 +00:00
|
|
|
version = "0.7.1"
|
2019-01-04 12:53:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2019-01-04 12:53:12 +00:00
|
|
|
|
2019-02-15 21:42:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-05-10 05:30:48 +00:00
|
|
|
version = "2.2.2"
|
2019-02-15 21:42:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 05:30:48 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2019-02-15 21:42:13 +00:00
|
|
|
dependencies = [
|
2020-11-07 11:34:51 +00:00
|
|
|
"form_urlencoded",
|
2020-09-24 17:48:13 +00:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2019-02-15 21:42:13 +00:00
|
|
|
]
|
|
|
|
|
2020-12-20 00:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
|
|
|
|
|
2020-05-29 06:37:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-05-29 06:37:29 +00:00
|
|
|
|
2020-05-07 08:41:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-03-26 07:16:23 +00:00
|
|
|
version = "0.9.3"
|
2020-05-07 08:41:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 07:16:23 +00:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-05-07 08:41:10 +00:00
|
|
|
|
2016-06-21 06:57:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2016-06-21 06:57:20 +00:00
|
|
|
|
2019-01-01 21:50:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vpncloud"
|
2021-04-06 10:28:31 +00:00
|
|
|
version = "2.2.0"
|
2019-01-01 21:50:04 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"byteorder",
|
2021-04-12 17:47:17 +00:00
|
|
|
"chrono",
|
2021-01-28 21:54:29 +00:00
|
|
|
"criterion",
|
2020-09-24 17:48:13 +00:00
|
|
|
"daemonize",
|
2021-02-13 23:09:11 +00:00
|
|
|
"dialoguer",
|
2020-09-24 17:48:13 +00:00
|
|
|
"fnv",
|
2021-02-08 09:06:47 +00:00
|
|
|
"iai",
|
2020-09-24 17:48:13 +00:00
|
|
|
"igd",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"privdrop",
|
2021-01-13 05:27:12 +00:00
|
|
|
"rand",
|
2020-09-24 17:48:13 +00:00
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_yaml",
|
|
|
|
"signal",
|
|
|
|
"smallvec",
|
|
|
|
"structopt",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2020-12-20 00:40:32 +00:00
|
|
|
"tungstenite",
|
|
|
|
"url",
|
2020-09-24 17:48:13 +00:00
|
|
|
"yaml-rust",
|
2019-01-01 23:35:14 +00:00
|
|
|
]
|
|
|
|
|
2021-01-28 21:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-03-26 07:16:23 +00:00
|
|
|
version = "2.3.2"
|
2021-01-28 21:54:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 07:16:23 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2021-01-28 21:54:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2019-03-20 21:03:41 +00:00
|
|
|
[[package]]
|
2019-12-04 08:32:35 +00:00
|
|
|
name = "wasi"
|
2021-02-03 21:44:31 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2019-12-04 08:32:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-03 21:44:31 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2019-12-04 08:32:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-04-05 17:01:40 +00:00
|
|
|
version = "0.2.73"
|
2019-12-04 08:32:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 17:01:40 +00:00
|
|
|
checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9"
|
2019-12-04 08:32:35 +00:00
|
|
|
dependencies = [
|
2020-12-19 22:34:17 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-24 17:48:13 +00:00
|
|
|
"wasm-bindgen-macro",
|
2019-12-04 08:32:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-04-05 17:01:40 +00:00
|
|
|
version = "0.2.73"
|
2019-12-04 08:32:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 17:01:40 +00:00
|
|
|
checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae"
|
2019-12-04 08:32:35 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
2019-12-04 08:32:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-04-05 17:01:40 +00:00
|
|
|
version = "0.2.73"
|
2019-12-04 08:32:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 17:01:40 +00:00
|
|
|
checksum = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f"
|
2019-12-04 08:32:35 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2019-12-04 08:32:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-04-05 17:01:40 +00:00
|
|
|
version = "0.2.73"
|
2019-12-04 08:32:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 17:01:40 +00:00
|
|
|
checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c"
|
2019-12-04 08:32:35 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2019-12-04 08:32:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-04-05 17:01:40 +00:00
|
|
|
version = "0.2.73"
|
2019-12-04 08:32:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 17:01:40 +00:00
|
|
|
checksum = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489"
|
2019-12-04 08:32:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-04-05 17:01:40 +00:00
|
|
|
version = "0.3.50"
|
2019-03-20 21:03:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 17:01:40 +00:00
|
|
|
checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be"
|
2019-12-04 08:32:35 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2019-12-04 08:32:35 +00:00
|
|
|
]
|
2019-03-20 21:03:41 +00:00
|
|
|
|
2020-12-28 05:48:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wildmatch"
|
2021-03-26 07:16:23 +00:00
|
|
|
version = "1.1.0"
|
2020-12-28 05:48:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 07:16:23 +00:00
|
|
|
checksum = "7f44b95f62d34113cf558c93511ac93027e03e9c29a60dd0fd70e6e025c7270a"
|
2020-12-28 05:48:59 +00:00
|
|
|
|
2019-01-01 23:35:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-08 10:32:02 +00:00
|
|
|
version = "0.3.9"
|
2019-01-01 23:35:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-01-01 23:35:14 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-01-01 23:35:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-01-01 23:35:14 +00:00
|
|
|
|
2021-01-28 21:54:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-01-01 23:35:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-01-01 23:35:14 +00:00
|
|
|
|
2016-08-10 09:34:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2020-05-07 08:41:10 +00:00
|
|
|
version = "0.8.3"
|
2016-08-10 09:34:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-24 17:48:13 +00:00
|
|
|
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
|
2016-08-10 09:34:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xmltree"
|
2020-11-28 22:37:28 +00:00
|
|
|
version = "0.10.2"
|
2016-08-10 09:34:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-28 22:37:28 +00:00
|
|
|
checksum = "d046fd42d4137234742eae0d05b4fb6fbdda9aed7c78e523ae890fd87c7e11dd"
|
2016-08-10 09:34:13 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"xml-rs",
|
2016-08-10 09:34:13 +00:00
|
|
|
]
|
|
|
|
|
2016-08-08 14:30:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2021-01-04 05:43:53 +00:00
|
|
|
version = "0.4.5"
|
2016-08-08 14:30:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 05:43:53 +00:00
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
2017-07-22 14:34:20 +00:00
|
|
|
dependencies = [
|
2020-09-24 17:48:13 +00:00
|
|
|
"linked-hash-map",
|
|
|
|
]
|
2021-02-13 23:09:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2021-03-15 05:27:35 +00:00
|
|
|
version = "1.2.0"
|
2021-02-13 23:09:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-15 05:27:35 +00:00
|
|
|
checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36"
|