miniserve/Cargo.lock

3598 lines
85 KiB
Plaintext
Raw Normal View History

2020-08-24 23:16:34 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "actix-codec"
2020-06-26 09:51:25 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "09e55f0a5c2ca15795035d90c46bd0e73a5123b72f68f12596d6ba5282051380"
dependencies = [
2020-08-24 23:16:34 +00:00
"bitflags",
"bytes",
"futures-core",
"futures-sink",
"log",
"tokio",
"tokio-util 0.2.0",
]
2020-09-11 23:57:53 +00:00
[[package]]
name = "actix-codec"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78d1833b3838dbe990df0f1f87baf640cf6146e898166afe401839d1b001e570"
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-sink",
"log",
"pin-project 0.4.23",
2020-09-11 23:57:53 +00:00
"tokio",
"tokio-util 0.3.1",
]
[[package]]
name = "actix-connect"
2020-06-26 09:51:25 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "c95cc9569221e9802bf4c377f6c18b90ef10227d787611decf79fd47d2a8e76c"
dependencies = [
2020-09-11 23:57:53 +00:00
"actix-codec 0.2.0",
2020-08-24 23:16:34 +00:00
"actix-rt",
"actix-service",
2020-09-11 23:57:53 +00:00
"actix-utils 1.0.6",
2020-08-24 23:16:34 +00:00
"derive_more",
"either",
"futures",
"http",
"log",
2020-09-11 23:57:53 +00:00
"trust-dns-proto 0.18.0-alpha.2",
"trust-dns-resolver 0.18.0-alpha.2",
]
[[package]]
name = "actix-connect"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "177837a10863f15ba8d3ae3ec12fac1099099529ed20083a27fdfe247381d0dc"
dependencies = [
"actix-codec 0.3.0",
"actix-rt",
"actix-service",
"actix-utils 2.0.0",
"derive_more",
"either",
"futures-util",
"http",
"log",
"trust-dns-proto 0.19.5",
"trust-dns-resolver 0.19.5",
]
2020-07-21 17:42:12 +00:00
[[package]]
name = "actix-files"
version = "0.4.0"
2020-07-21 17:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc0a9181e93c91dc7eb401a0debaed5c8294e12019c307c72fd7a1731b672fc"
2020-07-21 17:42:12 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"actix-service",
"actix-web 3.2.0",
2020-08-24 23:16:34 +00:00
"bitflags",
"bytes",
"derive_more",
"futures-core",
"futures-util",
"log",
"mime",
"mime_guess",
"percent-encoding",
"v_htmlescape",
2020-07-21 17:42:12 +00:00
]
[[package]]
name = "actix-http"
2020-06-26 09:51:25 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "c16664cc4fdea8030837ad5a845eb231fb93fc3c5c171edfefb52fad92ce9019"
dependencies = [
2020-09-11 23:57:53 +00:00
"actix-codec 0.2.0",
"actix-connect 1.0.2",
2020-08-24 23:16:34 +00:00
"actix-rt",
"actix-service",
"actix-threadpool",
2020-09-11 23:57:53 +00:00
"actix-utils 1.0.6",
2020-08-24 23:16:34 +00:00
"base64 0.11.0",
"bitflags",
"bytes",
"chrono",
"copyless",
"derive_more",
"either",
"encoding_rs",
"futures-channel",
"futures-core",
"futures-util",
"fxhash",
"h2",
"http",
"httparse",
"indexmap",
"language-tags",
"lazy_static",
"log",
"mime",
"percent-encoding",
"pin-project 0.4.23",
2020-08-24 23:16:34 +00:00
"rand 0.7.3",
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"sha1",
"slab",
2020-09-11 23:57:53 +00:00
"time 0.1.44",
]
[[package]]
name = "actix-http"
version = "2.1.0"
2020-09-11 23:57:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "404df68c297f73b8d36c9c9056404913d25905a8f80127b0e5fe147c9c4b9f02"
2020-09-11 23:57:53 +00:00
dependencies = [
"actix-codec 0.3.0",
"actix-connect 2.0.0",
"actix-rt",
"actix-service",
"actix-threadpool",
"actix-utils 2.0.0",
"base64 0.13.0",
2020-09-11 23:57:53 +00:00
"bitflags",
"brotli2",
"bytes",
"cookie",
"copyless",
"derive_more",
"either",
"encoding_rs",
"flate2",
"futures-channel",
"futures-core",
"futures-util",
"fxhash",
"h2",
"http",
"httparse",
"indexmap",
"itoa",
"language-tags",
"lazy_static",
"log",
"mime",
"percent-encoding",
"pin-project 1.0.1",
2020-09-11 23:57:53 +00:00
"rand 0.7.3",
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"sha-1",
"slab",
2020-09-24 03:38:37 +00:00
"time 0.2.21",
2020-06-26 09:51:25 +00:00
]
[[package]]
name = "actix-macros"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a60f9ba7c4e6df97f3aacb14bb5c0cd7d98a49dcbaed0d7f292912ad9a6a3ed2"
2020-06-26 09:51:25 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"quote",
"syn",
]
2018-10-30 19:38:42 +00:00
[[package]]
2020-07-21 17:42:12 +00:00
name = "actix-multipart"
2020-09-11 23:57:53 +00:00
version = "0.3.0"
2018-10-30 19:38:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "774bfeb11b54bf9c857a005b8ab893293da4eaff79261a66a9200dab7f5ab6e3"
2018-10-30 19:38:42 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"actix-service",
2020-09-11 23:57:53 +00:00
"actix-utils 2.0.0",
"actix-web 3.2.0",
2020-08-24 23:16:34 +00:00
"bytes",
"derive_more",
2020-09-11 23:57:53 +00:00
"futures-util",
2020-08-24 23:16:34 +00:00
"httparse",
"log",
"mime",
"twoway",
2018-06-22 14:31:25 +00:00
]
[[package]]
name = "actix-router"
2020-09-24 03:38:37 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 03:38:37 +00:00
checksum = "bbd1f7dbda1645bf7da33554db60891755f6c01c1b2169e2f4c492098d30c235"
dependencies = [
2020-08-24 23:16:34 +00:00
"bytestring",
"http",
"log",
"regex",
"serde",
]
[[package]]
name = "actix-rt"
2020-06-26 09:51:25 +00:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "143fcc2912e0d1de2bcf4e2f720d2a60c28652ab4179685a1ee159e0fb3db227"
dependencies = [
2020-08-24 23:16:34 +00:00
"actix-macros",
"actix-threadpool",
"copyless",
"futures-channel",
"futures-util",
"smallvec",
"tokio",
]
[[package]]
name = "actix-server"
2020-09-24 03:38:37 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 03:38:37 +00:00
checksum = "45407e6e672ca24784baa667c5d32ef109ccdd8d5e0b5ebb9ef8a67f4dfb708e"
dependencies = [
2020-09-24 03:38:37 +00:00
"actix-codec 0.3.0",
2020-08-24 23:16:34 +00:00
"actix-rt",
"actix-service",
2020-09-24 03:38:37 +00:00
"actix-utils 2.0.0",
2020-08-24 23:16:34 +00:00
"futures-channel",
"futures-util",
"log",
"mio",
"mio-uds",
"num_cpus",
"slab",
"socket2",
]
[[package]]
name = "actix-service"
2020-08-24 20:23:12 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "0052435d581b5be835d11f4eb3bce417c8af18d87ddf8ace99f8e67e595882bb"
dependencies = [
2020-08-24 23:16:34 +00:00
"futures-util",
"pin-project 0.4.23",
]
2019-09-25 22:39:31 +00:00
[[package]]
name = "actix-testing"
2020-06-26 09:51:25 +00:00
version = "1.0.1"
2019-09-25 22:39:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "47239ca38799ab74ee6a8a94d1ce857014b2ac36f242f70f3f75a66f691e791c"
2019-09-25 22:39:31 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"actix-macros",
"actix-rt",
"actix-server",
"actix-service",
"log",
"socket2",
2019-09-25 22:39:31 +00:00
]
[[package]]
name = "actix-threadpool"
2020-07-21 17:42:12 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d209f04d002854b9afd3743032a27b066158817965bf5d036824d19ac2cc0e30"
dependencies = [
2020-08-24 23:16:34 +00:00
"derive_more",
"futures-channel",
"lazy_static",
"log",
"num_cpus",
"parking_lot",
"threadpool",
]
2020-06-26 09:51:25 +00:00
[[package]]
name = "actix-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a4e5b4faaf105e9a6d389c606c298dcdb033061b00d532af9df56ff3a54995a8"
2020-06-26 09:51:25 +00:00
dependencies = [
2020-09-11 23:57:53 +00:00
"actix-codec 0.2.0",
2020-08-24 23:16:34 +00:00
"actix-rt",
"actix-service",
2020-09-11 23:57:53 +00:00
"actix-utils 1.0.6",
2020-08-24 23:16:34 +00:00
"derive_more",
"either",
"futures",
"log",
2020-06-26 09:51:25 +00:00
]
2020-09-11 23:57:53 +00:00
[[package]]
name = "actix-tls"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24789b7d7361cf5503a504ebe1c10806896f61e96eca9a7350e23001aca715fb"
dependencies = [
"actix-codec 0.3.0",
"actix-service",
"actix-utils 2.0.0",
"futures-util",
]
[[package]]
name = "actix-utils"
2020-06-26 09:51:25 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "fcf8f5631bf01adec2267808f00e228b761c60c0584cc9fa0b5364f41d147f4e"
dependencies = [
2020-09-11 23:57:53 +00:00
"actix-codec 0.2.0",
2020-08-24 23:16:34 +00:00
"actix-rt",
"actix-service",
"bitflags",
"bytes",
"either",
"futures",
"log",
"pin-project 0.4.23",
2020-08-24 23:16:34 +00:00
"slab",
]
2020-09-11 23:57:53 +00:00
[[package]]
name = "actix-utils"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9022dec56632d1d7979e59af14f0597a28a830a9c1c7fec8b2327eb9f16b5a"
dependencies = [
"actix-codec 0.3.0",
"actix-rt",
"actix-service",
"bitflags",
"bytes",
"either",
"futures-channel",
"futures-sink",
"futures-util",
"log",
"pin-project 0.4.23",
2020-09-11 23:57:53 +00:00
"slab",
]
[[package]]
name = "actix-web"
2020-06-26 09:51:25 +00:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "3158e822461040822f0dbf1735b9c2ce1f95f93b651d7a7aded00b1efbb1f635"
dependencies = [
2020-09-11 23:57:53 +00:00
"actix-codec 0.2.0",
"actix-http 1.0.1",
2020-08-24 23:16:34 +00:00
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-testing",
"actix-threadpool",
2020-09-11 23:57:53 +00:00
"actix-tls 1.0.0",
"actix-utils 1.0.6",
"actix-web-codegen 0.2.2",
"awc 1.0.1",
2020-08-24 23:16:34 +00:00
"bytes",
"derive_more",
"encoding_rs",
"futures",
"fxhash",
"log",
"mime",
"net2",
"pin-project 0.4.23",
2020-08-24 23:16:34 +00:00
"regex",
"serde",
"serde_json",
"serde_urlencoded",
2020-09-11 23:57:53 +00:00
"time 0.1.44",
"url",
]
[[package]]
name = "actix-web"
version = "3.2.0"
2020-09-11 23:57:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88344b7a5ef27e5e09e73565379f69273dd3e2d29e82afc381b84d170d0a5631"
2020-09-11 23:57:53 +00:00
dependencies = [
"actix-codec 0.3.0",
"actix-http 2.1.0",
2020-09-11 23:57:53 +00:00
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-testing",
"actix-threadpool",
"actix-tls 2.0.0",
"actix-utils 2.0.0",
"actix-web-codegen 0.4.0",
2020-09-11 23:57:53 +00:00
"awc 2.0.0",
"bytes",
"derive_more",
"encoding_rs",
"futures-channel",
"futures-core",
"futures-util",
"fxhash",
"log",
"mime",
"pin-project 1.0.1",
2020-09-11 23:57:53 +00:00
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"socket2",
2020-09-24 03:38:37 +00:00
"time 0.2.21",
"tinyvec 1.0.1",
2020-08-24 23:16:34 +00:00
"url",
]
[[package]]
name = "actix-web-codegen"
2020-06-26 09:51:25 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a71bf475cbe07281d0b3696abb48212db118e7e23219f13596ce865235ff5766"
dependencies = [
2020-08-24 23:16:34 +00:00
"proc-macro2",
"quote",
"syn",
]
2020-09-11 23:57:53 +00:00
[[package]]
name = "actix-web-codegen"
version = "0.4.0"
2020-09-11 23:57:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad26f77093333e0e7c6ffe54ebe3582d908a104e448723eec6d43d08b07143fb"
2020-09-11 23:57:53 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2018-07-26 06:05:08 +00:00
[[package]]
2020-07-21 17:42:12 +00:00
name = "actix-web-httpauth"
2020-09-11 23:57:53 +00:00
version = "0.5.0"
2018-07-26 06:05:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "536a75d767c5c2b3e64d3f569621f38ed7609359a0c82d149c88290a6ba41b22"
2018-07-26 06:05:08 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"actix-service",
"actix-web 3.2.0",
2020-08-24 23:16:34 +00:00
"base64 0.12.3",
"bytes",
"futures-util",
2018-05-17 11:47:21 +00:00
]
2020-05-14 23:49:05 +00:00
[[package]]
name = "addr2line"
2020-07-21 17:42:12 +00:00
version = "0.13.0"
2018-10-30 19:38:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"
2020-06-26 09:43:29 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"gimli",
2020-06-26 09:43:29 +00:00
]
[[package]]
2020-07-21 17:42:12 +00:00
name = "adler"
version = "0.2.3"
2020-06-26 09:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
2020-06-26 09:43:29 +00:00
[[package]]
2020-07-21 17:42:12 +00:00
name = "adler32"
2020-08-24 20:23:12 +00:00
version = "1.2.0"
2020-06-26 09:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2018-10-30 19:38:42 +00:00
[[package]]
name = "ahash"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
2018-05-17 11:47:21 +00:00
[[package]]
name = "aho-corasick"
2020-06-26 09:43:29 +00:00
version = "0.7.13"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"memchr",
2018-05-17 11:47:21 +00:00
]
2019-02-04 19:28:06 +00:00
[[package]]
name = "alphanumeric-sort"
version = "1.4.0"
2019-02-04 19:28:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "e0e75706f4ee4c69aaa277f73a7a6ad60222193938d4266b929aacd17ebb29b9"
2019-02-04 19:28:06 +00:00
2018-05-17 11:47:21 +00:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"winapi 0.3.9",
2018-05-17 11:47:21 +00:00
]
2018-10-30 19:38:42 +00:00
[[package]]
name = "arc-swap"
2020-06-26 09:43:29 +00:00
version = "0.4.7"
2019-04-07 13:57:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
2019-04-07 13:57:06 +00:00
[[package]]
name = "assert_cmd"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "c88b9ca26f9c16ec830350d309397e74ee9abdfd8eb1f71cb6ecc71a3fc818da"
dependencies = [
2020-08-24 23:16:34 +00:00
"doc-comment",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
]
[[package]]
name = "assert_fs"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "04dabd011e19821a348abb0dec7b7fda959cd6b3477c474395b958b291942b0e"
dependencies = [
2020-08-24 23:16:34 +00:00
"doc-comment",
"globwalk",
"predicates",
"predicates-core",
"predicates-tree",
"tempfile",
]
2020-06-26 09:51:25 +00:00
[[package]]
name = "async-trait"
2020-09-06 19:44:38 +00:00
version = "0.1.40"
2020-06-26 09:51:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-06 19:44:38 +00:00
checksum = "687c230d85c0a52504709705fc8a53e4a692b83a2184f03dae73e38e1e93a783"
2020-06-26 09:51:25 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"proc-macro2",
"quote",
"syn",
2020-06-26 09:51:25 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "atty"
2020-03-09 17:16:42 +00:00
version = "0.2.14"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"hermit-abi",
"libc",
"winapi 0.3.9",
2018-05-17 11:47:21 +00:00
]
2019-01-11 02:53:30 +00:00
[[package]]
name = "autocfg"
2019-10-23 19:24:48 +00:00
version = "0.1.7"
2019-01-11 02:53:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
2019-01-11 02:53:30 +00:00
2020-03-09 17:16:42 +00:00
[[package]]
name = "autocfg"
2020-08-24 20:23:12 +00:00
version = "1.0.1"
2020-03-09 17:16:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-03-09 17:16:42 +00:00
2020-06-26 09:51:25 +00:00
[[package]]
name = "awc"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d7601d4d1d7ef2335d6597a41b5fe069f6ab799b85f53565ab390e7b7065aac5"
2020-06-26 09:51:25 +00:00
dependencies = [
2020-09-11 23:57:53 +00:00
"actix-codec 0.2.0",
"actix-http 1.0.1",
2020-08-24 23:16:34 +00:00
"actix-rt",
"actix-service",
"base64 0.11.0",
"bytes",
"derive_more",
"futures-core",
"log",
"mime",
"percent-encoding",
"rand 0.7.3",
"serde",
"serde_json",
"serde_urlencoded",
2020-06-26 09:51:25 +00:00
]
2020-09-11 23:57:53 +00:00
[[package]]
name = "awc"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "150e00c06683ab44c5f97d033950e5d87a7a042d06d77f5eecb443cbd23d0575"
dependencies = [
"actix-codec 0.3.0",
"actix-http 2.1.0",
2020-09-11 23:57:53 +00:00
"actix-rt",
"actix-service",
"base64 0.12.3",
"bytes",
"derive_more",
"futures-core",
"log",
"mime",
"percent-encoding",
"rand 0.7.3",
"serde",
"serde_json",
"serde_urlencoded",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "backtrace"
2020-07-21 17:42:12 +00:00
version = "0.3.50"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "46254cf2fdcdf1badb5934448c1bcbe046a56537b3987d96c51a7afc5d03f293"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"addr2line",
"cfg-if",
"libc",
2020-09-24 03:38:37 +00:00
"miniz_oxide 0.4.2",
2020-08-24 23:16:34 +00:00
"object",
"rustc-demangle",
2018-05-17 11:47:21 +00:00
]
2020-09-11 23:57:53 +00:00
[[package]]
name = "base-x"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b20b618342cf9891c292c4f5ac2cde7287cc5c87e87e9c769d617793607dec1"
2020-06-26 09:51:25 +00:00
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
2020-06-26 09:51:25 +00:00
[[package]]
name = "base64"
2020-06-26 09:43:29 +00:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "beef"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "474a626a67200bd107d44179bb3d4fc61891172d11696609264589be6a0e6a43"
[[package]]
name = "bit-set"
2020-05-14 23:49:05 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
dependencies = [
2020-08-24 23:16:34 +00:00
"bit-vec",
]
[[package]]
name = "bit-vec"
2020-05-14 23:49:05 +00:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "5f0dc55f2d8a1a85650ac47858bb001b4c0dd73d79e3c455a842925e68d29cd3"
2018-05-17 11:47:21 +00:00
[[package]]
name = "bitflags"
2019-10-14 18:48:16 +00:00
version = "1.2.1"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2018-05-17 11:47:21 +00:00
2020-06-26 09:50:10 +00:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
2020-06-26 09:50:10 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"generic-array",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "brotli-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cc",
"libc",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "brotli2"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"brotli-sys",
"libc",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "bstr"
2020-05-14 23:49:05 +00:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
dependencies = [
2020-08-24 23:16:34 +00:00
"memchr",
]
2020-09-11 23:57:53 +00:00
[[package]]
name = "buf-min"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6ae7069aad07c7cdefe6a22a671f00650728bd2331a4cc62e1e5d0becdf9ca4"
dependencies = [
"bytes",
]
2020-03-11 14:18:15 +00:00
[[package]]
name = "bumpalo"
2020-06-26 09:43:29 +00:00
version = "3.4.0"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
2020-03-11 14:18:15 +00:00
2018-05-17 11:47:21 +00:00
[[package]]
name = "byteorder"
2020-03-09 17:16:42 +00:00
version = "1.3.4"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2018-05-17 11:47:21 +00:00
[[package]]
name = "bytes"
2020-07-21 17:42:12 +00:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2019-07-07 12:36:45 +00:00
[[package]]
2020-03-11 14:18:15 +00:00
name = "bytesize"
2020-06-26 09:43:29 +00:00
version = "1.0.1"
2019-07-07 12:36:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
2019-07-07 12:36:45 +00:00
2020-06-26 09:51:25 +00:00
[[package]]
name = "bytestring"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "fc7c05fa5172da78a62d9949d662d2ac89d4cc7355d7b49adee5163f1fb3f363"
2020-06-26 09:51:25 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"bytes",
2020-06-26 09:51:25 +00:00
]
[[package]]
name = "bzip2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
dependencies = [
2020-08-24 23:16:34 +00:00
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
2020-06-26 09:43:29 +00:00
version = "0.1.9+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "ad3b39a260062fca31f7b0b12f207e8f2590a67d32ec7d59c20484b07ea7285e"
dependencies = [
2020-08-24 23:16:34 +00:00
"cc",
"libc",
"pkg-config",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "cc"
2020-09-24 03:38:37 +00:00
version = "1.0.60"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 03:38:37 +00:00
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
2018-05-17 11:47:21 +00:00
[[package]]
name = "cfg-if"
2019-09-25 22:39:31 +00:00
version = "0.1.10"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-05-17 11:47:21 +00:00
[[package]]
name = "chrono"
version = "0.4.19"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2018-05-17 11:47:21 +00:00
dependencies = [
"libc",
2020-08-24 23:16:34 +00:00
"num-integer",
"num-traits",
2020-09-11 23:57:53 +00:00
"time 0.1.44",
"winapi 0.3.9",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "chrono-humanize"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0a4c32145b4db85fe1c4f2b125a4f9493769df424f5f84baf6b04ea8eaf33c9"
dependencies = [
2020-08-24 23:16:34 +00:00
"chrono",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "clap"
2020-08-24 20:23:12 +00:00
version = "2.33.3"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2018-05-17 11:47:21 +00:00
]
2018-07-26 06:05:08 +00:00
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2018-07-26 06:05:08 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"bitflags",
2018-07-26 06:05:08 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
2020-07-21 17:42:12 +00:00
name = "cloudabi"
version = "0.1.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"bitflags",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "codemap"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24"
2020-09-11 23:57:53 +00:00
[[package]]
name = "const_fn"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce90df4c658c62f12d78f7508cf92f9173e5184a539c10bfe54a3107b3ffd0f2"
[[package]]
name = "cookie"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1373a16a4937bc34efec7b391f9c1500c30b8478a701a4f44c9165cc0475a6e0"
dependencies = [
"percent-encoding",
2020-09-24 03:38:37 +00:00
"time 0.2.21",
2020-09-11 23:57:53 +00:00
"version_check 0.9.2",
]
[[package]]
name = "copyless"
2020-06-26 09:43:29 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
2020-06-26 09:50:10 +00:00
[[package]]
name = "cpuid-bool"
2020-07-21 17:42:12 +00:00
version = "0.1.2"
2020-06-26 09:50:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
2020-06-26 09:50:10 +00:00
2018-12-10 15:32:09 +00:00
[[package]]
name = "crc32fast"
2019-03-23 12:54:23 +00:00
version = "1.2.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
2019-02-11 13:53:36 +00:00
]
2020-03-09 17:16:42 +00:00
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2020-03-09 17:16:42 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"autocfg 1.0.1",
"cfg-if",
"lazy_static",
2020-03-09 17:16:42 +00:00
]
[[package]]
name = "ctor"
2020-09-24 03:38:37 +00:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 03:38:37 +00:00
checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
dependencies = [
2020-08-24 23:16:34 +00:00
"quote",
"syn",
]
[[package]]
name = "derive_more"
2020-09-11 23:57:53 +00:00
version = "0.99.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "1dcfabdab475c16a93d669dddfc393027803e347d09663f524447f642fbb84ba"
dependencies = [
2020-08-24 23:16:34 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2020-06-26 09:50:10 +00:00
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
2020-06-26 09:50:10 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"generic-array",
2020-06-26 09:50:10 +00:00
]
2020-09-11 23:57:53 +00:00
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
[[package]]
name = "doc-comment"
2020-05-14 23:49:05 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2018-05-17 11:47:21 +00:00
[[package]]
name = "dtoa"
2020-06-26 09:43:29 +00:00
version = "0.4.6"
2019-05-19 14:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
2019-05-19 14:16:06 +00:00
[[package]]
name = "either"
2020-09-24 03:38:37 +00:00
version = "1.6.1"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 03:38:37 +00:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2018-05-17 11:47:21 +00:00
[[package]]
2020-07-21 17:42:12 +00:00
name = "encoding_rs"
2020-08-24 20:23:12 +00:00
version = "0.8.24"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
2018-05-17 11:47:21 +00:00
]
[[package]]
2020-07-21 17:42:12 +00:00
name = "enum-as-inner"
2020-08-24 20:23:12 +00:00
version = "0.3.3"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"heck",
"proc-macro2",
"quote",
"syn",
2018-05-17 11:47:21 +00:00
]
[[package]]
2020-07-21 17:42:12 +00:00
name = "failure"
version = "0.1.8"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"backtrace",
"failure_derive",
2018-05-17 11:47:21 +00:00
]
[[package]]
2020-07-21 17:42:12 +00:00
name = "failure_derive"
version = "0.1.8"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"proc-macro2",
"quote",
"syn",
"synstructure",
2018-05-17 11:47:21 +00:00
]
[[package]]
2020-07-21 17:42:12 +00:00
name = "filetime"
2020-08-24 20:23:12 +00:00
version = "0.2.12"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"libc",
"redox_syscall",
"winapi 0.3.9",
2018-05-17 11:47:21 +00:00
]
[[package]]
2020-07-21 17:42:12 +00:00
name = "flate2"
2020-09-11 23:57:53 +00:00
version = "1.0.14"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"crc32fast",
"libc",
2020-09-11 23:57:53 +00:00
"miniz_oxide 0.3.7",
2018-05-17 11:47:21 +00:00
]
[[package]]
2020-07-21 17:42:12 +00:00
name = "float-cmp"
version = "0.8.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4"
2020-07-21 17:42:12 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"num-traits",
2020-07-21 17:42:12 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
2020-07-21 17:42:12 +00:00
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fuchsia-cprng"
2019-02-11 13:53:36 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2018-05-17 11:47:21 +00:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"bitflags",
"fuchsia-zircon-sys",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2018-05-17 11:47:21 +00:00
[[package]]
name = "futf"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
dependencies = [
2020-08-24 23:16:34 +00:00
"mac",
"new_debug_unreachable",
]
2020-06-26 09:51:25 +00:00
[[package]]
name = "futures"
version = "0.3.7"
2020-06-26 09:51:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95314d38584ffbfda215621d723e0a3906f032e03ae5551e650058dac83d4797"
2020-06-26 09:51:25 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
2020-06-26 09:51:25 +00:00
]
2020-03-11 14:18:15 +00:00
[[package]]
name = "futures-channel"
version = "0.3.7"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0448174b01148032eed37ac4aed28963aaaa8cfa93569a08e5b479bbc6c2c151"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"futures-core",
"futures-sink",
2020-03-11 14:18:15 +00:00
]
[[package]]
name = "futures-core"
version = "0.3.7"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18eaa56102984bed2c88ea39026cff3ce3b4c7f508ca970cedf2450ea10d4e46"
2020-03-11 14:18:15 +00:00
2020-06-26 09:51:25 +00:00
[[package]]
name = "futures-executor"
version = "0.3.7"
2020-06-26 09:51:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5f8e0c9258abaea85e78ebdda17ef9666d390e987f006be6080dfe354b708cb"
2020-06-26 09:51:25 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"futures-core",
"futures-task",
"futures-util",
2020-06-26 09:51:25 +00:00
]
2020-03-11 14:18:15 +00:00
[[package]]
name = "futures-io"
version = "0.3.7"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e1798854a4727ff944a7b12aa999f58ce7aa81db80d2dfaaf2ba06f065ddd2b"
2020-03-11 14:18:15 +00:00
2020-06-26 09:51:25 +00:00
[[package]]
name = "futures-macro"
version = "0.3.7"
2020-06-26 09:51:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e36fccf3fc58563b4a14d265027c627c3b665d7fed489427e88e7cc929559efe"
2020-06-26 09:51:25 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
2020-06-26 09:51:25 +00:00
]
2020-03-11 14:18:15 +00:00
[[package]]
name = "futures-sink"
version = "0.3.7"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e3ca3f17d6e8804ae5d3df7a7d35b2b3a6fe89dac84b31872720fc3060a0b11"
2020-03-11 14:18:15 +00:00
[[package]]
name = "futures-task"
version = "0.3.7"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d502af37186c4fef99453df03e374683f8a1eec9dcc1e66b3b82dc8278ce3c"
2020-05-14 23:49:05 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"once_cell",
2020-05-14 23:49:05 +00:00
]
2020-03-11 14:18:15 +00:00
[[package]]
name = "futures-util"
version = "0.3.7"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abcb44342f62e6f3e8ac427b8aa815f724fd705dfad060b18ac7866c15bb8e34"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project 1.0.1",
2020-08-24 23:16:34 +00:00
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
2020-03-11 14:18:15 +00:00
]
2020-06-26 09:51:25 +00:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2020-06-26 09:51:25 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"byteorder",
2020-06-26 09:51:25 +00:00
]
2020-06-26 09:50:10 +00:00
[[package]]
name = "generic-array"
2020-08-24 20:23:12 +00:00
version = "0.14.4"
2020-06-26 09:50:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
2020-06-26 09:50:10 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"typenum",
"version_check 0.9.2",
2020-06-26 09:50:10 +00:00
]
2019-07-07 12:36:45 +00:00
[[package]]
name = "getrandom"
2020-09-11 23:57:53 +00:00
version = "0.1.15"
2019-07-07 12:36:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
2019-07-07 12:36:45 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"libc",
2020-09-06 19:44:38 +00:00
"wasi 0.9.0+wasi-snapshot-preview1",
2019-07-07 12:36:45 +00:00
]
2020-05-14 23:49:05 +00:00
[[package]]
name = "gimli"
2020-07-21 17:42:12 +00:00
version = "0.22.0"
2020-05-14 23:49:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
2020-05-14 23:49:05 +00:00
[[package]]
name = "globset"
2020-05-14 23:49:05 +00:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
dependencies = [
2020-08-24 23:16:34 +00:00
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
[[package]]
name = "globwalk"
2020-03-09 17:16:42 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d9db17aec586697a93219b19726b5b68307eba92898c34b170857343fe67c99d"
dependencies = [
2020-08-24 23:16:34 +00:00
"ignore",
"walkdir",
]
[[package]]
name = "grass"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de2cf11276bb4d38b76d9666f9d87423522d57a519aefb9df744c1f6cf574e4f"
dependencies = [
"beef",
"clap",
"codemap",
"indexmap",
"lasso",
"num-bigint",
"num-rational",
"num-traits",
"once_cell",
"peekmore",
"phf",
"rand 0.7.3",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "h2"
2020-07-21 17:42:12 +00:00
version = "0.2.6"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util 0.3.1",
"tracing",
2020-07-21 17:42:12 +00:00
]
[[package]]
name = "hashbrown"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
dependencies = [
"ahash",
"autocfg 1.0.1",
]
2020-07-21 17:42:12 +00:00
[[package]]
name = "hashbrown"
2020-09-06 19:44:38 +00:00
version = "0.9.0"
2020-07-21 17:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-06 19:44:38 +00:00
checksum = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7"
2020-03-11 14:18:15 +00:00
2019-02-14 21:24:07 +00:00
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
2019-02-14 21:24:07 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"unicode-segmentation",
2020-03-09 17:16:42 +00:00
]
[[package]]
name = "hermit-abi"
2020-09-24 03:38:37 +00:00
version = "0.1.16"
2020-03-09 17:16:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 03:38:37 +00:00
checksum = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151"
2020-03-09 17:16:42 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"libc",
2019-02-14 21:24:07 +00:00
]
[[package]]
name = "hex"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
2018-05-17 11:47:21 +00:00
[[package]]
name = "hostname"
2020-03-09 17:16:42 +00:00
version = "0.3.1"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"libc",
"match_cfg",
"winapi 0.3.9",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "html5ever"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
dependencies = [
2020-08-24 23:16:34 +00:00
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
"syn",
]
2020-03-11 14:18:15 +00:00
[[package]]
name = "http"
2020-05-14 23:49:05 +00:00
version = "0.2.1"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"bytes",
"fnv",
"itoa",
2020-03-11 14:18:15 +00:00
]
2019-05-19 14:16:06 +00:00
[[package]]
name = "http-body"
2020-03-11 14:18:15 +00:00
version = "0.3.1"
2019-05-19 14:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
2019-05-19 14:16:06 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"bytes",
"http",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "httparse"
2019-07-07 12:36:45 +00:00
version = "1.3.4"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
2018-05-17 11:47:21 +00:00
2020-09-24 03:38:37 +00:00
[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
[[package]]
name = "hyper"
2020-09-24 03:38:37 +00:00
version = "0.13.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 03:38:37 +00:00
checksum = "2f3afcfae8af5ad0576a31e768415edb627824129e8e5a29b8bfccb2f234e835"
dependencies = [
2020-08-24 23:16:34 +00:00
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
2020-09-24 03:38:37 +00:00
"httpdate",
2020-08-24 23:16:34 +00:00
"itoa",
"pin-project 0.4.23",
2020-08-24 23:16:34 +00:00
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
2020-07-21 23:15:57 +00:00
name = "hyper-rustls"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
dependencies = [
2020-08-24 23:16:34 +00:00
"bytes",
"futures-util",
"hyper",
"log",
"rustls",
"tokio",
"tokio-rustls",
"webpki",
]
2019-07-25 12:22:31 +00:00
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2019-07-25 12:22:31 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"matches",
"unicode-bidi",
"unicode-normalization",
2019-07-25 12:22:31 +00:00
]
[[package]]
name = "ignore"
2020-06-26 09:43:29 +00:00
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "22dcbf2a4a289528dbef21686354904e1c694ac642610a9bff9e7df730d9ec72"
dependencies = [
2020-08-24 23:16:34 +00:00
"crossbeam-utils",
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "indexmap"
2020-09-06 19:44:38 +00:00
version = "1.6.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-06 19:44:38 +00:00
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
2019-10-23 19:24:48 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"autocfg 1.0.1",
"hashbrown 0.9.0",
2019-10-23 19:24:48 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
2020-07-21 17:42:12 +00:00
name = "instant"
2020-09-24 03:38:37 +00:00
version = "0.1.7"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 03:38:37 +00:00
checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66"
dependencies = [
"cfg-if",
]
2018-05-17 11:47:21 +00:00
[[package]]
2020-07-21 17:42:12 +00:00
name = "iovec"
version = "0.1.4"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"libc",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "ipconfig"
2020-05-14 23:49:05 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
dependencies = [
2020-08-24 23:16:34 +00:00
"socket2",
"widestring",
"winapi 0.3.9",
"winreg 0.6.2",
]
[[package]]
name = "ipnet"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
2018-05-17 11:47:21 +00:00
[[package]]
name = "itoa"
2020-06-26 09:43:29 +00:00
version = "0.4.6"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
2018-05-17 11:47:21 +00:00
2020-03-11 14:18:15 +00:00
[[package]]
name = "js-sys"
2020-09-11 23:57:53 +00:00
version = "0.3.45"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"wasm-bindgen",
2020-03-11 14:18:15 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"winapi 0.2.8",
"winapi-build",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
2018-05-17 11:47:21 +00:00
[[package]]
name = "lasso"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf1a626ea51398f5acf36666c8046ff4bfd048aab88e92db676d2a6eac8805d0"
dependencies = [
"hashbrown 0.8.2",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "lazy_static"
2019-08-31 13:28:31 +00:00
version = "1.4.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-05-17 11:47:21 +00:00
[[package]]
name = "libc"
2020-09-11 23:57:53 +00:00
version = "0.2.77"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
2018-05-17 11:47:21 +00:00
2019-03-08 19:25:02 +00:00
[[package]]
name = "libflate"
version = "1.0.3"
2019-03-08 19:25:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389de7875e06476365974da3e7ff85d55f1972188ccd9f6020dd7c8156e17914"
2019-03-08 19:25:02 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"adler32",
"crc32fast",
"libflate_lz77",
"rle-decode-fast",
2019-03-08 19:25:02 +00:00
]
[[package]]
name = "libflate_lz77"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "3286f09f7d4926fc486334f28d8d2e6ebe4f7f9994494b6dab27ddfad2c9b11b"
2018-05-17 11:47:21 +00:00
[[package]]
name = "linked-hash-map"
2020-05-14 23:49:05 +00:00
version = "0.5.3"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
2018-05-17 11:47:21 +00:00
2018-06-22 14:31:25 +00:00
[[package]]
name = "lock_api"
2020-07-21 17:42:12 +00:00
version = "0.4.1"
2019-07-25 11:50:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
2019-07-25 11:50:36 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"scopeguard",
2019-07-25 11:50:36 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "log"
version = "0.4.11"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "lru-cache"
2019-03-23 12:54:23 +00:00
version = "0.1.2"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"linked-hash-map",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "markup5ever"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab"
dependencies = [
2020-08-24 23:16:34 +00:00
"log",
"phf",
"phf_codegen",
"serde",
"serde_derive",
"serde_json",
"string_cache",
"string_cache_codegen",
"tendril",
]
[[package]]
name = "markup5ever_rcdom"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
dependencies = [
2020-08-24 23:16:34 +00:00
"html5ever",
"markup5ever",
"tendril",
"xml5ever",
]
2020-03-09 17:16:42 +00:00
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2020-03-09 17:16:42 +00:00
2018-05-17 11:47:21 +00:00
[[package]]
name = "matches"
2018-10-30 19:38:42 +00:00
version = "0.1.8"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2018-05-17 11:47:21 +00:00
2019-02-23 10:06:19 +00:00
[[package]]
name = "maud"
2020-06-26 09:51:25 +00:00
version = "0.22.0"
2019-02-23 10:06:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "84613702fc079d2e22a2d39b9a1b80a8da9e82b13fb5fe7abcd488928ea75fdb"
2019-02-23 10:06:19 +00:00
dependencies = [
2020-09-11 23:57:53 +00:00
"actix-web 2.0.0",
2020-08-24 23:16:34 +00:00
"futures",
"maud_htmlescape",
"maud_macros",
2019-02-23 10:06:19 +00:00
]
[[package]]
name = "maud_htmlescape"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d0fb85bccffc42302ad1e1ed8679f6a39d1317f775a37fbc3f79bdfbe054bfb7"
2019-02-23 10:06:19 +00:00
[[package]]
name = "maud_macros"
2020-06-26 09:51:25 +00:00
version = "0.22.0"
2019-02-23 10:06:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "5eb626dcc05fdacb1796b5efae3ea50ca1213713925093e2febb7d33ba5c9bcd"
2019-02-23 10:06:19 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"matches",
"maud_htmlescape",
"syn",
2019-02-23 10:06:19 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "memchr"
2020-03-09 17:16:42 +00:00
version = "2.3.3"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2018-05-17 11:47:21 +00:00
[[package]]
name = "mime"
2020-03-09 17:16:42 +00:00
version = "0.3.16"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2018-05-17 11:47:21 +00:00
[[package]]
name = "mime_guess"
2020-03-09 17:16:42 +00:00
version = "2.0.3"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"mime",
"unicase",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "miniserve"
version = "0.10.1-alpha.0"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"actix-files",
"actix-multipart",
"actix-web 3.2.0",
2020-08-24 23:16:34 +00:00
"actix-web-httpauth",
"alphanumeric-sort",
"assert_cmd",
"assert_fs",
"bytesize",
"chrono",
"chrono-humanize",
"failure",
"futures",
"grass",
2020-08-24 23:16:34 +00:00
"hex",
"libflate",
"log",
"maud",
2020-09-24 02:39:19 +00:00
"mime",
2020-08-24 23:16:34 +00:00
"nanoid",
"percent-encoding",
"port_check",
"pretty_assertions",
"qrcodegen",
"regex",
"reqwest",
"rstest",
"select",
"serde",
"sha2",
"simplelog",
"structopt",
"strum",
"strum_macros",
"tar",
"url",
"yansi",
"zip",
2018-05-17 11:47:21 +00:00
]
2020-09-11 23:57:53 +00:00
[[package]]
name = "miniz_oxide"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
dependencies = [
"adler32",
]
2018-10-30 19:38:42 +00:00
[[package]]
name = "miniz_oxide"
2020-09-24 03:38:37 +00:00
version = "0.4.2"
2018-10-30 19:38:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 03:38:37 +00:00
checksum = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9"
2018-10-30 19:38:42 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"adler",
2020-09-24 03:38:37 +00:00
"autocfg 1.0.1",
2018-10-30 19:38:42 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "mio"
2020-05-14 23:49:05 +00:00
version = "0.6.22"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "mio-uds"
2020-05-14 23:49:05 +00:00
version = "0.6.8"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"iovec",
"libc",
"mio",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "nanoid"
2020-06-26 14:18:01 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a6226bc4e142124cb44e309a37a04cd9bb10e740d8642855441d3b14808f635e"
dependencies = [
2020-08-24 23:16:34 +00:00
"rand 0.6.5",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "net2"
2020-09-11 23:57:53 +00:00
version = "0.2.35"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"libc",
"winapi 0.3.9",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "new_debug_unreachable"
2020-03-09 17:16:42 +00:00
version = "1.0.4"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2018-05-17 11:47:21 +00:00
2019-01-11 02:53:30 +00:00
[[package]]
name = "nom"
2019-03-23 12:54:23 +00:00
version = "4.2.3"
2019-01-11 02:53:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
2019-01-11 02:53:30 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"memchr",
"version_check 0.1.5",
2019-01-11 02:53:30 +00:00
]
[[package]]
name = "normalize-line-endings"
2020-03-09 17:16:42 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
[[package]]
name = "num-bigint"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7f3fc75e3697059fb1bc465e3d8cca6cf92f56854f201158b3f9c77d5a3cfa0"
dependencies = [
"autocfg 1.0.1",
"num-integer",
"num-traits",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "num-integer"
2020-06-26 09:43:29 +00:00
version = "0.1.43"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"autocfg 1.0.1",
"num-traits",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "num-rational"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5b4d7360f362cfb50dde8143501e6940b22f644be75a4cc90b2d81968908138"
dependencies = [
"autocfg 1.0.1",
"num-bigint",
"num-integer",
"num-traits",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "num-traits"
2020-06-26 09:43:29 +00:00
version = "0.2.12"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2019-06-14 01:35:41 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"autocfg 1.0.1",
2019-06-14 01:35:41 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "num_cpus"
2020-05-14 23:49:05 +00:00
version = "1.13.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"hermit-abi",
"libc",
2018-05-17 11:47:21 +00:00
]
2020-05-14 23:49:05 +00:00
[[package]]
name = "object"
2020-06-26 09:43:29 +00:00
version = "0.20.0"
2020-05-14 23:49:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
2020-05-14 23:49:05 +00:00
[[package]]
name = "once_cell"
2020-08-24 20:23:12 +00:00
version = "1.4.1"
2020-05-14 23:49:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
2020-05-14 23:49:05 +00:00
2020-06-26 09:50:10 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2020-06-26 09:50:10 +00:00
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
2020-08-24 23:16:34 +00:00
"winapi 0.3.9",
2019-07-25 11:50:36 +00:00
]
2020-06-26 09:51:25 +00:00
[[package]]
name = "parking_lot"
2020-07-21 17:42:12 +00:00
version = "0.11.0"
2019-07-25 11:50:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
2019-07-25 11:50:36 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"instant",
"lock_api",
"parking_lot_core",
2019-07-25 11:50:36 +00:00
]
2020-06-26 09:51:25 +00:00
[[package]]
name = "parking_lot_core"
2020-07-21 17:42:12 +00:00
version = "0.8.0"
2020-06-26 09:51:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
2020-06-26 09:51:25 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"cloudabi 0.1.0",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi 0.3.9",
2020-06-26 09:51:25 +00:00
]
[[package]]
name = "peekmore"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e029e89e27328ecf6a2e0820b5767ce6deb10872f2f18fb9e98d2e8ab7aef29f"
dependencies = [
"smallvec",
]
2019-07-25 11:50:36 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
2019-07-25 11:50:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-07-25 11:50:36 +00:00
2018-05-17 11:47:21 +00:00
[[package]]
name = "phf"
version = "0.8.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2018-05-17 11:47:21 +00:00
dependencies = [
"phf_macros",
2020-08-24 23:16:34 +00:00
"phf_shared",
"proc-macro-hack",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "phf_codegen"
version = "0.8.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"phf_generator",
"phf_shared",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "phf_generator"
version = "0.8.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"phf_shared",
"rand 0.7.3",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "phf_macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "phf_shared"
version = "0.8.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"siphasher",
2018-05-17 11:47:21 +00:00
]
2020-03-11 14:18:15 +00:00
[[package]]
name = "pin-project"
2020-08-24 20:23:12 +00:00
version = "0.4.23"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"
2020-03-11 14:18:15 +00:00
dependencies = [
"pin-project-internal 0.4.23",
]
[[package]]
name = "pin-project"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841"
dependencies = [
"pin-project-internal 1.0.1",
2020-03-11 14:18:15 +00:00
]
[[package]]
name = "pin-project-internal"
2020-08-24 20:23:12 +00:00
version = "0.4.23"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"proc-macro2",
"quote",
"syn",
2020-03-11 14:18:15 +00:00
]
[[package]]
name = "pin-project-internal"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-03-11 14:18:15 +00:00
[[package]]
name = "pin-project-lite"
2020-06-26 09:43:29 +00:00
version = "0.1.7"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
2020-03-11 14:18:15 +00:00
[[package]]
name = "pin-utils"
2020-05-14 23:49:05 +00:00
version = "0.1.0"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-03-11 14:18:15 +00:00
[[package]]
name = "pkg-config"
2020-07-21 17:42:12 +00:00
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2020-06-26 09:43:29 +00:00
[[package]]
2020-07-21 17:42:12 +00:00
name = "port_check"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "f6519412c9e0d4be579b9f0618364d19cb434b324fc6ddb1b27b1e682c7105ed"
2019-07-07 12:36:45 +00:00
[[package]]
name = "ppv-lite86"
2020-08-24 20:23:12 +00:00
version = "0.2.9"
2019-07-07 12:36:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
2019-07-07 12:36:45 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
[[package]]
name = "predicates"
2020-07-21 17:42:12 +00:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "96bfead12e90dccead362d62bb2c90a5f6fc4584963645bc7f71a735e0b0735a"
dependencies = [
2020-08-24 23:16:34 +00:00
"difference",
"float-cmp",
"normalize-line-endings",
"predicates-core",
"regex",
]
[[package]]
name = "predicates-core"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"
[[package]]
name = "predicates-tree"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
dependencies = [
2020-08-24 23:16:34 +00:00
"predicates-core",
"treeline",
]
2019-04-24 01:38:22 +00:00
[[package]]
name = "pretty_assertions"
version = "0.6.1"
2019-04-24 01:38:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
2019-04-24 01:38:22 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"ansi_term",
"ctor",
"difference",
"output_vt100",
2019-04-24 01:38:22 +00:00
]
2019-09-03 23:27:36 +00:00
[[package]]
name = "proc-macro-error"
2020-08-24 20:23:12 +00:00
version = "1.0.4"
2019-09-03 23:27:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2019-09-03 23:27:36 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check 0.9.2",
2019-09-03 23:27:36 +00:00
]
[[package]]
name = "proc-macro-error-attr"
2020-08-24 20:23:12 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
2020-08-24 23:16:34 +00:00
"proc-macro2",
"quote",
"version_check 0.9.2",
2020-03-09 17:16:42 +00:00
]
[[package]]
name = "proc-macro-hack"
2020-08-24 20:23:12 +00:00
version = "0.5.18"
2020-03-09 17:16:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"
2020-06-26 09:51:25 +00:00
[[package]]
name = "proc-macro-nested"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
2020-06-26 09:51:25 +00:00
2018-05-17 11:47:21 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.24"
2019-08-31 13:28:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2019-08-31 13:28:31 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"unicode-xid",
2019-08-31 13:28:31 +00:00
]
[[package]]
name = "qrcodegen"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d24ea38b2345f15533e6668104bec0136883404287e095f15f9ea2522e2b4b6c"
2018-05-17 11:47:21 +00:00
[[package]]
name = "quick-error"
2020-03-09 17:16:42 +00:00
version = "1.2.3"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2018-05-17 11:47:21 +00:00
2019-08-31 13:28:31 +00:00
[[package]]
name = "quote"
2020-06-26 09:43:29 +00:00
version = "1.0.7"
2019-08-31 13:28:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2019-08-31 13:28:31 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"proc-macro2",
2018-07-26 06:05:08 +00:00
]
2018-12-10 15:32:09 +00:00
[[package]]
name = "rand"
2019-02-11 13:53:36 +00:00
version = "0.6.5"
2018-12-10 15:32:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
2018-12-10 15:32:09 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"autocfg 0.1.7",
"libc",
"rand_chacha 0.1.1",
"rand_core 0.4.2",
"rand_hc 0.1.0",
"rand_isaac",
"rand_jitter",
"rand_os",
"rand_pcg 0.1.2",
"rand_xorshift",
"winapi 0.3.9",
2018-12-10 15:32:09 +00:00
]
2019-07-07 12:36:45 +00:00
[[package]]
name = "rand"
2020-03-09 17:16:42 +00:00
version = "0.7.3"
2019-07-07 12:36:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-07-07 12:36:45 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"getrandom",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc 0.2.0",
"rand_pcg 0.2.1",
2019-07-07 12:36:45 +00:00
]
2018-12-10 15:32:09 +00:00
[[package]]
name = "rand_chacha"
2019-01-11 02:53:30 +00:00
version = "0.1.1"
2018-12-10 15:32:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
2018-12-10 15:32:09 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"autocfg 0.1.7",
"rand_core 0.3.1",
2018-12-10 15:32:09 +00:00
]
2019-07-07 12:36:45 +00:00
[[package]]
name = "rand_chacha"
2020-03-11 14:18:15 +00:00
version = "0.2.2"
2019-07-07 12:36:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-07-07 12:36:45 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"ppv-lite86",
"rand_core 0.5.1",
2019-07-07 12:36:45 +00:00
]
2018-07-26 06:05:08 +00:00
[[package]]
name = "rand_core"
2019-02-11 13:53:36 +00:00
version = "0.3.1"
2018-10-30 19:38:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2018-10-30 19:38:42 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"rand_core 0.4.2",
2018-10-30 19:38:42 +00:00
]
[[package]]
name = "rand_core"
2019-08-31 13:28:31 +00:00
version = "0.4.2"
2018-07-26 06:05:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2018-07-26 06:05:08 +00:00
2019-07-07 12:36:45 +00:00
[[package]]
name = "rand_core"
2019-08-31 13:28:31 +00:00
version = "0.5.1"
2019-07-07 12:36:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-07-07 12:36:45 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"getrandom",
2019-07-07 12:36:45 +00:00
]
2018-12-10 15:32:09 +00:00
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
2018-12-10 15:32:09 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"rand_core 0.3.1",
2018-12-10 15:32:09 +00:00
]
2019-07-07 12:36:45 +00:00
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-07-07 12:36:45 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"rand_core 0.5.1",
2019-07-07 12:36:45 +00:00
]
2018-12-10 15:32:09 +00:00
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2018-12-10 15:32:09 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"rand_core 0.3.1",
2019-02-11 13:53:36 +00:00
]
[[package]]
name = "rand_jitter"
2019-05-19 14:16:06 +00:00
version = "0.1.4"
2019-02-11 13:53:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
2019-02-11 13:53:36 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"libc",
"rand_core 0.4.2",
"winapi 0.3.9",
2018-12-10 15:32:09 +00:00
]
2019-01-11 02:53:30 +00:00
[[package]]
name = "rand_os"
2019-03-23 12:54:23 +00:00
version = "0.1.3"
2019-01-11 02:53:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2019-01-11 02:53:30 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cloudabi 0.0.3",
"fuchsia-cprng",
"libc",
"rand_core 0.4.2",
"rdrand",
"winapi 0.3.9",
2019-01-11 02:53:30 +00:00
]
2018-12-10 15:32:09 +00:00
[[package]]
name = "rand_pcg"
2019-02-27 23:55:34 +00:00
version = "0.1.2"
2018-12-10 15:32:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
2018-12-10 15:32:09 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"autocfg 0.1.7",
"rand_core 0.4.2",
2018-12-10 15:32:09 +00:00
]
[[package]]
name = "rand_pcg"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
dependencies = [
2020-08-24 23:16:34 +00:00
"rand_core 0.5.1",
]
2018-12-10 15:32:09 +00:00
[[package]]
name = "rand_xorshift"
2019-01-11 02:53:30 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
2019-01-11 02:53:30 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"rand_core 0.3.1",
2019-01-11 02:53:30 +00:00
]
[[package]]
name = "rdrand"
version = "0.4.0"
2018-12-10 15:32:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2018-12-10 15:32:09 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"rand_core 0.3.1",
2018-12-10 15:32:09 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "redox_syscall"
2020-07-21 17:42:12 +00:00
version = "0.1.57"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2018-05-17 11:47:21 +00:00
[[package]]
name = "regex"
version = "1.4.2"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "regex-syntax"
version = "0.6.21"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
2018-05-17 11:47:21 +00:00
[[package]]
name = "remove_dir_all"
2020-06-26 09:43:29 +00:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
2020-08-24 23:16:34 +00:00
"winapi 0.3.9",
]
[[package]]
name = "reqwest"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9eaa17ac5d7b838b7503d118fa16ad88f440498bf9ffe5424e621f93190d61e"
2020-08-24 23:16:34 +00:00
dependencies = [
"base64 0.12.3",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body",
"hyper",
"hyper-rustls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite",
"rustls",
"serde",
"serde_urlencoded",
"tokio",
"tokio-rustls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
"winreg 0.7.0",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "resolv-conf"
2020-03-09 17:16:42 +00:00
version = "0.6.3"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "11834e137f3b14e309437a8276714eed3a80d1ef894869e510f2c0c0b98b9f4a"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"hostname",
"quick-error",
2018-05-17 11:47:21 +00:00
]
2020-07-21 23:15:57 +00:00
[[package]]
name = "ring"
version = "0.16.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4"
2020-07-21 23:15:57 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi 0.3.9",
2020-07-21 23:15:57 +00:00
]
[[package]]
name = "rle-decode-fast"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac"
2019-04-24 01:38:22 +00:00
[[package]]
name = "rstest"
2020-06-26 09:43:29 +00:00
version = "0.6.4"
2019-06-28 21:16:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "dec448bc157977efdc0a71369cf923915b0c4806b1b2449c3fb011071d6f7c38"
2019-04-24 01:38:22 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"proc-macro2",
"quote",
"rustc_version",
"syn",
2019-08-31 13:28:31 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "rustc-demangle"
2019-08-31 13:28:31 +00:00
version = "0.1.16"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
2018-05-17 11:47:21 +00:00
2018-10-30 19:38:42 +00:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2018-10-30 19:38:42 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"semver",
2018-10-30 19:38:42 +00:00
]
2020-07-21 23:15:57 +00:00
[[package]]
name = "rustls"
2020-08-24 20:23:12 +00:00
version = "0.18.1"
2020-07-21 23:15:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
2020-07-21 23:15:57 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"base64 0.12.3",
"log",
"ring",
"sct",
"webpki",
2020-07-21 23:15:57 +00:00
]
2018-10-30 19:38:42 +00:00
[[package]]
name = "ryu"
2020-06-26 09:43:29 +00:00
version = "1.0.5"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2018-05-17 11:47:21 +00:00
[[package]]
name = "same-file"
2020-03-09 17:16:42 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
2020-08-24 23:16:34 +00:00
"winapi-util",
]
[[package]]
name = "scopeguard"
2020-03-09 17:16:42 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
2020-07-21 23:15:57 +00:00
name = "sct"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
dependencies = [
2020-08-24 23:16:34 +00:00
"ring",
"untrusted",
]
[[package]]
name = "select"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "8ee061f90afcc8678bef7a78d0d121683f0ba753f740ff7005f833ec445876b7"
dependencies = [
2020-08-24 23:16:34 +00:00
"bit-set",
"html5ever",
"markup5ever_rcdom",
]
2018-10-30 19:38:42 +00:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2018-10-30 19:38:42 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"semver-parser",
2018-10-30 19:38:42 +00:00
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2018-10-30 19:38:42 +00:00
2018-05-17 11:47:21 +00:00
[[package]]
name = "serde"
version = "1.0.117"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
2019-03-04 23:02:36 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"serde_derive",
2019-03-04 23:02:36 +00:00
]
[[package]]
name = "serde_derive"
version = "1.0.117"
2019-03-04 23:02:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
2019-03-04 23:02:36 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"proc-macro2",
"quote",
"syn",
2019-03-04 23:02:36 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "serde_json"
2020-08-24 20:23:12 +00:00
version = "1.0.57"
2018-10-30 19:38:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
2018-10-30 19:38:42 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"itoa",
"ryu",
"serde",
2018-10-30 19:38:42 +00:00
]
2019-08-31 13:28:31 +00:00
[[package]]
name = "serde_urlencoded"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
2019-08-31 13:28:31 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"dtoa",
"itoa",
"serde",
"url",
2019-08-31 13:28:31 +00:00
]
2020-09-11 23:57:53 +00:00
[[package]]
name = "sha-1"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "170a36ea86c864a3f16dd2687712dd6646f7019f301e57537c7f4dc9f5916770"
dependencies = [
"block-buffer",
"cfg-if",
"cpuid-bool",
"digest",
"opaque-debug",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
2018-05-17 11:47:21 +00:00
2020-06-26 09:50:10 +00:00
[[package]]
name = "sha2"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
2020-06-26 09:50:10 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"block-buffer",
"cfg-if",
"cpuid-bool",
"digest",
"opaque-debug",
2020-06-26 09:50:10 +00:00
]
2019-05-01 07:15:11 +00:00
[[package]]
name = "signal-hook-registry"
2020-08-24 20:23:12 +00:00
version = "1.2.1"
2018-10-30 19:38:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
2018-10-30 19:38:42 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"arc-swap",
"libc",
2018-10-30 19:38:42 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "simplelog"
version = "0.8.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "2b2736f58087298a448859961d3f4a0850b832e72619d75adc69da7993c2cd3c"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"chrono",
"log",
"termcolor",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "siphasher"
version = "0.3.3"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
2018-05-17 11:47:21 +00:00
[[package]]
name = "slab"
2019-02-11 13:53:36 +00:00
version = "0.4.2"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2018-05-17 11:47:21 +00:00
[[package]]
name = "smallvec"
2020-08-24 20:23:12 +00:00
version = "1.4.2"
2020-06-26 09:51:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
2020-06-26 09:51:25 +00:00
2018-05-17 11:47:21 +00:00
[[package]]
name = "socket2"
2020-09-11 23:57:53 +00:00
version = "0.3.15"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"libc",
"redox_syscall",
"winapi 0.3.9",
2019-06-14 01:35:41 +00:00
]
2018-05-17 11:47:21 +00:00
2020-07-21 23:15:57 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2020-07-21 23:15:57 +00:00
2020-09-11 23:57:53 +00:00
[[package]]
name = "standback"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33a71ea1ea5f8747d1af1979bfb7e65c3a025a70609f04ceb78425bc5adad8e6"
dependencies = [
"version_check 0.9.2",
]
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
"discard",
"rustc_version",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_derive",
"syn",
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
"proc-macro2",
"quote",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn",
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
[[package]]
name = "string_cache"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
dependencies = [
2020-08-24 23:16:34 +00:00
"lazy_static",
"new_debug_unreachable",
"phf_shared",
"precomputed-hash",
"serde",
]
[[package]]
name = "string_cache_codegen"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
dependencies = [
2020-08-24 23:16:34 +00:00
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "strsim"
2019-04-07 13:57:06 +00:00
version = "0.8.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2018-05-17 11:47:21 +00:00
2019-02-14 21:24:07 +00:00
[[package]]
name = "structopt"
version = "0.3.20"
2019-02-14 21:24:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126d630294ec449fae0b16f964e35bf3c74f940da9dca17ee9b905f7b3112eb8"
2019-02-14 21:24:07 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"clap",
"lazy_static",
"structopt-derive",
2019-02-14 21:24:07 +00:00
]
[[package]]
name = "structopt-derive"
version = "0.4.13"
2019-02-14 21:24:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65e51c492f9e23a220534971ff5afc14037289de430e3c83f9daf6a1b6ae91e8"
2019-02-14 21:24:07 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2019-02-14 21:24:07 +00:00
]
[[package]]
name = "strum"
version = "0.19.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b89a286a7e3b5720b9a477b23253bc50debac207c8d21505f8e70b36792f11b5"
[[package]]
name = "strum_macros"
version = "0.19.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e61bb0be289045cb80bfce000512e32d09f8337e54c186725da381377ad1f8d5"
dependencies = [
2020-08-24 23:16:34 +00:00
"heck",
"proc-macro2",
"quote",
"syn",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "syn"
version = "1.0.48"
2019-04-24 01:38:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
2019-04-24 01:38:22 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"proc-macro2",
"quote",
"unicode-xid",
2019-08-31 13:28:31 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "synstructure"
2020-06-26 09:43:29 +00:00
version = "0.12.4"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"proc-macro2",
"quote",
"syn",
"unicode-xid",
2018-05-17 11:47:21 +00:00
]
2019-03-08 18:59:59 +00:00
[[package]]
name = "tar"
version = "0.4.30"
2019-03-08 18:59:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "489997b7557e9a43e192c527face4feacc78bfbe6eed67fd55c4c9e381cba290"
2019-03-08 18:59:59 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"filetime",
"libc",
"redox_syscall",
"xattr",
2019-03-08 18:59:59 +00:00
]
[[package]]
name = "tempfile"
2019-07-07 12:36:45 +00:00
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"libc",
"rand 0.7.3",
"redox_syscall",
"remove_dir_all",
"winapi 0.3.9",
]
[[package]]
name = "tendril"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b"
dependencies = [
2020-08-24 23:16:34 +00:00
"futf",
"mac",
"utf-8",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "termcolor"
version = "1.1.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"winapi-util",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "textwrap"
2019-04-07 13:57:06 +00:00
version = "0.11.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"unicode-width",
2018-05-17 11:47:21 +00:00
]
2020-09-11 23:57:53 +00:00
[[package]]
name = "thiserror"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "thread_local"
2020-03-09 17:16:42 +00:00
version = "1.0.1"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"lazy_static",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "threadpool"
2020-05-14 23:49:05 +00:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
2020-08-24 23:16:34 +00:00
"num_cpus",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "time"
2020-09-06 19:44:38 +00:00
version = "0.1.44"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-06 19:44:38 +00:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"libc",
2020-09-06 19:44:38 +00:00
"wasi 0.10.0+wasi-snapshot-preview1",
2020-08-24 23:16:34 +00:00
"winapi 0.3.9",
2018-05-17 11:47:21 +00:00
]
2020-09-11 23:57:53 +00:00
[[package]]
name = "time"
2020-09-24 03:38:37 +00:00
version = "0.2.21"
2020-09-11 23:57:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 03:38:37 +00:00
checksum = "2c2e31fb28e2a9f01f5ed6901b066c1ba2333c04b64dc61254142bafcb3feb2c"
2020-09-11 23:57:53 +00:00
dependencies = [
"const_fn",
"libc",
"standback",
"stdweb",
"time-macros",
"version_check 0.9.2",
"winapi 0.3.9",
]
[[package]]
name = "time-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ae9b6e9f095bc105e183e3cd493d72579be3181ad4004fceb01adbe9eecab2d"
dependencies = [
"proc-macro-hack",
"time-macros-impl",
]
[[package]]
name = "time-macros-impl"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"standback",
"syn",
]
2020-06-26 09:43:29 +00:00
[[package]]
name = "tinyvec"
2020-08-24 20:23:12 +00:00
version = "0.3.4"
2020-06-26 09:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
2020-06-26 09:43:29 +00:00
[[package]]
name = "tinyvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b78a366903f506d2ad52ca8dc552102ffdd3e937ba8a227f024dc1d1eae28575"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2019-05-19 14:16:06 +00:00
[[package]]
2020-03-11 14:18:15 +00:00
name = "tokio"
2020-07-22 21:46:16 +00:00
version = "0.2.22"
2019-05-19 14:16:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
2019-05-19 14:16:06 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"bytes",
"fnv",
"futures-core",
"iovec",
"lazy_static",
"libc",
"memchr",
"mio",
"mio-uds",
"num_cpus",
"pin-project-lite",
"signal-hook-registry",
"slab",
"winapi 0.3.9",
2018-05-17 11:47:21 +00:00
]
2020-03-11 14:18:15 +00:00
[[package]]
2020-07-21 23:15:57 +00:00
name = "tokio-rustls"
2020-09-06 19:44:38 +00:00
version = "0.14.1"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-06 19:44:38 +00:00
checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"futures-core",
"rustls",
"tokio",
"webpki",
2020-03-11 14:18:15 +00:00
]
2020-06-26 09:51:25 +00:00
[[package]]
name = "tokio-util"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
2020-06-26 09:51:25 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"bytes",
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"tokio",
2020-06-26 09:51:25 +00:00
]
2020-03-11 14:18:15 +00:00
[[package]]
name = "tokio-util"
2020-05-14 23:49:05 +00:00
version = "0.3.1"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"bytes",
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"tokio",
2020-03-11 14:18:15 +00:00
]
[[package]]
name = "tower-service"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
2020-03-11 14:18:15 +00:00
[[package]]
2020-07-21 17:42:12 +00:00
name = "tracing"
2020-08-24 20:23:12 +00:00
version = "0.1.19"
2018-10-30 19:38:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
2018-10-30 19:38:42 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"log",
"tracing-core",
2018-10-30 19:38:42 +00:00
]
[[package]]
2020-07-21 17:42:12 +00:00
name = "tracing-core"
2020-09-11 23:57:53 +00:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "5bcf46c1f1f06aeea2d6b81f3c863d0930a596c86ad1920d4e5bad6dd1d7119a"
dependencies = [
2020-08-24 23:16:34 +00:00
"lazy_static",
]
2020-07-21 17:42:12 +00:00
[[package]]
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
2020-07-21 17:42:12 +00:00
[[package]]
name = "trust-dns-proto"
2020-06-26 09:51:25 +00:00
version = "0.18.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "2a7f3a2ab8a919f5eca52a468866a67ed7d3efa265d48a652a9a3452272b413f"
dependencies = [
2020-08-24 23:16:34 +00:00
"async-trait",
"enum-as-inner",
"failure",
"futures",
"idna",
"lazy_static",
"log",
"rand 0.7.3",
"smallvec",
"socket2",
"tokio",
"url",
]
2020-09-11 23:57:53 +00:00
[[package]]
name = "trust-dns-proto"
version = "0.19.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdd7061ba6f4d4d9721afedffbfd403f20f39a4301fee1b70d6fcd09cca69f28"
dependencies = [
"async-trait",
"backtrace",
"enum-as-inner",
"futures",
"idna",
"lazy_static",
"log",
"rand 0.7.3",
"smallvec",
"thiserror",
"tokio",
"url",
]
[[package]]
name = "trust-dns-resolver"
2020-06-26 09:51:25 +00:00
version = "0.18.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "6f90b1502b226f8b2514c6d5b37bafa8c200d7ca4102d57dc36ee0f3b7a04a2f"
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"failure",
"futures",
"ipconfig",
"lazy_static",
"log",
"lru-cache",
"resolv-conf",
"smallvec",
"tokio",
2020-09-11 23:57:53 +00:00
"trust-dns-proto 0.18.0-alpha.2",
]
[[package]]
name = "trust-dns-resolver"
version = "0.19.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f23cdfdc3d8300b3c50c9e84302d3bd6d860fb9529af84ace6cf9665f181b77"
dependencies = [
"backtrace",
"cfg-if",
"futures",
"ipconfig",
"lazy_static",
"log",
"lru-cache",
"resolv-conf",
"smallvec",
"thiserror",
"tokio",
"trust-dns-proto 0.19.5",
]
[[package]]
name = "try-lock"
2020-07-21 17:42:12 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-07-21 17:42:12 +00:00
[[package]]
name = "twoway"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "6b40075910de3a912adbd80b5d8bad6ad10a23eeb1f5bf9d4006839e899ba5bc"
2020-07-21 17:42:12 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"memchr",
"unchecked-index",
2020-07-21 17:42:12 +00:00
]
[[package]]
name = "typenum"
2020-05-14 23:49:05 +00:00
version = "1.12.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
2018-05-17 11:47:21 +00:00
2020-07-21 17:42:12 +00:00
[[package]]
name = "unchecked-index"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
2020-07-21 17:42:12 +00:00
2018-05-17 11:47:21 +00:00
[[package]]
name = "unicase"
2020-03-09 17:16:42 +00:00
version = "2.6.0"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"version_check 0.9.2",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"matches",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "unicode-normalization"
2020-06-26 09:43:29 +00:00
version = "0.1.13"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
2019-02-11 13:53:36 +00:00
dependencies = [
"tinyvec 0.3.4",
2019-02-11 13:53:36 +00:00
]
2018-05-17 11:47:21 +00:00
2019-02-14 21:24:07 +00:00
[[package]]
name = "unicode-segmentation"
2020-03-09 17:16:42 +00:00
version = "1.6.0"
2019-02-14 21:24:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
2019-02-14 21:24:07 +00:00
2018-05-17 11:47:21 +00:00
[[package]]
name = "unicode-width"
2020-07-21 17:42:12 +00:00
version = "0.1.8"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2018-05-17 11:47:21 +00:00
2019-08-31 13:28:31 +00:00
[[package]]
name = "unicode-xid"
2020-06-26 09:43:29 +00:00
version = "0.2.1"
2019-08-31 13:28:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2019-08-31 13:28:31 +00:00
2020-07-21 23:15:57 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020-07-21 23:15:57 +00:00
2019-07-25 12:22:31 +00:00
[[package]]
name = "url"
version = "2.1.1"
2019-07-25 12:22:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
2019-07-25 12:22:31 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"idna",
"matches",
"percent-encoding",
2019-07-25 12:22:31 +00:00
]
[[package]]
name = "utf-8"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
2019-01-11 02:53:30 +00:00
[[package]]
name = "v_escape"
2020-09-25 02:25:46 +00:00
version = "0.13.0"
2019-01-11 02:53:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-25 02:25:46 +00:00
checksum = "05f4cff00d3dcfad00221a513085d5e1e4869b83257fef86ef50ff682838b525"
2019-01-11 02:53:30 +00:00
dependencies = [
2020-09-11 23:57:53 +00:00
"buf-min",
2020-08-24 23:16:34 +00:00
"v_escape_derive",
2019-01-11 02:53:30 +00:00
]
[[package]]
name = "v_escape_derive"
2020-09-25 02:25:46 +00:00
version = "0.8.2"
2019-01-11 02:53:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-25 02:25:46 +00:00
checksum = "23d6063660a51b72d258a710e72cdfa0962eb03061feba019199e547a9f79814"
2019-01-11 02:53:30 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"nom",
"proc-macro2",
"quote",
"syn",
2019-01-11 02:53:30 +00:00
]
[[package]]
name = "v_htmlescape"
2020-09-25 02:25:46 +00:00
version = "0.10.2"
2019-01-11 02:53:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-25 02:25:46 +00:00
checksum = "dc487b8434a86070f49299ff0be3a5b079c8c4d951ced6e0885ff54228dd5bd7"
2019-01-11 02:53:30 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"v_escape",
2019-01-11 02:53:30 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "vec_map"
2020-05-14 23:49:05 +00:00
version = "0.8.2"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2018-05-17 11:47:21 +00:00
[[package]]
name = "version_check"
2018-10-30 19:38:42 +00:00
version = "0.1.5"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
2018-05-17 11:47:21 +00:00
2020-03-09 17:16:42 +00:00
[[package]]
name = "version_check"
2020-06-26 09:43:29 +00:00
version = "0.9.2"
2020-03-09 17:16:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2020-03-09 17:16:42 +00:00
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
2020-08-24 23:16:34 +00:00
"libc",
]
[[package]]
name = "walkdir"
2020-03-09 17:16:42 +00:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
dependencies = [
2020-08-24 23:16:34 +00:00
"same-file",
"winapi 0.3.9",
"winapi-util",
]
[[package]]
name = "want"
2020-03-11 14:18:15 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
2020-08-24 23:16:34 +00:00
"log",
"try-lock",
]
2019-08-31 13:28:31 +00:00
[[package]]
name = "wasi"
2020-03-09 17:16:42 +00:00
version = "0.9.0+wasi-snapshot-preview1"
2019-08-31 13:28:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-08-31 13:28:31 +00:00
2020-09-06 19:44:38 +00:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2020-03-11 14:18:15 +00:00
[[package]]
name = "wasm-bindgen"
2020-09-11 23:57:53 +00:00
version = "0.2.68"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"serde",
"serde_json",
"wasm-bindgen-macro",
2020-03-11 14:18:15 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2020-09-11 23:57:53 +00:00
version = "0.2.68"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
2020-03-11 14:18:15 +00:00
]
[[package]]
name = "wasm-bindgen-futures"
2020-09-11 23:57:53 +00:00
version = "0.4.18"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
2020-03-11 14:18:15 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2020-09-11 23:57:53 +00:00
version = "0.2.68"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"quote",
"wasm-bindgen-macro-support",
2020-03-11 14:18:15 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-09-11 23:57:53 +00:00
version = "0.2.68"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2020-03-11 14:18:15 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2020-09-11 23:57:53 +00:00
version = "0.2.68"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
2020-03-11 14:18:15 +00:00
[[package]]
name = "web-sys"
2020-09-11 23:57:53 +00:00
version = "0.3.45"
2020-03-11 14:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d"
2020-03-11 14:18:15 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"js-sys",
"wasm-bindgen",
2020-03-11 14:18:15 +00:00
]
2020-07-21 23:15:57 +00:00
[[package]]
name = "webpki"
version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae"
2020-07-21 23:15:57 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"ring",
"untrusted",
2020-07-21 23:15:57 +00:00
]
[[package]]
name = "webpki-roots"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739"
2020-07-21 23:15:57 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"webpki",
2020-07-21 23:15:57 +00:00
]
[[package]]
name = "widestring"
2020-06-26 09:43:29 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "a763e303c0e0f23b0da40888724762e802a8ffefbc22de4127ef42493c2ea68c"
2018-05-17 11:47:21 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2018-05-17 11:47:21 +00:00
[[package]]
name = "winapi"
2020-07-21 17:42:12 +00:00
version = "0.3.9"
2018-05-17 11:47:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-05-17 11:47:21 +00:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2018-05-17 11:47:21 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-05-17 11:47:21 +00:00
[[package]]
name = "winapi-util"
2020-05-14 23:49:05 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
2020-08-24 23:16:34 +00:00
"winapi 0.3.9",
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-05-17 11:47:21 +00:00
[[package]]
name = "winreg"
2019-08-31 13:28:31 +00:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
dependencies = [
2020-08-24 23:16:34 +00:00
"winapi 0.3.9",
]
2020-06-26 09:43:29 +00:00
[[package]]
name = "winreg"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
2020-06-26 09:43:29 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"winapi 0.3.9",
2020-06-26 09:43:29 +00:00
]
2018-05-17 11:47:21 +00:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2018-05-17 11:47:21 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"winapi 0.2.8",
"winapi-build",
2018-05-17 11:47:21 +00:00
]
2019-03-08 18:59:59 +00:00
[[package]]
name = "xattr"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
2019-03-08 18:59:59 +00:00
dependencies = [
2020-08-24 23:16:34 +00:00
"libc",
2019-03-08 18:59:59 +00:00
]
[[package]]
name = "xml5ever"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
dependencies = [
2020-08-24 23:16:34 +00:00
"log",
"mac",
"markup5ever",
2020-09-11 23:57:53 +00:00
"time 0.1.44",
]
[[package]]
name = "yansi"
2018-12-10 15:32:09 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-24 23:16:34 +00:00
checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"
[[package]]
name = "zip"
2020-09-11 23:57:53 +00:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-11 23:57:53 +00:00
checksum = "543adf038106b64cfca4711c82c917d785e3540e04f7996554488f988ec43124"
dependencies = [
2020-09-11 23:57:53 +00:00
"byteorder",
2020-08-24 23:16:34 +00:00
"bzip2",
"crc32fast",
"flate2",
2020-09-11 23:57:53 +00:00
"thiserror",
"time 0.1.44",
2020-08-24 23:16:34 +00:00
]