hickory-dns/Cargo.lock

2194 lines
51 KiB
Plaintext
Raw Normal View History

2019-10-27 01:24:15 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "addr2line"
2021-02-18 10:09:36 +00:00
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
2020-10-24 20:35:22 +00:00
[[package]]
name = "ahash"
2020-12-25 02:49:11 +00:00
version = "0.4.7"
2020-10-24 20:35:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
2020-10-24 20:35:22 +00:00
2019-01-19 20:42:54 +00:00
[[package]]
name = "aho-corasick"
2020-11-10 00:52:27 +00:00
version = "0.7.15"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
2019-01-19 20:42:54 +00:00
dependencies = [
"memchr",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2019-01-19 20:42:54 +00:00
dependencies = [
2020-11-09 21:38:29 +00:00
"winapi",
2019-01-19 20:42:54 +00:00
]
2020-04-10 21:57:29 +00:00
[[package]]
name = "async-attributes"
2021-02-18 10:09:36 +00:00
version = "1.1.2"
2020-04-10 21:57:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
2020-04-10 21:57:29 +00:00
dependencies = [
"quote",
"syn",
2020-04-10 21:57:29 +00:00
]
[[package]]
name = "async-channel"
2021-02-18 10:09:36 +00:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146"
dependencies = [
2020-10-24 20:35:22 +00:00
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"once_cell",
"vec-arena",
]
[[package]]
name = "async-global-executor"
2021-02-18 06:02:38 +00:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 06:02:38 +00:00
checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
dependencies = [
2021-02-18 06:02:38 +00:00
"async-channel",
"async-executor",
"async-io",
2021-02-18 06:02:38 +00:00
"async-mutex",
"blocking",
"futures-lite",
"num_cpus",
"once_cell",
]
[[package]]
name = "async-io"
2020-12-25 02:49:11 +00:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"
dependencies = [
"concurrent-queue",
"fastrand",
"futures-lite",
2020-10-24 20:35:22 +00:00
"libc",
"log",
"nb-connect",
"once_cell",
"parking",
"polling",
"vec-arena",
"waker-fn",
2020-11-09 21:38:29 +00:00
"winapi",
]
2021-02-18 06:02:38 +00:00
[[package]]
name = "async-lock"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1996609732bde4a9988bc42125f55f2af5f3c36370e27c778d5191a4a1b63bfb"
dependencies = [
"event-listener",
]
[[package]]
name = "async-mutex"
2020-10-24 20:35:22 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
dependencies = [
"event-listener",
]
[[package]]
name = "async-std"
2021-02-18 06:02:38 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 06:02:38 +00:00
checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"
dependencies = [
"async-attributes",
2020-12-25 02:49:11 +00:00
"async-channel",
"async-global-executor",
"async-io",
2021-02-18 06:02:38 +00:00
"async-lock",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
"futures-lite",
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"num_cpus",
"once_cell",
2020-12-25 02:49:11 +00:00
"pin-project-lite",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
2020-04-10 21:57:29 +00:00
[[package]]
name = "async-std-resolver"
2020-12-29 03:21:46 +00:00
version = "0.20.0"
2020-04-10 21:57:29 +00:00
dependencies = [
"async-std",
"async-trait",
"futures-io",
"futures-util",
"pin-utils",
"trust-dns-resolver",
2020-04-10 21:57:29 +00:00
]
[[package]]
name = "async-task"
2020-10-24 20:35:22 +00:00
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
[[package]]
name = "async-trait"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
2019-01-19 20:42:54 +00:00
[[package]]
name = "atty"
version = "0.2.14"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2019-01-19 20:42:54 +00:00
dependencies = [
"hermit-abi",
"libc",
2020-11-09 21:38:29 +00:00
"winapi",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "autocfg"
2020-09-16 18:16:48 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-16 18:16:48 +00:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2019-01-19 20:42:54 +00:00
[[package]]
name = "backtrace"
2021-02-18 10:09:36 +00:00
version = "0.3.56"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
2019-01-19 20:42:54 +00:00
dependencies = [
"addr2line",
2020-10-24 20:35:22 +00:00
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2019-01-19 20:42:54 +00:00
[[package]]
name = "bitflags"
2019-10-26 22:43:37 +00:00
version = "1.2.1"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-01-19 20:42:54 +00:00
2020-06-19 17:04:04 +00:00
[[package]]
name = "blocking"
2020-10-24 20:35:22 +00:00
version = "1.0.2"
2020-06-19 17:04:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
2020-06-19 17:04:04 +00:00
dependencies = [
"async-channel",
2020-10-24 20:35:22 +00:00
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
2020-06-19 17:04:04 +00:00
"once_cell",
]
[[package]]
name = "bumpalo"
2021-02-18 10:09:36 +00:00
version = "3.6.1"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
2019-01-19 20:42:54 +00:00
2020-11-09 21:38:29 +00:00
[[package]]
name = "bytes"
2021-02-18 10:09:36 +00:00
version = "1.0.1"
2020-11-09 21:38:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
2020-11-09 21:38:29 +00:00
2020-06-19 17:04:04 +00:00
[[package]]
name = "cache-padded"
version = "1.1.1"
2020-06-19 17:04:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
2020-06-19 17:04:04 +00:00
2019-01-19 20:42:54 +00:00
[[package]]
name = "cc"
2021-02-18 10:09:36 +00:00
version = "1.0.67"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
2019-01-19 20:42:54 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-01-19 20:42:54 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2019-01-19 20:42:54 +00:00
[[package]]
name = "chrono"
2020-10-24 20:35:22 +00:00
version = "0.4.19"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2019-01-19 20:42:54 +00:00
dependencies = [
2020-10-24 20:35:22 +00:00
"libc",
"num-integer",
"num-traits",
"time",
2020-11-09 21:38:29 +00:00
"winapi",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "clap"
version = "2.33.3"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2019-01-19 20:42:54 +00:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2019-01-19 20:42:54 +00:00
]
2020-06-19 17:04:04 +00:00
[[package]]
name = "concurrent-queue"
version = "1.2.2"
2020-06-19 17:04:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
2020-06-19 17:04:04 +00:00
dependencies = [
"cache-padded",
]
2020-09-17 19:33:11 +00:00
[[package]]
name = "console"
version = "0.14.0"
2020-09-17 19:33:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cc80946b3480f421c2f17ed1cb841753a371c7c5104f51d507e13f532c856aa"
2020-09-17 19:33:11 +00:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"unicode-width",
2020-11-09 21:38:29 +00:00
"winapi",
2020-09-17 19:33:11 +00:00
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "core-foundation"
2020-11-10 00:52:27 +00:00
version = "0.9.1"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
2019-01-19 20:42:54 +00:00
dependencies = [
"core-foundation-sys",
"libc",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "core-foundation-sys"
2020-11-10 00:52:27 +00:00
version = "0.8.2"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
2019-01-19 20:42:54 +00:00
[[package]]
name = "crossbeam-utils"
2021-02-18 10:09:36 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "bae8f328835f8f5a6ceb6a7842a7f2d0c03692adb5c889347235d59194731fe3"
dependencies = [
"autocfg",
2020-11-10 00:52:27 +00:00
"cfg-if 1.0.0",
"lazy_static",
2021-02-18 10:09:36 +00:00
"loom",
]
[[package]]
name = "ctor"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"
dependencies = [
"quote",
"syn",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "data-encoding"
2021-02-18 10:09:36 +00:00
version = "2.3.2"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
2019-01-19 20:42:54 +00:00
2020-09-17 19:33:11 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2019-01-19 20:42:54 +00:00
[[package]]
name = "endian-type"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
2019-01-19 20:42:54 +00:00
[[package]]
name = "enum-as-inner"
version = "0.3.3"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"
2019-01-19 20:42:54 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "env_logger"
2021-02-18 10:09:36 +00:00
version = "0.8.3"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
2019-01-19 20:42:54 +00:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "event-listener"
2020-10-24 20:35:22 +00:00
version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
2019-04-06 16:42:49 +00:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
2019-04-06 16:42:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2019-04-06 16:42:49 +00:00
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2019-04-06 16:42:49 +00:00
2020-06-19 17:04:04 +00:00
[[package]]
name = "fastrand"
2020-10-24 20:35:22 +00:00
version = "1.4.0"
2020-06-19 17:04:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
dependencies = [
"instant",
]
2020-06-19 17:04:04 +00:00
2019-01-19 20:42:54 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-01-19 20:42:54 +00:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2019-01-19 20:42:54 +00:00
dependencies = [
"foreign-types-shared",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2019-01-19 20:42:54 +00:00
2020-11-10 00:52:27 +00:00
[[package]]
name = "form_urlencoded"
2021-02-18 10:09:36 +00:00
version = "1.0.1"
2020-11-10 00:52:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2020-11-10 00:52:27 +00:00
dependencies = [
"matches",
"percent-encoding",
]
[[package]]
name = "futures"
2021-02-18 10:09:36 +00:00
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2021-02-18 10:09:36 +00:00
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2021-02-18 10:09:36 +00:00
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
[[package]]
name = "futures-executor"
2021-02-18 10:09:36 +00:00
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
"num_cpus",
]
[[package]]
name = "futures-io"
2021-02-18 10:09:36 +00:00
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
[[package]]
name = "futures-lite"
2020-12-25 02:49:11 +00:00
version = "1.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
2020-12-25 02:49:11 +00:00
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
2021-02-18 10:09:36 +00:00
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2021-02-18 10:09:36 +00:00
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
[[package]]
name = "futures-task"
2021-02-18 10:09:36 +00:00
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
dependencies = [
"once_cell",
]
[[package]]
name = "futures-util"
2021-02-18 10:09:36 +00:00
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-02-18 10:09:36 +00:00
"pin-project-lite",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
2021-02-18 10:09:36 +00:00
name = "generator"
version = "0.6.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "a9fed24fd1e18827652b4d55652899a1e9da8e54d91624dc3437a5bc3a9f9a9c"
dependencies = [
2021-02-18 10:09:36 +00:00
"cc",
"libc",
2021-02-18 10:09:36 +00:00
"log",
"rustversion",
"winapi",
]
[[package]]
name = "getrandom"
2021-02-18 10:09:36 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
dependencies = [
2021-02-18 10:09:36 +00:00
"cfg-if 1.0.0",
"libc",
2021-02-18 10:09:36 +00:00
"wasi",
]
[[package]]
name = "gimli"
2020-11-09 21:38:29 +00:00
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 21:38:29 +00:00
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
[[package]]
name = "gloo-timers"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "h2"
version = "0.3.0"
2020-12-25 02:49:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5"
dependencies = [
2021-02-18 10:09:36 +00:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
2020-11-10 19:24:15 +00:00
"tokio",
"tokio-util",
"tracing",
2020-10-24 20:35:22 +00:00
"tracing-futures",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "hashbrown"
2020-10-24 20:35:22 +00:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
dependencies = [
"ahash",
]
[[package]]
name = "hashlink"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "d99cf782f0dc4372d26846bec3de7804ceb5df083c2d4462c0b8d2330e894fa8"
dependencies = [
"hashbrown",
]
[[package]]
name = "heck"
2020-12-25 02:49:11 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
2021-02-18 10:09:36 +00:00
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
dependencies = [
"libc",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "hostname"
version = "0.3.1"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
2019-01-19 20:42:54 +00:00
dependencies = [
"libc",
"match_cfg",
2020-11-09 21:38:29 +00:00
"winapi",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "http"
2021-02-18 10:09:36 +00:00
version = "0.2.3"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
2019-01-19 20:42:54 +00:00
dependencies = [
2021-02-18 10:09:36 +00:00
"bytes",
"fnv",
"itoa",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "humantime"
2021-02-18 10:09:36 +00:00
version = "2.1.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2019-01-19 20:42:54 +00:00
[[package]]
name = "idna"
2021-02-18 10:09:36 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "indexmap"
2020-12-25 02:49:11 +00:00
version = "1.6.1"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
2019-10-26 22:43:37 +00:00
dependencies = [
"autocfg",
"hashbrown",
2019-10-26 22:43:37 +00:00
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "instant"
2020-12-25 02:49:11 +00:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
dependencies = [
2020-10-24 20:35:22 +00:00
"cfg-if 1.0.0",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "ipconfig"
version = "0.2.2"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
2019-01-19 20:42:54 +00:00
dependencies = [
"socket2",
"widestring",
2020-11-09 21:38:29 +00:00
"winapi",
"winreg",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "ipnet"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
2019-01-19 20:42:54 +00:00
[[package]]
name = "itoa"
2021-02-18 10:09:36 +00:00
version = "0.4.7"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2019-01-19 20:42:54 +00:00
[[package]]
name = "js-sys"
2021-02-18 10:09:36 +00:00
version = "0.3.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
"log",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "lazy_static"
2019-09-06 14:00:02 +00:00
version = "1.4.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-01-19 20:42:54 +00:00
[[package]]
name = "libc"
2021-02-18 10:09:36 +00:00
version = "0.2.86"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
2019-01-19 20:42:54 +00:00
[[package]]
name = "libsqlite3-sys"
2020-10-24 20:35:22 +00:00
version = "0.20.1"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "64d31059f22935e6c31830db5249ba2b7ecd54fd73a9909286f0a67aa55c2fbd"
2019-01-19 20:42:54 +00:00
dependencies = [
"cc",
"pkg-config",
"vcpkg",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "linked-hash-map"
2021-02-18 10:09:36 +00:00
version = "0.5.4"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2019-01-19 20:42:54 +00:00
[[package]]
name = "lock_api"
2020-12-25 02:49:11 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
dependencies = [
"scopeguard",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "log"
2021-02-18 10:09:36 +00:00
version = "0.4.14"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2019-01-19 20:42:54 +00:00
dependencies = [
2021-02-18 10:09:36 +00:00
"cfg-if 1.0.0",
"value-bag",
]
[[package]]
name = "loom"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4"
dependencies = [
"cfg-if 1.0.0",
"generator",
"scoped-tls",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "lru-cache"
version = "0.1.2"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2019-01-19 20:42:54 +00:00
dependencies = [
"linked-hash-map",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2019-01-19 20:42:54 +00:00
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2019-01-19 20:42:54 +00:00
[[package]]
name = "memchr"
2020-11-09 21:38:29 +00:00
version = "2.3.4"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 21:38:29 +00:00
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2019-01-19 20:42:54 +00:00
[[package]]
name = "miniz_oxide"
2020-10-24 20:35:22 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
dependencies = [
"adler",
2020-09-16 18:16:48 +00:00
"autocfg",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "mio"
2021-02-18 10:09:36 +00:00
version = "0.7.8"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "dc250d6848c90d719ea2ce34546fb5df7af1d3fd189d10bf7bad80bfcebecd95"
2019-01-19 20:42:54 +00:00
dependencies = [
"libc",
"log",
"miow",
2020-11-09 21:38:29 +00:00
"ntapi",
"winapi",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "miow"
version = "0.3.6"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
2019-01-19 20:42:54 +00:00
dependencies = [
2020-11-09 21:38:29 +00:00
"socket2",
"winapi",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "native-tls"
2021-02-18 10:09:36 +00:00
version = "0.2.7"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
2019-01-19 20:42:54 +00:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "nb-connect"
2021-02-18 06:02:38 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 06:02:38 +00:00
checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f"
dependencies = [
"libc",
2021-02-18 06:02:38 +00:00
"socket2",
]
2019-01-19 20:42:54 +00:00
[[package]]
2020-11-09 21:38:29 +00:00
name = "nibble_vec"
version = "0.1.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 21:38:29 +00:00
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
2019-01-19 20:42:54 +00:00
dependencies = [
2020-11-09 21:38:29 +00:00
"smallvec",
2019-01-19 20:42:54 +00:00
]
[[package]]
2020-11-09 21:38:29 +00:00
name = "ntapi"
version = "0.3.6"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 21:38:29 +00:00
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
2020-11-09 21:38:29 +00:00
"winapi",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "num-integer"
2020-11-09 21:38:29 +00:00
version = "0.1.44"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 21:38:29 +00:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2019-01-19 20:42:54 +00:00
dependencies = [
"autocfg",
"num-traits",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "num-traits"
2020-11-09 21:38:29 +00:00
version = "0.2.14"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 21:38:29 +00:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2019-05-25 18:05:55 +00:00
dependencies = [
"autocfg",
2019-05-25 18:05:55 +00:00
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "num_cpus"
2020-04-27 16:37:34 +00:00
version = "1.13.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2019-01-19 20:42:54 +00:00
dependencies = [
"hermit-abi",
"libc",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "object"
2021-02-18 10:09:36 +00:00
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
[[package]]
name = "once_cell"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
2019-01-19 20:42:54 +00:00
[[package]]
name = "openssl"
2020-12-25 02:49:11 +00:00
version = "0.10.32"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70"
2019-01-19 20:42:54 +00:00
dependencies = [
"bitflags",
2020-12-25 02:49:11 +00:00
"cfg-if 1.0.0",
"foreign-types",
"lazy_static",
"libc",
"openssl-sys",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2019-01-19 20:42:54 +00:00
[[package]]
name = "openssl-sys"
2020-12-25 02:49:11 +00:00
version = "0.9.60"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
2019-01-19 20:42:54 +00:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2020-06-19 17:04:04 +00:00
[[package]]
name = "parking_lot"
2020-12-25 02:49:11 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2021-02-18 10:09:36 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
dependencies = [
2020-12-25 02:49:11 +00:00
"cfg-if 1.0.0",
"instant",
"libc",
"redox_syscall",
"smallvec",
2020-11-09 21:38:29 +00:00
"winapi",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "percent-encoding"
2019-08-11 06:06:42 +00:00
version = "2.1.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-01-19 20:42:54 +00:00
[[package]]
name = "pin-project"
2021-02-18 10:09:36 +00:00
version = "1.0.5"
2020-10-24 20:35:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
2020-10-24 20:35:22 +00:00
dependencies = [
2021-02-18 10:09:36 +00:00
"pin-project-internal",
2020-10-24 20:35:22 +00:00
]
[[package]]
name = "pin-project-internal"
2021-02-18 10:09:36 +00:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
2021-02-18 10:09:36 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
[[package]]
name = "pin-utils"
2020-04-27 16:37:34 +00:00
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2020-10-24 20:35:22 +00:00
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2019-01-19 20:42:54 +00:00
[[package]]
name = "polling"
2020-10-24 20:35:22 +00:00
version = "2.0.2"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
dependencies = [
"cfg-if 0.1.10",
"libc",
2020-09-16 18:16:48 +00:00
"log",
2020-10-24 20:35:22 +00:00
"wepoll-sys",
2020-11-09 21:38:29 +00:00
"winapi",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "ppv-lite86"
2020-11-10 00:52:27 +00:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2020-09-17 19:33:11 +00:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro-hack"
2020-11-09 21:38:29 +00:00
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 21:38:29 +00:00
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro-nested"
2021-02-18 10:09:36 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2019-09-06 14:00:02 +00:00
[[package]]
name = "proc-macro2"
2020-10-24 20:35:22 +00:00
version = "1.0.24"
2019-09-06 14:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2019-09-06 14:00:02 +00:00
dependencies = [
"unicode-xid",
2019-09-06 14:00:02 +00:00
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "quick-error"
version = "1.2.3"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2019-01-19 20:42:54 +00:00
2019-09-06 14:00:02 +00:00
[[package]]
name = "quote"
2021-02-18 10:09:36 +00:00
version = "1.0.9"
2019-09-06 14:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
2019-09-06 14:00:02 +00:00
dependencies = [
"proc-macro2",
2019-09-06 14:00:02 +00:00
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "radix_trie"
2020-10-24 20:35:22 +00:00
version = "0.2.1"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
2019-01-19 20:42:54 +00:00
dependencies = [
"endian-type",
"nibble_vec",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "rand"
2021-02-18 10:09:36 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
dependencies = [
"libc",
2021-02-18 10:09:36 +00:00
"rand_chacha",
"rand_core",
"rand_hc",
]
[[package]]
name = "rand_chacha"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
"ppv-lite86",
2021-02-18 10:09:36 +00:00
"rand_core",
]
[[package]]
name = "rand_core"
2021-02-18 06:02:38 +00:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 06:02:38 +00:00
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
2021-02-18 10:09:36 +00:00
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
2021-02-18 10:09:36 +00:00
"rand_core",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "redox_syscall"
2021-02-18 10:09:36 +00:00
version = "0.2.5"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
dependencies = [
"bitflags",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "regex"
2021-02-18 10:09:36 +00:00
version = "1.4.3"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
2019-01-19 20:42:54 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "regex-syntax"
2021-02-18 10:09:36 +00:00
version = "0.6.22"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
2019-01-19 20:42:54 +00:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2019-01-19 20:42:54 +00:00
dependencies = [
2020-11-09 21:38:29 +00:00
"winapi",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "resolv-conf"
2020-11-13 06:11:37 +00:00
version = "0.7.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-13 06:11:37 +00:00
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
2019-01-19 20:42:54 +00:00
dependencies = [
"hostname",
"quick-error",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "ring"
2021-02-18 10:09:36 +00:00
version = "0.16.20"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2019-01-19 20:42:54 +00:00
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
2020-11-09 21:38:29 +00:00
"winapi",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "rusqlite"
2020-12-25 02:49:11 +00:00
version = "0.24.2"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "d5f38ee71cbab2c827ec0ac24e76f82eca723cee92c509a65f67dee393c25112"
2019-01-19 20:42:54 +00:00
dependencies = [
"bitflags",
2020-09-16 18:11:55 +00:00
"chrono",
"fallible-iterator",
"fallible-streaming-iterator",
2020-10-24 20:35:22 +00:00
"hashlink",
"libsqlite3-sys",
"memchr",
"smallvec",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "rustc-demangle"
2020-10-24 20:35:22 +00:00
version = "0.1.18"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
2019-01-19 20:42:54 +00:00
[[package]]
name = "rustls"
version = "0.19.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b"
2019-01-19 20:42:54 +00:00
dependencies = [
"base64",
"log",
"ring",
"sct",
"webpki",
2019-01-19 20:42:54 +00:00
]
2021-02-18 10:09:36 +00:00
[[package]]
name = "rustversion"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
2019-01-19 20:42:54 +00:00
[[package]]
name = "schannel"
version = "0.1.19"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
2019-01-19 20:42:54 +00:00
dependencies = [
"lazy_static",
2020-11-09 21:38:29 +00:00
"winapi",
2019-01-19 20:42:54 +00:00
]
2021-02-18 10:09:36 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-01-19 20:42:54 +00:00
[[package]]
name = "sct"
version = "0.6.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
2019-01-19 20:42:54 +00:00
dependencies = [
"ring",
"untrusted",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "security-framework"
2020-11-10 00:52:27 +00:00
version = "2.0.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
2019-01-19 20:42:54 +00:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "security-framework-sys"
2020-11-10 00:52:27 +00:00
version = "2.0.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
2019-01-19 20:42:54 +00:00
dependencies = [
"core-foundation-sys",
"libc",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "serde"
2021-02-18 10:09:36 +00:00
version = "1.0.123"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
dependencies = [
"serde_derive",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "serde_derive"
2021-02-18 10:09:36 +00:00
version = "1.0.123"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
2019-01-19 20:42:54 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "slab"
version = "0.4.2"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2019-01-19 20:42:54 +00:00
[[package]]
name = "smallvec"
2021-01-10 20:56:28 +00:00
version = "1.6.1"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-10 20:56:28 +00:00
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2019-01-19 20:42:54 +00:00
[[package]]
name = "socket2"
2020-12-25 02:49:11 +00:00
version = "0.3.19"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
2019-01-19 20:42:54 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2020-11-09 21:38:29 +00:00
"winapi",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "spin"
2019-09-06 14:00:02 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2019-01-19 20:42:54 +00:00
[[package]]
name = "strsim"
version = "0.8.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2019-01-19 20:42:54 +00:00
2020-09-17 19:33:11 +00:00
[[package]]
name = "structopt"
2020-12-25 02:49:11 +00:00
version = "0.3.21"
2020-09-17 19:33:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
2020-09-17 19:33:11 +00:00
dependencies = [
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
2020-12-25 02:49:11 +00:00
version = "0.4.14"
2020-09-17 19:33:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
2020-09-17 19:33:11 +00:00
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2019-09-06 14:00:02 +00:00
[[package]]
name = "syn"
2021-02-18 10:09:36 +00:00
version = "1.0.60"
2019-09-06 14:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
2019-09-06 14:00:02 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2019-09-06 14:00:02 +00:00
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "tempfile"
2021-02-18 10:09:36 +00:00
version = "3.2.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
2019-01-19 20:42:54 +00:00
dependencies = [
2021-02-18 10:09:36 +00:00
"cfg-if 1.0.0",
"libc",
2021-02-18 10:09:36 +00:00
"rand",
"redox_syscall",
"remove_dir_all",
2020-11-09 21:38:29 +00:00
"winapi",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "termcolor"
2020-12-25 02:49:11 +00:00
version = "1.1.2"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
2019-01-19 20:42:54 +00:00
dependencies = [
"winapi-util",
2019-01-19 20:42:54 +00:00
]
2020-09-17 19:33:11 +00:00
[[package]]
name = "terminal_size"
2021-02-18 10:09:36 +00:00
version = "0.1.16"
2020-09-17 19:33:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "86ca8ced750734db02076f44132d802af0b33b09942331f4459dde8636fd2406"
2020-09-17 19:33:11 +00:00
dependencies = [
"libc",
2020-11-09 21:38:29 +00:00
"winapi",
2020-09-17 19:33:11 +00:00
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "textwrap"
version = "0.11.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2019-01-19 20:42:54 +00:00
dependencies = [
"unicode-width",
2019-01-19 20:42:54 +00:00
]
2020-01-12 03:28:02 +00:00
[[package]]
name = "thiserror"
2021-02-18 10:09:36 +00:00
version = "1.0.24"
2020-01-12 03:28:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
2020-01-12 03:28:02 +00:00
dependencies = [
"thiserror-impl",
2020-01-12 03:28:02 +00:00
]
[[package]]
name = "thiserror-impl"
2021-02-18 10:09:36 +00:00
version = "1.0.24"
2020-01-12 03:28:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
2020-01-12 03:28:02 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-01-12 03:28:02 +00:00
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "thread_local"
2021-02-18 10:09:36 +00:00
version = "1.1.3"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
2019-01-19 20:42:54 +00:00
dependencies = [
2021-02-18 10:09:36 +00:00
"once_cell",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "time"
2021-02-18 10:09:36 +00:00
version = "0.1.43"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2019-01-19 20:42:54 +00:00
dependencies = [
"libc",
2020-11-09 21:38:29 +00:00
"winapi",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "tinyvec"
2021-02-18 10:09:36 +00:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
2020-12-25 02:49:11 +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-11-09 21:38:29 +00:00
[[package]]
name = "tokio"
2021-02-18 10:09:36 +00:00
version = "1.2.0"
2020-11-09 21:38:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a"
2020-11-09 21:38:29 +00:00
dependencies = [
"autocfg",
2021-02-18 10:09:36 +00:00
"bytes",
2020-11-09 21:38:29 +00:00
"libc",
"memchr",
"mio",
"num_cpus",
2020-12-25 02:49:11 +00:00
"pin-project-lite",
2020-09-17 19:33:11 +00:00
"tokio-macros",
]
[[package]]
name = "tokio-macros"
2021-02-18 10:09:36 +00:00
version = "1.1.0"
2020-09-17 19:33:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57"
2020-09-17 19:33:11 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "tokio-native-tls"
2020-12-25 02:49:11 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
2020-11-10 19:24:15 +00:00
"tokio",
]
2020-11-10 17:22:58 +00:00
[[package]]
name = "tokio-openssl"
2021-02-18 10:09:36 +00:00
version = "0.6.1"
2020-11-10 17:22:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "ac1bec5c0a4aa71e3459802c7a12e8912c2091ce2151004f9ce95cc5d1c6124e"
2020-11-10 17:22:58 +00:00
dependencies = [
2020-12-25 02:49:11 +00:00
"futures",
2020-11-10 17:22:58 +00:00
"openssl",
2021-02-18 10:09:36 +00:00
"pin-project",
2020-11-10 19:24:15 +00:00
"tokio",
2019-09-29 15:48:13 +00:00
]
2020-11-10 00:52:27 +00:00
[[package]]
name = "tokio-rustls"
2020-12-25 02:49:11 +00:00
version = "0.22.0"
2020-11-10 00:52:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
2020-11-10 00:52:27 +00:00
dependencies = [
"rustls",
2020-11-10 19:24:15 +00:00
"tokio",
2020-11-10 00:52:27 +00:00
"webpki",
]
[[package]]
name = "tokio-util"
2021-02-18 10:09:36 +00:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "ebb7cb2f00c5ae8df755b252306272cd1790d39728363936e01827e11f0b017b"
dependencies = [
2021-02-18 10:09:36 +00:00
"bytes",
"futures-core",
"futures-sink",
"log",
2020-12-25 02:49:11 +00:00
"pin-project-lite",
2020-11-10 19:24:15 +00:00
"tokio",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "toml"
2020-12-25 02:49:11 +00:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]
[[package]]
name = "tracing"
2021-02-18 10:09:36 +00:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "f77d3842f76ca899ff2dbcf231c5c65813dea431301d6eb686279c15c4464f12"
dependencies = [
2020-12-25 02:49:11 +00:00
"cfg-if 1.0.0",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2020-10-24 20:35:22 +00:00
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
dependencies = [
"lazy_static",
]
2020-10-24 20:35:22 +00:00
[[package]]
name = "tracing-futures"
2021-02-18 10:09:36 +00:00
version = "0.2.5"
2020-10-24 20:35:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
2020-10-24 20:35:22 +00:00
dependencies = [
2021-02-18 10:09:36 +00:00
"pin-project",
2020-10-24 20:35:22 +00:00
"tracing",
]
2019-10-25 05:54:52 +00:00
[[package]]
name = "trust-dns"
2020-12-29 03:21:46 +00:00
version = "0.20.0"
dependencies = [
"chrono",
"clap",
"env_logger",
"futures",
"log",
"native-tls",
"regex",
"rustls",
2020-11-10 19:24:15 +00:00
"tokio",
"trust-dns-client",
"trust-dns-https",
"trust-dns-native-tls",
"trust-dns-openssl",
"trust-dns-proto",
"trust-dns-resolver",
"trust-dns-rustls",
"trust-dns-server",
"webpki-roots",
2019-10-25 05:54:52 +00:00
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "trust-dns-client"
2020-12-29 03:21:46 +00:00
version = "0.20.0"
dependencies = [
2020-10-13 14:36:35 +00:00
"cfg-if 1.0.0",
"chrono",
"data-encoding",
"futures",
"futures-channel",
"futures-util",
"lazy_static",
"log",
"openssl",
"radix_trie",
2021-02-18 10:09:36 +00:00
"rand",
"ring",
"rustls",
"serde",
"thiserror",
2020-11-10 19:24:15 +00:00
"tokio",
"trust-dns-https",
"trust-dns-proto",
"webpki",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "trust-dns-compatibility"
2020-12-29 03:21:46 +00:00
version = "0.20.0"
2019-01-19 20:42:54 +00:00
dependencies = [
"chrono",
"data-encoding",
"env_logger",
"futures",
"openssl",
2021-02-18 10:09:36 +00:00
"rand",
"trust-dns-client",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "trust-dns-https"
2020-12-29 03:21:46 +00:00
version = "0.20.0"
dependencies = [
2021-02-18 10:09:36 +00:00
"bytes",
2020-10-13 14:36:35 +00:00
"cfg-if 1.0.0",
"data-encoding",
"env_logger",
"futures",
"futures-util",
2020-11-10 19:24:15 +00:00
"h2",
"http",
"log",
"rustls",
"thiserror",
2020-11-10 19:24:15 +00:00
"tokio",
"tokio-rustls",
"trust-dns-proto",
"trust-dns-rustls",
"webpki",
"webpki-roots",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "trust-dns-integration"
2020-12-29 03:21:46 +00:00
version = "0.20.0"
dependencies = [
"chrono",
"env_logger",
"futures",
"lazy_static",
"log",
"openssl",
2021-02-18 10:09:36 +00:00
"rand",
"rusqlite",
"rustls",
2020-11-10 19:24:15 +00:00
"tokio",
"trust-dns-client",
"trust-dns-https",
"trust-dns-openssl",
"trust-dns-proto",
"trust-dns-resolver",
"trust-dns-rustls",
"trust-dns-server",
"webpki-roots",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "trust-dns-native-tls"
2020-12-29 03:21:46 +00:00
version = "0.20.0"
2019-01-19 20:42:54 +00:00
dependencies = [
"futures-channel",
"futures-util",
"native-tls",
2020-11-10 19:24:15 +00:00
"tokio",
"tokio-native-tls",
"trust-dns-proto",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "trust-dns-openssl"
2020-12-29 03:21:46 +00:00
version = "0.20.0"
2019-01-19 20:42:54 +00:00
dependencies = [
"futures-channel",
"futures-util",
"openssl",
2020-11-10 19:24:15 +00:00
"tokio",
"tokio-openssl",
"trust-dns-proto",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "trust-dns-proto"
2020-12-29 03:21:46 +00:00
version = "0.20.0"
dependencies = [
"async-trait",
"backtrace",
2020-10-13 14:36:35 +00:00
"cfg-if 1.0.0",
"data-encoding",
"enum-as-inner",
"env_logger",
2020-05-18 03:20:33 +00:00
"futures-channel",
"futures-executor",
"futures-io",
"futures-util",
"idna",
"ipnet",
"js-sys",
"lazy_static",
"log",
"openssl",
2021-02-18 10:09:36 +00:00
"rand",
"ring",
"serde",
"smallvec",
"socket2",
"thiserror",
2020-11-10 19:24:15 +00:00
"tokio",
"url",
"wasm-bindgen",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "trust-dns-resolver"
2020-12-29 03:21:46 +00:00
version = "0.20.0"
dependencies = [
"cfg-if 1.0.0",
"env_logger",
"futures-executor",
"futures-util",
"ipconfig",
"lazy_static",
"log",
"lru-cache",
"parking_lot",
"resolv-conf",
"rustls",
"serde",
"smallvec",
"thiserror",
2020-11-10 19:24:15 +00:00
"tokio",
"tokio-native-tls",
2020-11-10 19:24:15 +00:00
"tokio-openssl",
"tokio-rustls",
"trust-dns-https",
"trust-dns-native-tls",
"trust-dns-openssl",
"trust-dns-proto",
"trust-dns-rustls",
"webpki-roots",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "trust-dns-rustls"
2020-12-29 03:21:46 +00:00
version = "0.20.0"
2019-01-19 20:42:54 +00:00
dependencies = [
"futures-channel",
"futures-io",
"futures-util",
"log",
"openssl",
"rustls",
2020-11-10 19:24:15 +00:00
"tokio",
"tokio-rustls",
"trust-dns-proto",
"webpki",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "trust-dns-server"
2020-12-29 03:21:46 +00:00
version = "0.20.0"
dependencies = [
"async-trait",
2021-02-18 10:09:36 +00:00
"bytes",
2020-10-13 14:36:35 +00:00
"cfg-if 1.0.0",
"chrono",
"enum-as-inner",
"env_logger",
"futures-executor",
"futures-util",
2020-11-10 19:24:15 +00:00
"h2",
"http",
"log",
"openssl",
"rusqlite",
"rustls",
"serde",
"thiserror",
2020-11-10 19:24:15 +00:00
"tokio",
"tokio-openssl",
"tokio-rustls",
"toml",
"trust-dns-client",
"trust-dns-https",
"trust-dns-openssl",
"trust-dns-proto",
"trust-dns-resolver",
"trust-dns-rustls",
2019-01-19 20:42:54 +00:00
]
2019-10-27 01:24:15 +00:00
[[package]]
name = "trust-dns-util"
2020-12-29 03:21:46 +00:00
version = "0.20.0"
2019-10-27 01:24:15 +00:00
dependencies = [
"clap",
2020-09-17 19:33:11 +00:00
"console",
"data-encoding",
"env_logger",
"log",
"openssl",
2020-09-17 19:33:11 +00:00
"structopt",
2020-11-10 19:24:15 +00:00
"tokio",
"trust-dns-client",
"trust-dns-proto",
"trust-dns-resolver",
2019-10-27 01:24:15 +00:00
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2019-01-19 20:42:54 +00:00
dependencies = [
"matches",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "unicode-normalization"
2021-02-18 10:09:36 +00:00
version = "0.1.17"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
dependencies = [
"tinyvec",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "unicode-segmentation"
2020-12-25 02:49:11 +00:00
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2019-01-19 20:42:54 +00:00
[[package]]
name = "unicode-width"
version = "0.1.8"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2019-01-19 20:42:54 +00:00
2019-09-06 14:00:02 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.1"
2019-09-06 14:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2019-09-06 14:00:02 +00:00
2019-01-19 20:42:54 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2019-01-19 20:42:54 +00:00
[[package]]
name = "url"
2021-02-18 10:09:36 +00:00
version = "2.2.1"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
2019-01-19 20:42:54 +00:00
dependencies = [
2020-11-10 00:52:27 +00:00
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
2019-01-19 20:42:54 +00:00
]
2021-02-18 10:09:36 +00:00
[[package]]
name = "value-bag"
version = "1.0.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1"
dependencies = [
"ctor",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "vcpkg"
2020-12-25 02:49:11 +00:00
version = "0.2.11"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
[[package]]
name = "vec-arena"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
2019-01-19 20:42:54 +00:00
[[package]]
name = "vec_map"
version = "0.8.2"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2019-01-19 20:42:54 +00:00
2020-09-17 19:33:11 +00:00
[[package]]
name = "version_check"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2020-06-19 17:04:04 +00:00
[[package]]
name = "waker-fn"
2020-09-16 18:16:48 +00:00
version = "1.1.0"
2020-06-19 17:04:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-16 18:16:48 +00:00
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2020-06-19 17:04:04 +00:00
2019-09-06 14:00:02 +00:00
[[package]]
name = "wasi"
2021-02-18 10:09:36 +00:00
version = "0.10.2+wasi-snapshot-preview1"
2019-09-06 14:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-09-16 18:16:48 +00:00
[[package]]
name = "wasm-bindgen"
2021-02-18 10:09:36 +00:00
version = "0.2.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"
dependencies = [
2020-12-25 02:49:11 +00:00
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2021-02-18 10:09:36 +00:00
version = "0.2.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2021-02-18 10:09:36 +00:00
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"
dependencies = [
2020-12-25 02:49:11 +00:00
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2021-02-18 10:09:36 +00:00
version = "0.2.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2021-02-18 10:09:36 +00:00
version = "0.2.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2021-02-18 10:09:36 +00:00
version = "0.2.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"
[[package]]
name = "web-sys"
2021-02-18 10:09:36 +00:00
version = "0.3.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-18 10:09:36 +00:00
checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "webpki"
version = "0.21.4"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
2019-01-19 20:42:54 +00:00
dependencies = [
"ring",
"untrusted",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "webpki-roots"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"
dependencies = [
"webpki",
]
[[package]]
2020-10-24 20:35:22 +00:00
name = "wepoll-sys"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
dependencies = [
"cc",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "widestring"
2020-10-24 20:35:22 +00:00
version = "0.4.3"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
2019-01-19 20:42:54 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-01-19 20:42:54 +00:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-01-19 20:42:54 +00:00
[[package]]
name = "winapi-util"
2020-04-27 16:37:34 +00:00
version = "0.1.5"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-01-19 20:42:54 +00:00
dependencies = [
2020-11-09 21:38:29 +00:00
"winapi",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-01-19 20:42:54 +00:00
[[package]]
name = "winreg"
2019-08-02 22:57:21 +00:00
version = "0.6.2"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
2019-01-19 20:42:54 +00:00
dependencies = [
2020-11-09 21:38:29 +00:00
"winapi",
]