2020-03-06 17:18:22 +08:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-09-18 17:07:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.4.7"
|
2020-09-18 17:07:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
|
2020-09-18 17:07:17 +08:00
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.7.18"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"memchr",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
2020-09-18 13:04:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2020-09-18 13:04:39 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"winapi 0.3.9",
|
2020-09-18 13:04:39 +08:00
|
|
|
]
|
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.0.40"
|
2020-06-21 14:31:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
2020-05-14 17:18:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-09-04 11:32:42 +08:00
|
|
|
version = "1.0.1"
|
2020-05-14 17:18:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-05-14 17:18:07 +08:00
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
2020-05-11 12:57:55 +08:00
|
|
|
|
2020-09-04 11:32:42 +08:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-12-01 03:00:28 +08:00
|
|
|
version = "0.13.0"
|
2020-09-04 11:32:42 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 03:00:28 +08:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-09-04 11:32:42 +08:00
|
|
|
|
2021-03-19 11:32:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.57.0"
|
2021-03-19 11:32:28 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d"
|
2021-03-19 11:32:28 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "3.6.1"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
|
2020-05-11 12:57:55 +08:00
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2020-09-04 11:32:42 +08:00
|
|
|
version = "0.5.6"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
2020-04-17 17:04:56 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.0.67"
|
2020-04-17 17:04:56 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
2020-04-17 17:04:56 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"jobserver",
|
2020-04-17 17:04:56 +08:00
|
|
|
]
|
|
|
|
|
2021-03-19 11:32:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
2021-03-19 11:32:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.2.0"
|
2021-03-19 11:32:28 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"
|
2021-03-19 11:32:28 +08:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2020-09-18 13:04:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.33.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2020-09-18 13:04:39 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2020-09-18 13:04:39 +08:00
|
|
|
]
|
|
|
|
|
2020-06-21 14:31:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "confy"
|
2020-10-31 14:33:25 +08:00
|
|
|
version = "0.4.1"
|
|
|
|
source = "git+https://github.com/open-trade/confy#27fa12941291b44ccd856aef4a5452c1eb646047"
|
2020-06-21 14:31:52 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"directories",
|
|
|
|
"serde",
|
|
|
|
"toml",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2021-04-10 10:56:58 +08:00
|
|
|
"core-foundation-sys",
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
2020-05-11 12:57:55 +08:00
|
|
|
|
2021-04-10 10:41:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cryptoxide"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46212f5d1792f89c3e866fb10636139464060110c568edd7f73ab5e9f736c26d"
|
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ct-logs"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"sct",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
2020-06-21 14:31:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c"
|
2020-06-21 14:31:52 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"dirs-sys",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "directories-next"
|
2020-10-31 14:33:25 +08:00
|
|
|
version = "2.0.0"
|
2020-06-21 14:31:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
|
2020-06-21 14:31:52 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
2020-10-31 14:33:25 +08:00
|
|
|
version = "2.0.0"
|
2020-06-21 14:31:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2020-06-21 14:31:52 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.6"
|
2020-06-21 14:31:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
|
2020-06-21 14:31:52 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi 0.3.9",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.1.2"
|
2020-06-21 14:31:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-06-21 14:31:52 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi 0.3.9",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
2020-09-18 17:07:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dlv-list"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.2.3"
|
2021-03-19 11:32:28 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "68df3f2b690c1b86e65ef7830956aededf3cb0a16f898f79b9a6f421a7b6211b"
|
2021-03-19 11:32:28 +08:00
|
|
|
dependencies = [
|
2021-05-15 14:06:22 +08:00
|
|
|
"rand 0.8.3",
|
2021-03-19 11:32:28 +08:00
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.8.3"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"atty",
|
2021-05-15 14:06:22 +08:00
|
|
|
"humantime",
|
2020-10-31 14:33:25 +08:00
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "err-derive"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "22deed3a8124cff5fa835713fa105621e43bbdc46690c3a6b68328a012d350d4"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.2.14"
|
2020-06-21 14:31:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
|
2020-06-21 14:31:52 +08:00
|
|
|
dependencies = [
|
2020-12-01 03:00:28 +08:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
2021-04-10 10:56:58 +08:00
|
|
|
"redox_syscall",
|
2020-10-31 14:33:25 +08:00
|
|
|
"winapi 0.3.9",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-06-21 14:31:52 +08:00
|
|
|
version = "1.0.7"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.15"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.15"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.15"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.15"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.15"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.15"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2021-05-15 14:06:22 +08:00
|
|
|
"autocfg",
|
2020-10-31 14:33:25 +08:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.15"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.15"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.15"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2021-05-15 14:06:22 +08:00
|
|
|
"autocfg",
|
2020-10-31 14:33:25 +08:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-05-15 14:06:22 +08:00
|
|
|
"pin-project-lite 0.2.6",
|
2020-10-31 14:33:25 +08:00
|
|
|
"pin-utils",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
|
|
|
"slab",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.1.16"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2021-05-15 14:06:22 +08:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
2021-05-04 20:42:13 +08:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
2020-04-17 17:04:56 +08:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2020-04-17 17:04:56 +08:00
|
|
|
|
2020-09-18 17:07:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2020-10-31 14:33:25 +08:00
|
|
|
version = "0.9.1"
|
2020-09-18 17:07:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
2020-09-18 17:07:17 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"ahash",
|
2020-09-18 17:07:17 +08:00
|
|
|
]
|
|
|
|
|
2020-03-07 23:24:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hbb_common"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"anyhow",
|
2021-04-10 10:56:58 +08:00
|
|
|
"bytes",
|
2020-10-31 14:33:25 +08:00
|
|
|
"confy",
|
|
|
|
"directories-next",
|
|
|
|
"dirs-next",
|
2021-05-15 14:06:22 +08:00
|
|
|
"env_logger",
|
2020-10-31 14:33:25 +08:00
|
|
|
"filetime",
|
|
|
|
"futures",
|
|
|
|
"futures-util",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mac_address",
|
|
|
|
"protobuf",
|
|
|
|
"protobuf-codegen-pure",
|
|
|
|
"quinn",
|
2021-05-04 20:42:13 +08:00
|
|
|
"rand 0.7.3",
|
2021-04-06 17:08:37 +08:00
|
|
|
"regex",
|
2020-10-31 14:33:25 +08:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"socket2",
|
|
|
|
"sodiumoxide",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"toml",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
"zstd",
|
2020-03-07 23:24:58 +08:00
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hbbs"
|
2021-05-11 20:28:43 +08:00
|
|
|
version = "1.1.4"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2021-04-08 18:59:57 +08:00
|
|
|
"base64 0.13.0",
|
2020-10-31 14:33:25 +08:00
|
|
|
"clap",
|
2021-04-10 10:41:27 +08:00
|
|
|
"cryptoxide",
|
2020-10-31 14:33:25 +08:00
|
|
|
"hbb_common",
|
|
|
|
"lazy_static",
|
2021-04-08 18:59:57 +08:00
|
|
|
"mac_address",
|
|
|
|
"machine-uid",
|
2021-04-10 10:56:58 +08:00
|
|
|
"minreq",
|
2021-05-04 20:42:13 +08:00
|
|
|
"rand 0.8.3",
|
2021-03-19 11:32:28 +08:00
|
|
|
"rocksdb",
|
2020-10-31 14:33:25 +08:00
|
|
|
"rust-ini",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2021-04-08 18:59:57 +08:00
|
|
|
"whoami",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.1.18"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "2.1.0"
|
2020-10-31 14:33:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
2020-05-15 03:16:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.4.7"
|
2020-05-15 03:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2020-05-15 03:16:46 +08:00
|
|
|
|
2020-04-17 17:04:56 +08:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.1.22"
|
2020-04-17 17:04:56 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
|
2020-04-17 17:04:56 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.51"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"wasm-bindgen",
|
2020-04-17 17:04:56 +08:00
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
2021-03-19 11:32:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.2.94"
|
2020-07-09 00:56:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
|
2020-07-09 00:56:30 +08:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-19 11:32:28 +08:00
|
|
|
name = "libloading"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.7.0"
|
2020-07-09 00:56:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
|
2021-03-19 11:32:28 +08:00
|
|
|
dependencies = [
|
2021-05-15 14:06:22 +08:00
|
|
|
"cfg-if 1.0.0",
|
2021-03-19 11:32:28 +08:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librocksdb-sys"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "6.17.3"
|
2021-03-19 11:32:28 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "5da125e1c0f22c7cae785982115523a0738728498547f415c9054cb17c7e89f9"
|
2020-07-09 00:56:30 +08:00
|
|
|
dependencies = [
|
2021-03-19 11:32:28 +08:00
|
|
|
"bindgen",
|
2020-10-31 14:33:25 +08:00
|
|
|
"cc",
|
2021-03-19 11:32:28 +08:00
|
|
|
"glob",
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
2020-05-14 17:18:07 +08:00
|
|
|
[[package]]
|
2021-03-19 11:32:28 +08:00
|
|
|
name = "libsodium-sys"
|
|
|
|
version = "0.2.6"
|
2020-05-14 17:18:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 11:32:28 +08:00
|
|
|
checksum = "a685b64f837b339074115f2e7f7b431ac73681d08d75b389db7498b8892b8a58"
|
2020-05-14 17:18:07 +08:00
|
|
|
dependencies = [
|
2021-03-19 11:32:28 +08:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2020-05-14 17:18:07 +08:00
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.4.14"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2021-05-15 14:06:22 +08:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
2020-06-21 14:31:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mac_address"
|
2020-10-31 14:33:25 +08:00
|
|
|
version = "1.1.1"
|
2020-06-21 14:31:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "6d9bb26482176bddeea173ceaa2acec85146d20cdcc631eafaf9d605d3d4fc23"
|
2020-06-21 14:31:52 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"nix",
|
|
|
|
"winapi 0.3.9",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
2021-04-08 18:59:57 +08:00
|
|
|
[[package]]
|
|
|
|
name = "machine-uid"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f1595709b0a7386bcd56ba34d250d626e5503917d05d32cdccddcd68603e212"
|
|
|
|
dependencies = [
|
2021-04-10 10:56:58 +08:00
|
|
|
"winreg",
|
2021-04-08 18:59:57 +08:00
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "2.4.0"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
2021-04-08 17:53:56 +08:00
|
|
|
[[package]]
|
2021-04-10 10:56:58 +08:00
|
|
|
name = "minreq"
|
|
|
|
version = "2.3.1"
|
2021-04-08 17:53:56 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 10:56:58 +08:00
|
|
|
checksum = "781e56f7d29192378f0a04948b1e6aec67ce561273b2dd26ac510bbe88d7be70"
|
2021-04-08 17:53:56 +08:00
|
|
|
dependencies = [
|
2021-04-10 10:56:58 +08:00
|
|
|
"punycode",
|
2021-04-08 17:53:56 +08:00
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.6.23"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2020-12-01 03:00:28 +08:00
|
|
|
"miow 0.2.2",
|
2020-10-31 14:33:25 +08:00
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio-named-pipes"
|
2020-07-09 00:56:30 +08:00
|
|
|
version = "0.1.7"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"log",
|
|
|
|
"mio",
|
2021-05-15 14:06:22 +08:00
|
|
|
"miow 0.3.7",
|
2020-10-31 14:33:25 +08:00
|
|
|
"winapi 0.3.9",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio-uds"
|
2020-05-11 12:57:55 +08:00
|
|
|
version = "0.6.8"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"iovec",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2020-12-01 03:00:28 +08:00
|
|
|
version = "0.2.2"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 03:00:28 +08:00
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.7"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"winapi 0.3.9",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.2.37"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
2020-06-21 14:31:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2020-12-01 03:00:28 +08:00
|
|
|
version = "0.19.1"
|
2020-06-21 14:31:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 03:00:28 +08:00
|
|
|
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
|
2020-06-21 14:31:52 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2020-12-01 03:00:28 +08:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
2021-03-19 11:32:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-05-11 12:57:55 +08:00
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.7.2"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
2020-05-11 12:57:55 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.1.4"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
2020-05-11 12:57:55 +08:00
|
|
|
|
2020-09-18 17:07:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-multimap"
|
2020-12-01 03:00:28 +08:00
|
|
|
version = "0.3.1"
|
2020-09-18 17:07:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 03:00:28 +08:00
|
|
|
checksum = "1c672c7ad9ec066e428c00eb917124a06f08db19e2584de982cc34b1f4c12485"
|
2020-09-18 17:07:17 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"dlv-list",
|
|
|
|
"hashbrown",
|
2020-09-18 17:07:17 +08:00
|
|
|
]
|
|
|
|
|
2020-05-14 17:18:07 +08:00
|
|
|
[[package]]
|
2021-03-19 11:32:28 +08:00
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
2020-05-14 17:18:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 11:32:28 +08:00
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
2020-05-14 17:18:07 +08:00
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.1.12"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
2020-12-01 03:00:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.2.6"
|
2020-12-01 03:00:28 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
|
2020-12-01 03:00:28 +08:00
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-05-11 12:57:55 +08:00
|
|
|
version = "0.1.0"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
2020-07-09 00:56:30 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-10-31 14:33:25 +08:00
|
|
|
version = "0.3.19"
|
2020-07-09 00:56:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
2020-07-09 00:56:30 +08:00
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
2020-05-11 12:57:55 +08:00
|
|
|
name = "ppv-lite86"
|
2020-12-01 03:00:28 +08:00
|
|
|
version = "0.2.10"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 03:00:28 +08:00
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
2020-05-11 12:57:55 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-09-04 11:32:42 +08:00
|
|
|
version = "1.0.4"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-09-04 11:32:42 +08:00
|
|
|
version = "1.0.4"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-10-31 14:33:25 +08:00
|
|
|
version = "0.5.19"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2020-05-11 12:57:55 +08:00
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.1.7"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
2020-06-21 14:31:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.0.26"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"unicode-xid",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
2020-04-21 23:49:31 +08:00
|
|
|
version = "3.0.0-pre"
|
2021-05-15 14:06:22 +08:00
|
|
|
source = "git+https://github.com/stepancheg/rust-protobuf#bbe35a98e196c4dea67dd23ac93c0a66ca11b903"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protobuf-codegen"
|
2020-04-21 23:49:31 +08:00
|
|
|
version = "3.0.0-pre"
|
2021-05-15 14:06:22 +08:00
|
|
|
source = "git+https://github.com/stepancheg/rust-protobuf#bbe35a98e196c4dea67dd23ac93c0a66ca11b903"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"protobuf",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protobuf-codegen-pure"
|
2020-04-21 23:49:31 +08:00
|
|
|
version = "3.0.0-pre"
|
2021-05-15 14:06:22 +08:00
|
|
|
source = "git+https://github.com/stepancheg/rust-protobuf#bbe35a98e196c4dea67dd23ac93c0a66ca11b903"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"protobuf",
|
|
|
|
"protobuf-codegen",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
2021-04-10 10:56:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "punycode"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
|
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quinn"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.6.2"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "8a626bb32aee973667aff87a9f5187bd076a78a09f79c262f78ab260b9ba0077"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2021-04-10 10:56:58 +08:00
|
|
|
"bytes",
|
2020-10-31 14:33:25 +08:00
|
|
|
"err-derive",
|
|
|
|
"futures",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"quinn-proto",
|
|
|
|
"rustls",
|
2021-05-15 14:06:22 +08:00
|
|
|
"socket2",
|
2020-10-31 14:33:25 +08:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"webpki",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-proto"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "f0ea0a358c179c6b7af34805c675d1664a9c6a234a7acd7efdbb32d2f39d3d2a"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2021-04-10 10:56:58 +08:00
|
|
|
"bytes",
|
2020-10-31 14:33:25 +08:00
|
|
|
"ct-logs",
|
|
|
|
"err-derive",
|
2021-05-04 20:42:13 +08:00
|
|
|
"rand 0.7.3",
|
2020-10-31 14:33:25 +08:00
|
|
|
"ring",
|
|
|
|
"rustls",
|
|
|
|
"rustls-native-certs",
|
|
|
|
"slab",
|
|
|
|
"tracing",
|
|
|
|
"webpki",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
2020-06-21 14:31:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.0.9"
|
2020-06-21 14:31:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2020-06-21 14:31:52 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"proc-macro2",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2021-05-15 14:06:22 +08:00
|
|
|
"getrandom 0.1.16",
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
2021-05-04 20:42:13 +08:00
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc 0.2.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.0",
|
|
|
|
"rand_core 0.6.2",
|
|
|
|
"rand_hc 0.3.0",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"ppv-lite86",
|
2021-05-04 20:42:13 +08:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.6.2",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2021-05-15 14:06:22 +08:00
|
|
|
"getrandom 0.1.16",
|
2021-05-04 20:42:13 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.2",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2021-05-04 20:42:13 +08:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.6.2",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.2.8"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-03-06 17:18:22 +08:00
|
|
|
|
2020-06-21 14:31:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.4.0"
|
2020-06-21 14:31:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
2020-06-21 14:31:52 +08:00
|
|
|
dependencies = [
|
2021-05-15 14:06:22 +08:00
|
|
|
"getrandom 0.2.2",
|
2021-04-10 10:56:58 +08:00
|
|
|
"redox_syscall",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.5.4"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.6.25"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2020-05-11 12:57:55 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.16.20"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi 0.3.9",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
2021-03-19 11:32:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rocksdb"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23d83c02c429044d58474eaf5ae31e062d0de894e21125b47437ec0edc1397e6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"librocksdb-sys",
|
|
|
|
]
|
|
|
|
|
2020-09-18 17:07:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rust-ini"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.16.1"
|
2020-09-18 17:07:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "55b134767a87e0b086f73a4ce569ac9ce7d202f39c8eab6caa266e2617e73ac6"
|
2020-09-18 17:07:17 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"ordered-multimap",
|
2020-09-18 17:07:17 +08:00
|
|
|
]
|
|
|
|
|
2021-03-19 11:32:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"base64 0.11.0",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "a75ffeb84a6bd9d014713119542ce415db3a3e4748f0bfce1e1416cd224a23a5"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"openssl-probe",
|
|
|
|
"rustls",
|
|
|
|
"schannel",
|
2021-04-10 10:56:58 +08:00
|
|
|
"security-framework",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.0.5"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
|
2020-05-11 12:57:55 +08:00
|
|
|
|
2020-05-15 03:16:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-06-21 14:31:52 +08:00
|
|
|
version = "1.0.5"
|
2020-05-15 03:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2020-05-15 03:16:46 +08:00
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"lazy_static",
|
|
|
|
"winapi 0.3.9",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.6.1"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
|
|
|
version = "0.4.4"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"bitflags",
|
2021-04-10 10:56:58 +08:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
2021-04-10 10:56:58 +08:00
|
|
|
"security-framework-sys",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2021-04-10 10:56:58 +08:00
|
|
|
"core-foundation-sys",
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
2020-05-15 03:16:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.0.126"
|
2020-05-15 03:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
|
2020-05-15 03:16:46 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.0.126"
|
2020-05-15 03:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
|
2020-05-15 03:16:46 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-05-15 03:16:46 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.0.64"
|
2020-05-15 03:16:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
2020-05-15 03:16:46 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-05-15 03:16:46 +08:00
|
|
|
]
|
|
|
|
|
2021-03-19 11:32:28 +08:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.3.0"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.4.3"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.19"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-12-01 03:00:28 +08:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2020-07-09 00:56:30 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sodiumoxide"
|
2020-09-04 11:32:42 +08:00
|
|
|
version = "0.2.6"
|
2020-07-09 00:56:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "7038b67c941e23501573cb7242ffb08709abe9b11eb74bceff875bbda024a6a8"
|
2020-07-09 00:56:30 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
|
|
|
"libsodium-sys",
|
|
|
|
"serde",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2020-05-11 12:57:55 +08:00
|
|
|
|
2020-09-18 13:04:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-09-18 13:04:39 +08:00
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.0.72"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2020-06-21 14:31:52 +08:00
|
|
|
version = "0.12.4"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
2020-07-09 00:56:30 +08:00
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2020-12-01 03:00:28 +08:00
|
|
|
version = "1.1.2"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 03:00:28 +08:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"winapi-util",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
2020-09-18 13:04:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-09-18 13:04:39 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"unicode-width",
|
2020-09-18 13:04:39 +08:00
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.2.25"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2021-04-10 10:56:58 +08:00
|
|
|
"bytes",
|
2020-10-31 14:33:25 +08:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"iovec",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"mio-named-pipes",
|
|
|
|
"mio-uds",
|
|
|
|
"num_cpus",
|
2021-05-15 14:06:22 +08:00
|
|
|
"pin-project-lite 0.1.12",
|
2020-10-31 14:33:25 +08:00
|
|
|
"signal-hook-registry",
|
|
|
|
"slab",
|
|
|
|
"tokio-macros",
|
|
|
|
"winapi 0.3.9",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2020-12-01 03:00:28 +08:00
|
|
|
version = "0.2.6"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 03:00:28 +08:00
|
|
|
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2020-05-11 12:57:55 +08:00
|
|
|
version = "0.3.1"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2021-04-10 10:56:58 +08:00
|
|
|
"bytes",
|
2020-10-31 14:33:25 +08:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2021-05-15 14:06:22 +08:00
|
|
|
"pin-project-lite 0.1.12",
|
2020-10-31 14:33:25 +08:00
|
|
|
"tokio",
|
2020-06-21 14:31:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.5.8"
|
2020-06-21 14:31:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2020-06-21 14:31:52 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"serde",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.1.26"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-12-01 03:00:28 +08:00
|
|
|
"cfg-if 1.0.0",
|
2021-05-15 14:06:22 +08:00
|
|
|
"pin-project-lite 0.2.6",
|
2020-10-31 14:33:25 +08:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.1.15"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.1.18"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"lazy_static",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
2020-09-18 13:04:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2020-09-18 13:04:39 +08:00
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.2.2"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2020-05-11 12:57:55 +08:00
|
|
|
|
2020-09-18 13:04:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-09-18 13:04:39 +08:00
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.9.3"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-06-21 14:31:52 +08:00
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2020-05-11 12:57:55 +08:00
|
|
|
|
2021-05-04 20:42:13 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
|
|
2020-05-11 12:57:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.2.74"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2021-05-15 14:06:22 +08:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-31 14:33:25 +08:00
|
|
|
"wasm-bindgen-macro",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.2.74"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.2.74"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.2.74"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.2.74"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
|
2020-05-11 12:57:55 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.3.51"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.21.4"
|
2020-05-11 12:57:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
2020-05-11 12:57:55 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2020-05-11 12:57:55 +08:00
|
|
|
]
|
|
|
|
|
2021-04-08 18:59:57 +08:00
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7884773ab69074615cb8f8425d0e53f11710786158704fca70f53e71b0e05504"
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-09 00:56:30 +08:00
|
|
|
version = "0.3.9"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-05-11 12:57:55 +08:00
|
|
|
version = "0.1.5"
|
2020-03-06 17:18:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"winapi 0.3.9",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2020-03-06 17:18:22 +08:00
|
|
|
|
2021-04-08 18:59:57 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
|
2021-04-08 17:53:56 +08:00
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-03-06 17:18:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:33:25 +08:00
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2020-03-06 17:18:22 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2020-03-06 17:18:22 +08:00
|
|
|
]
|
|
|
|
|
2020-04-17 17:04:56 +08:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "0.8.1+zstd.1.5.0"
|
2020-04-17 17:04:56 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "357d6bb1bd9c6f6a55a5a15c74d01260b272f724dc60cc829b86ebd2172ac5ef"
|
2020-04-17 17:04:56 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"zstd-safe",
|
2020-04-17 17:04:56 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "4.1.0+zstd.1.5.0"
|
2020-04-17 17:04:56 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "d30375f78e185ca4c91930f42ea2c0162f9aa29737032501f93b79266d985ae7"
|
2020-04-17 17:04:56 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
2020-04-17 17:04:56 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2021-05-15 14:06:22 +08:00
|
|
|
version = "1.6.0+zstd.1.5.0"
|
2020-04-17 17:04:56 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-15 14:06:22 +08:00
|
|
|
checksum = "2141bed8922b427761470e6bbfeff255da94fa20b0bbeab0d9297fcaf71e3aa7"
|
2020-04-17 17:04:56 +08:00
|
|
|
dependencies = [
|
2020-10-31 14:33:25 +08:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|