hickory-dns/Cargo.lock

2192 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"
2020-11-09 21:38:29 +00:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 21:38:29 +00:00
checksum = "7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423"
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"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd3d156917d94862e779f356c5acae312b08fd3121e792c857d7928c8088423"
2020-04-10 21:57:29 +00:00
dependencies = [
"quote",
"syn",
2020-04-10 21:57:29 +00:00
]
[[package]]
name = "async-channel"
2020-10-24 20:35:22 +00:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"
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"
2020-11-09 21:38:29 +00:00
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 21:38:29 +00:00
checksum = "73079b49cd26b8fd5a15f68fc7707fc78698dc2a3d61430f2a7a9430230dfa04"
dependencies = [
"async-executor",
"async-io",
"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",
]
[[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"
2020-12-25 02:49:11 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "8f9f84f1280a2b436a2c77c2582602732b6c2f4321d5494d6e799e6c367859a8"
dependencies = [
"async-attributes",
2020-12-25 02:49:11 +00:00
"async-channel",
"async-global-executor",
"async-io",
"async-mutex",
"blocking",
"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-10-24 20:35:22 +00:00
version = "0.20.0-alpha.3"
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
]
2020-12-25 02:49:11 +00:00
[[package]]
name = "async-stream"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3670df70cbc01729f901f94c887814b3c68db038aad1329a418bae178bc5295c"
dependencies = [
"async-stream-impl",
"futures-core",
]
[[package]]
name = "async-stream-impl"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3548b8efc9f8e8a5a0a2808c5bd8451a9031b9e5b879a79590304ae928b0a70"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[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"
2020-12-25 02:49:11 +00:00
version = "0.3.55"
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 = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598"
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"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
2019-01-19 20:42:54 +00:00
[[package]]
name = "bytes"
version = "0.5.6"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2019-01-19 20:42:54 +00:00
2020-11-09 21:38:29 +00:00
[[package]]
name = "bytes"
2020-12-25 02:49:11 +00:00
version = "1.0.0"
2020-11-09 21:38:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "ad1f8e949d755f9d79112b5bb46938e0ef9d3804a0b16dfab13aafcaa5f0fa72"
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"
2020-12-25 02:49:11 +00:00
version = "1.0.66"
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 = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
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.13.0"
2020-09-17 19:33:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a50aab2529019abfabfa93f1e6c41ef392f91fbf179b347a7e96abb524884a08"
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
"winapi-util",
]
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"
2020-12-25 02:49:11 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
dependencies = [
"autocfg",
2020-11-10 00:52:27 +00:00
"cfg-if 1.0.0",
"lazy_static",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "data-encoding"
2020-11-09 21:38:29 +00:00
version = "2.3.1"
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 = "993a608597367c6377b258c25d7120740f00ed23a2252b729b1932dd7866f908"
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"
2020-12-25 02:49:11 +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-12-25 02:49:11 +00:00
checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e"
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"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
dependencies = [
"matches",
"percent-encoding",
]
[[package]]
name = "futures"
2020-11-10 00:52:27 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "9b3b0c040a1fe6529d30b3c5944b280c7f0dcb2930d2c3062bca967b602583d0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2020-11-10 00:52:27 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2020-11-10 00:52:27 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748"
[[package]]
name = "futures-executor"
2020-11-10 00:52:27 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "4caa2b2b68b880003057c1dd49f1ed937e38f22fcf6c212188a121f08cf40a65"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
"num_cpus",
]
[[package]]
name = "futures-io"
2020-11-10 00:52:27 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb"
[[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"
2020-11-10 00:52:27 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2020-11-10 00:52:27 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d"
[[package]]
name = "futures-task"
2020-11-10 00:52:27 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d"
dependencies = [
"once_cell",
]
[[package]]
name = "futures-util"
2020-11-10 00:52:27 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 00:52:27 +00:00
checksum = "d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2020-12-25 02:49:11 +00:00
"pin-project 1.0.2",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
name = "getrandom"
2020-09-16 18:16:48 +00:00
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-16 18:16:48 +00:00
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
dependencies = [
"cfg-if 0.1.10",
"libc",
2020-09-16 18:16:48 +00:00
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[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 = [
2020-12-25 02:49:11 +00:00
"bytes 1.0.0",
"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"
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 = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
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"
2020-12-25 02:49:11 +00:00
version = "0.2.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 = "84129d298a6d57d246960ff8eb831ca4af3f96d29e2e28848dae275408658e26"
2019-01-19 20:42:54 +00:00
dependencies = [
2020-11-09 21:38:29 +00:00
"bytes 0.5.6",
"fnv",
"itoa",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "humantime"
version = "2.0.1"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
2019-01-19 20:42:54 +00:00
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
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"
version = "0.4.6"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
2019-01-19 20:42:54 +00:00
[[package]]
name = "js-sys"
2020-12-25 02:49:11 +00:00
version = "0.3.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175"
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"
2020-12-25 02:49:11 +00:00
version = "0.2.81"
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 = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
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"
version = "0.5.3"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
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"
version = "0.4.11"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2019-01-19 20:42:54 +00:00
dependencies = [
"cfg-if 0.1.10",
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"
version = "0.7.6"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f33bc887064ef1fd66020c9adfc45bb9f33d75a42096c81e7c56c65b75dd1a8b"
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"
version = "0.2.6"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fcc7939b5edc4e4f86b1b4a04bb1498afaaf871b1a6691838ed06fcb48d3a3f"
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"
2020-10-24 20:35:22 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 20:35:22 +00:00
checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
dependencies = [
"libc",
2020-11-09 21:38:29 +00:00
"winapi",
]
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"
2020-11-09 21:38:29 +00:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 21:38:29 +00:00
checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
[[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"
2020-12-25 02:49:11 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
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"
2020-10-24 20:35:22 +00:00
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
dependencies = [
"pin-project-internal 0.4.27",
]
[[package]]
name = "pin-project"
2020-12-25 02:49:11 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7"
dependencies = [
2020-12-25 02:49:11 +00:00
"pin-project-internal 1.0.2",
]
[[package]]
name = "pin-project-internal"
2020-10-24 20:35:22 +00:00
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-internal"
2020-12-25 02:49:11 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"
[[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"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
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"
2020-12-25 02:49:11 +00:00
version = "1.0.8"
2019-09-06 14:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
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"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2019-09-06 14:00:02 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "redox_syscall"
version = "0.1.57"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2019-01-19 20:42:54 +00:00
[[package]]
name = "regex"
2020-11-09 21:38:29 +00:00
version = "1.4.2"
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 = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
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"
2020-11-09 21:38:29 +00:00
version = "0.6.21"
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 = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
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"
version = "0.16.19"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226"
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
]
[[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
]
[[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"
2020-12-25 02:49:11 +00:00
version = "1.0.118"
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 = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
dependencies = [
"serde_derive",
]
2019-01-19 20:42:54 +00:00
[[package]]
name = "serde_derive"
2020-12-25 02:49:11 +00:00
version = "1.0.118"
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 = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
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"
2020-12-25 02:49:11 +00:00
version = "1.5.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 = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
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"
2020-12-25 02:49:11 +00:00
version = "1.0.56"
2019-09-06 14:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "a9802ddde94170d186eeee5005b798d9c159fa970403f1be19976d0cfb939b72"
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"
2019-08-02 22:57:21 +00:00
version = "3.1.0"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2019-01-19 20:42:54 +00:00
dependencies = [
"cfg-if 0.1.10",
"libc",
"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"
2020-12-25 02:49:11 +00:00
version = "0.1.15"
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 = "4bd2d183bd3fac5f5fe38ddbeb4dc9aec4a39a9d7d59e7491d900302da01cbe1"
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"
2020-12-25 02:49:11 +00:00
version = "1.0.23"
2020-01-12 03:28:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
2020-01-12 03:28:02 +00:00
dependencies = [
"thiserror-impl",
2020-01-12 03:28:02 +00:00
]
[[package]]
name = "thiserror-impl"
2020-12-25 02:49:11 +00:00
version = "1.0.23"
2020-01-12 03:28:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
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"
version = "1.0.1"
2019-01-19 20:42:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2019-01-19 20:42:54 +00:00
dependencies = [
"lazy_static",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "time"
2020-09-16 18:16:48 +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-09-16 18:16:48 +00:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2019-01-19 20:42:54 +00:00
dependencies = [
"libc",
2020-09-16 18:16:48 +00:00
"wasi 0.10.0+wasi-snapshot-preview1",
2020-11-09 21:38:29 +00:00
"winapi",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "tinyvec"
2020-12-25 02:49:11 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
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"
2020-12-25 02:49:11 +00:00
version = "1.0.1"
2020-11-09 21:38:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "d258221f566b6c803c7b4714abadc080172b272090cdc5e244a6d4dd13c3a6bd"
2020-11-09 21:38:29 +00:00
dependencies = [
"autocfg",
2020-12-25 02:49:11 +00:00
"bytes 1.0.0",
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"
2020-12-25 02:49:11 +00:00
version = "1.0.0"
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 = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494"
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"
2020-12-25 02:49:11 +00:00
version = "0.6.0"
2020-11-10 17:22:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "3d0added2aa84460ae186af15395f758b8ed7d3a278a1d94c59d9dd9e036e18f"
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",
2020-12-25 02:49:11 +00:00
"pin-project 1.0.2",
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",
]
2020-12-25 02:49:11 +00:00
[[package]]
name = "tokio-stream"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f3be913b74b13210c8fe04b17ab833f5a124f45b93d0f99f59fff621f64392a"
dependencies = [
"async-stream",
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
2020-12-25 02:49:11 +00:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "36135b7e7da911f5f8b9331209f7fab4cc13498f3fff52f72a710c78187e3148"
dependencies = [
2020-12-25 02:49:11 +00:00
"bytes 1.0.0",
"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",
2020-12-25 02:49:11 +00:00
"tokio-stream",
]
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"
2020-12-25 02:49:11 +00:00
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
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"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
dependencies = [
"pin-project 0.4.27",
"tracing",
]
2019-10-25 05:54:52 +00:00
[[package]]
name = "trust-dns"
2020-10-24 20:35:22 +00:00
version = "0.20.0-alpha.3"
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-10-24 20:35:22 +00:00
version = "0.20.0-alpha.3"
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",
"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-10-24 20:35:22 +00:00
version = "0.20.0-alpha.3"
2019-01-19 20:42:54 +00:00
dependencies = [
"chrono",
"data-encoding",
"env_logger",
"futures",
"openssl",
"rand",
"trust-dns-client",
2019-01-19 20:42:54 +00:00
]
[[package]]
name = "trust-dns-https"
2020-10-24 20:35:22 +00:00
version = "0.20.0-alpha.3"
dependencies = [
2020-12-25 02:49:11 +00:00
"bytes 1.0.0",
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-10-24 20:35:22 +00:00
version = "0.20.0-alpha.3"
dependencies = [
"chrono",
"env_logger",
"futures",
"lazy_static",
"log",
"openssl",
"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-10-24 20:35:22 +00:00
version = "0.20.0-alpha.3"
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-10-24 20:35:22 +00:00
version = "0.20.0-alpha.3"
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-10-24 20:35:22 +00:00
version = "0.20.0-alpha.3"
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",
"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-10-24 20:35:22 +00:00
version = "0.20.0-alpha.3"
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-10-24 20:35:22 +00:00
version = "0.20.0-alpha.3"
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-10-24 20:35:22 +00:00
version = "0.20.0-alpha.3"
dependencies = [
"async-trait",
2020-12-25 02:49:11 +00:00
"bytes 1.0.0",
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-10-24 20:35:22 +00:00
version = "0.20.0-alpha.3"
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"
2020-12-25 02:49:11 +00:00
version = "0.1.16"
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 = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
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"
2020-11-10 00:52:27 +00:00
version = "2.2.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 = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
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
]
[[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"
version = "0.9.0+wasi-snapshot-preview1"
2019-09-06 14:00:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-09-06 14:00:02 +00:00
2020-09-16 18:16:48 +00:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasm-bindgen"
2020-12-25 02:49:11 +00:00
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
dependencies = [
2020-12-25 02:49:11 +00:00
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2020-12-25 02:49:11 +00:00
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2020-12-25 02:49:11 +00:00
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35"
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"
2020-12-25 02:49:11 +00:00
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-12-25 02:49:11 +00:00
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2020-12-25 02:49:11 +00:00
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
[[package]]
name = "web-sys"
2020-12-25 02:49:11 +00:00
version = "0.3.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 02:49:11 +00:00
checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
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",
]