2019-02-12 14:01:02 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-05-13 22:18:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.14.1"
|
2020-05-13 22:18:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
|
2020-05-13 22:18:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2020-06-15 21:04:52 +00:00
|
|
|
[[package]]
|
2020-07-14 14:08:11 +00:00
|
|
|
name = "adler"
|
|
|
|
version = "0.2.3"
|
2020-06-15 21:04:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-14 14:08:11 +00:00
|
|
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
2020-06-15 21:04:52 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "0.7.15"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"memchr",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-03-02 19:57:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
dependencies = [
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2020-03-02 19:57:06 +00:00
|
|
|
]
|
|
|
|
|
2019-03-09 13:42:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-01-10 15:22:37 +00:00
|
|
|
version = "0.2.14"
|
2019-03-09 13:42:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-03-09 13:42:16 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2019-03-09 13:42:16 +00:00
|
|
|
]
|
|
|
|
|
2018-12-29 00:01:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2019-10-24 18:37:17 +00:00
|
|
|
version = "0.1.7"
|
2018-12-29 00:01:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
2018-12-29 00:01:58 +00:00
|
|
|
|
2020-01-10 15:22:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-08-28 20:11:55 +00:00
|
|
|
version = "1.0.1"
|
2020-01-10 15:22:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-28 20:11:55 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-01-10 15:22:37 +00:00
|
|
|
|
2018-09-19 19:45:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.56"
|
2018-09-19 19:45:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
|
2018-09-19 19:45:50 +00:00
|
|
|
dependencies = [
|
2020-05-13 22:18:18 +00:00
|
|
|
"addr2line",
|
2020-10-15 21:44:35 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-01-30 21:11:53 +00:00
|
|
|
"libc",
|
2020-06-15 21:04:52 +00:00
|
|
|
"miniz_oxide",
|
2020-05-13 22:18:18 +00:00
|
|
|
"object",
|
2020-01-30 21:11:53 +00:00
|
|
|
"rustc-demangle",
|
2018-09-19 19:45:50 +00:00
|
|
|
]
|
|
|
|
|
2020-03-16 15:32:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base-x"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.2.8"
|
2020-03-16 15:32:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
|
2020-03-16 15:32:33 +00:00
|
|
|
|
2018-07-12 19:46:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2018-10-10 18:40:39 +00:00
|
|
|
version = "0.9.3"
|
2018-07-12 19:46:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
2018-07-12 19:46:50 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"byteorder",
|
|
|
|
"safemem",
|
2018-07-12 19:46:50 +00:00
|
|
|
]
|
|
|
|
|
2020-01-18 19:09:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
2020-01-18 19:09:52 +00:00
|
|
|
|
2020-05-03 15:41:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-07-04 23:38:16 +00:00
|
|
|
version = "0.12.3"
|
2020-05-03 15:41:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-04 23:38:16 +00:00
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
2020-05-03 15:41:53 +00:00
|
|
|
|
2020-10-15 21:44:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2020-03-16 15:32:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "binascii"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-10-15 19:21:37 +00:00
|
|
|
version = "1.2.1"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2020-11-18 11:07:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "0.19.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7ba35e9565969edb811639dbebfe34edc0368e472c5018474c8eb2543397f81"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitwarden_rs"
|
2018-08-24 15:07:11 +00:00
|
|
|
version = "1.0.0"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-03-16 16:53:22 +00:00
|
|
|
"backtrace",
|
2020-01-30 21:11:53 +00:00
|
|
|
"chashmap",
|
|
|
|
"chrono",
|
2020-07-08 04:30:18 +00:00
|
|
|
"chrono-tz",
|
2020-01-30 21:11:53 +00:00
|
|
|
"data-encoding",
|
|
|
|
"data-url",
|
|
|
|
"diesel",
|
|
|
|
"diesel_migrations",
|
|
|
|
"dotenv",
|
|
|
|
"fern",
|
|
|
|
"handlebars",
|
2021-02-06 15:49:28 +00:00
|
|
|
"idna 0.2.1",
|
2020-01-30 21:11:53 +00:00
|
|
|
"jsonwebtoken",
|
|
|
|
"lettre",
|
|
|
|
"libsqlite3-sys",
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2020-01-30 21:11:53 +00:00
|
|
|
"multipart",
|
2020-09-11 21:52:20 +00:00
|
|
|
"newline-converter",
|
2020-01-30 21:11:53 +00:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"oath",
|
2020-03-09 21:04:03 +00:00
|
|
|
"once_cell",
|
2020-01-30 21:11:53 +00:00
|
|
|
"openssl",
|
2020-12-15 21:23:12 +00:00
|
|
|
"parity-ws",
|
2020-08-18 15:15:44 +00:00
|
|
|
"paste",
|
2020-01-30 21:11:53 +00:00
|
|
|
"percent-encoding 2.1.0",
|
2021-01-31 19:07:42 +00:00
|
|
|
"rand 0.8.3",
|
2020-01-30 21:11:53 +00:00
|
|
|
"regex",
|
2021-02-06 15:49:28 +00:00
|
|
|
"reqwest",
|
2020-01-30 21:11:53 +00:00
|
|
|
"ring",
|
|
|
|
"rmpv",
|
|
|
|
"rocket",
|
|
|
|
"rocket_contrib",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"soup",
|
2020-03-02 19:57:06 +00:00
|
|
|
"structopt",
|
2020-01-30 21:11:53 +00:00
|
|
|
"syslog",
|
2021-01-31 19:07:42 +00:00
|
|
|
"time 0.2.25",
|
2020-01-30 21:11:53 +00:00
|
|
|
"u2f",
|
2020-03-16 15:32:33 +00:00
|
|
|
"uuid",
|
2020-01-30 21:11:53 +00:00
|
|
|
"yubico",
|
2019-01-12 14:23:46 +00:00
|
|
|
]
|
|
|
|
|
2019-01-13 00:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2019-04-26 20:07:00 +00:00
|
|
|
version = "0.7.3"
|
2019-01-12 14:23:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
2019-01-12 14:23:46 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"block-padding",
|
|
|
|
"byte-tools 0.3.1",
|
|
|
|
"byteorder",
|
|
|
|
"generic-array 0.12.3",
|
2019-01-12 14:23:46 +00:00
|
|
|
]
|
|
|
|
|
2021-02-06 15:49:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.4",
|
|
|
|
]
|
|
|
|
|
2019-01-12 14:23:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
2019-11-19 19:29:42 +00:00
|
|
|
version = "0.1.5"
|
2019-01-12 14:23:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
2019-01-12 14:23:46 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"byte-tools 0.3.1",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "buf_redux"
|
2019-08-18 17:31:54 +00:00
|
|
|
version = "0.8.4"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"memchr",
|
|
|
|
"safemem",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "3.6.0"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"
|
2020-03-14 22:12:45 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "0919189ba800c7ffe8778278116b7e0de3905ab81c72abb69c85cbfef7991279"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2019-01-12 14:23:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
2019-02-01 22:39:14 +00:00
|
|
|
version = "0.3.1"
|
2019-01-12 14:23:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
2019-01-12 14:23:46 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "1.4.2"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2019-03-07 19:22:08 +00:00
|
|
|
version = "0.4.12"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"byteorder",
|
|
|
|
"iovec",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 19:07:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "1.0.66"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-10-08 17:33:27 +00:00
|
|
|
version = "0.1.10"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2020-10-15 21:44:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2018-08-30 15:43:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chashmap"
|
2019-02-27 16:21:04 +00:00
|
|
|
version = "2.2.2"
|
2018-08-30 15:43:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "ff41a3c2c1e39921b9003de14bf0439c7b63a9039637c291e1a64925d8ddfa45"
|
2018-08-30 15:43:46 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"owning_ref",
|
|
|
|
"parking_lot 0.4.8",
|
2018-08-30 15:43:46 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-10-03 18:14:17 +00:00
|
|
|
version = "0.4.19"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-03 18:14:17 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-10-03 18:14:17 +00:00
|
|
|
"libc",
|
2020-01-30 21:11:53 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2020-08-28 20:11:55 +00:00
|
|
|
"time 0.1.44",
|
2020-10-03 18:14:17 +00:00
|
|
|
"winapi 0.3.9",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-07-08 04:30:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz"
|
2020-08-31 14:40:21 +00:00
|
|
|
version = "0.5.3"
|
2020-07-08 04:30:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-31 14:40:21 +00:00
|
|
|
checksum = "2554a3155fec064362507487171dcc4edc3df60cb10f3a1fb10ed8094822b120"
|
2020-07-08 04:30:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"parse-zoneinfo",
|
|
|
|
]
|
|
|
|
|
2020-03-02 19:57:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-08-18 15:15:44 +00:00
|
|
|
version = "2.33.3"
|
2020-03-02 19:57:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-18 15:15:44 +00:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2020-03-02 19:57:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2018-08-30 15:43:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2018-08-30 15:43:46 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"bitflags",
|
2018-08-30 15:43:46 +00:00
|
|
|
]
|
|
|
|
|
2020-09-11 21:52:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.4.5"
|
2020-09-11 21:52:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
|
2020-09-11 21:52:20 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2020-01-18 19:09:52 +00:00
|
|
|
version = "0.1.5"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2019-03-09 13:42:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.14.3"
|
2019-04-11 13:32:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "784ad0fbab4f3e9cef09f20e0aea6000ae08d2cb98ac4c0abc53df18803d702f"
|
2019-04-11 13:32:38 +00:00
|
|
|
dependencies = [
|
2020-03-16 15:32:33 +00:00
|
|
|
"percent-encoding 2.1.0",
|
2021-01-31 19:07:42 +00:00
|
|
|
"time 0.2.25",
|
2020-12-04 12:38:42 +00:00
|
|
|
"version_check 0.9.2",
|
2019-04-11 13:32:38 +00:00
|
|
|
]
|
|
|
|
|
2018-09-19 19:43:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "0.9.1"
|
2018-09-19 19:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
|
2018-09-19 19:43:03 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2018-09-19 19:43:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "0.8.2"
|
2018-09-19 19:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
|
2018-09-19 19:43:03 +00:00
|
|
|
|
2021-02-06 15:49:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpuid-bool"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "dba62c86c26dcba13c278afcaac0c7452486fe604a2668a0dfa4e0edc98d8a9e"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"constant_time_eq",
|
|
|
|
"generic-array 0.7.3",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2019-01-12 14:23:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "0.10.0"
|
2019-01-12 14:23:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6"
|
2019-01-12 14:23:46 +00:00
|
|
|
dependencies = [
|
2021-02-06 15:49:28 +00:00
|
|
|
"generic-array 0.14.4",
|
|
|
|
"subtle",
|
2019-01-12 14:23:46 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "2.3.2"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2019-11-22 12:16:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-url"
|
|
|
|
version = "0.1.0"
|
2020-12-04 12:38:42 +00:00
|
|
|
source = "git+https://github.com/servo/rust-url?rev=540ede02d0771824c0c80ff9f57fe8eff38b1291#540ede02d0771824c0c80ff9f57fe8eff38b1291"
|
2019-11-22 12:16:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"matches",
|
2019-11-22 12:16:12 +00:00
|
|
|
]
|
|
|
|
|
2018-10-10 18:40:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "devise"
|
2019-10-24 21:21:04 +00:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Devise.git?rev=e58b3ac9a#e58b3ac9afc3b6ff10a8aaf02a3e768a8f530089"
|
2018-10-10 18:40:39 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"devise_codegen",
|
|
|
|
"devise_core",
|
2018-10-10 18:40:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_codegen"
|
2019-10-24 21:21:04 +00:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Devise.git?rev=e58b3ac9a#e58b3ac9afc3b6ff10a8aaf02a3e768a8f530089"
|
2018-10-10 18:40:39 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"devise_core",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
2018-10-10 18:40:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_core"
|
2019-10-24 21:21:04 +00:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "git+https://github.com/SergioBenitez/Devise.git?rev=e58b3ac9a#e58b3ac9afc3b6ff10a8aaf02a3e768a8f530089"
|
2018-10-10 18:40:39 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"bitflags",
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2018-10-10 18:40:39 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diesel"
|
2020-06-15 21:04:52 +00:00
|
|
|
version = "1.4.5"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 21:04:52 +00:00
|
|
|
checksum = "3e2de9deab977a153492a1468d1b1c0662c1cf39e5ea87d0c060ecd59ef18d8c"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-05-31 15:58:06 +00:00
|
|
|
"bitflags",
|
2020-01-30 21:11:53 +00:00
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"diesel_derives",
|
|
|
|
"libsqlite3-sys",
|
2020-05-31 15:58:06 +00:00
|
|
|
"mysqlclient-sys",
|
|
|
|
"pq-sys",
|
2020-01-30 21:11:53 +00:00
|
|
|
"r2d2",
|
2020-06-15 21:04:52 +00:00
|
|
|
"url 1.7.2",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_derives"
|
2019-10-11 20:49:47 +00:00
|
|
|
version = "1.4.1"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_migrations"
|
2019-01-21 14:29:52 +00:00
|
|
|
version = "1.4.0"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"migrations_internals",
|
|
|
|
"migrations_macros",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "7a68d759d7a66a4f63d5bd2a2b14ad7e8cf93fe8c9be227031cd4e72ab0e9ee8"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"generic-array 0.7.3",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2019-01-12 14:23:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2019-07-09 15:26:34 +00:00
|
|
|
version = "0.8.1"
|
2019-01-12 14:23:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2019-01-12 14:23:46 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"generic-array 0.12.3",
|
2019-01-12 14:23:46 +00:00
|
|
|
]
|
|
|
|
|
2021-02-06 15:49:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.4",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest-buffer"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "4eb92364e9f6d3da159257250532d448b218406d2acb149f724e8f48e9f5cb9a"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"byte-tools 0.1.3",
|
|
|
|
"generic-array 0.7.3",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-03-16 15:32:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dotenv"
|
2019-10-24 18:37:17 +00:00
|
|
|
version = "0.15.0"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2018-02-18 18:14:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "0.8.28"
|
2018-02-18 18:14:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
|
2018-02-18 18:14:25 +00:00
|
|
|
dependencies = [
|
2020-11-07 22:01:04 +00:00
|
|
|
"cfg-if 1.0.0",
|
2018-02-18 18:14:25 +00:00
|
|
|
]
|
|
|
|
|
2018-12-06 19:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
|
2018-12-06 19:35:25 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"backtrace",
|
2018-12-06 19:35:25 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2018-12-06 19:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fern"
|
2020-03-09 21:04:03 +00:00
|
|
|
version = "0.6.0"
|
2018-12-06 19:35:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 21:04:03 +00:00
|
|
|
checksum = "8c9a4820f0ccc8a7afd67c39a0f1a0f4b07ca1725164271a64939d7aeb9af065"
|
2018-12-06 19:35:25 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2020-01-30 21:11:53 +00:00
|
|
|
"syslog",
|
2018-12-06 19:35:25 +00:00
|
|
|
]
|
|
|
|
|
2018-09-19 19:43:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-31 15:58:06 +00:00
|
|
|
version = "1.0.7"
|
2018-09-19 19:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-31 15:58:06 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2018-09-19 19:43:03 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"foreign-types-shared",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2020-11-07 22:01:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
]
|
|
|
|
|
2019-02-01 22:39:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
2019-02-12 14:01:02 +00:00
|
|
|
version = "0.1.1"
|
2019-02-01 22:39:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2019-02-01 22:39:14 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2020-11-18 11:07:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "1.1.0"
|
2020-11-18 11:07:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
|
2020-11-18 11:07:08 +00:00
|
|
|
|
2019-01-27 14:39:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
|
2019-01-27 14:39:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
2019-01-27 14:39:19 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.12"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
|
2020-03-16 15:32:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.12"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2020-03-16 15:32:33 +00:00
|
|
|
"futures-sink",
|
2020-03-14 22:12:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.12"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
|
2020-03-14 22:12:45 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
2020-03-16 15:32:33 +00:00
|
|
|
name = "futures-executor"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.12"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-03-16 15:32:33 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.12"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
|
2020-03-14 22:12:45 +00:00
|
|
|
|
2020-03-16 15:32:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.12"
|
2020-03-16 15:32:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
|
2020-03-16 15:32:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2020-03-16 15:32:33 +00:00
|
|
|
]
|
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.12"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
|
2020-03-14 22:12:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.12"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
|
2020-05-13 22:18:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
2020-03-14 22:12:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.12"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
2020-03-16 15:32:33 +00:00
|
|
|
"futures-channel",
|
2020-03-14 22:12:45 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2020-03-16 15:32:33 +00:00
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
2020-03-14 22:12:45 +00:00
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-02-06 15:49:28 +00:00
|
|
|
"pin-project-lite",
|
2020-03-14 22:12:45 +00:00
|
|
|
"pin-utils",
|
2020-03-16 15:32:33 +00:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
2020-03-14 22:12:45 +00:00
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
2019-01-12 14:23:46 +00:00
|
|
|
name = "generic-array"
|
|
|
|
version = "0.7.3"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "dbe043cf9b85297937897087de81f590361686e1ac2d4d471b45435de5dfb6a6"
|
2019-01-12 14:23:46 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"nodrop",
|
|
|
|
"typenum",
|
2019-01-12 14:23:46 +00:00
|
|
|
]
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2019-07-09 15:26:34 +00:00
|
|
|
version = "0.12.3"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"typenum",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2021-02-06 15:49:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check 0.9.2",
|
|
|
|
]
|
|
|
|
|
2019-07-09 15:26:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.1.16"
|
2019-07-09 15:26:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2019-07-09 15:26:34 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-01-30 21:11:53 +00:00
|
|
|
"libc",
|
2020-08-28 20:11:55 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2019-07-09 15:26:34 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 19:07:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2020-05-13 22:18:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "0.23.0"
|
2020-05-13 22:18:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
|
2020-05-13 22:18:18 +00:00
|
|
|
|
2018-09-19 19:43:03 +00:00
|
|
|
[[package]]
|
2020-03-16 15:32:33 +00:00
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
2018-09-19 19:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-16 15:32:33 +00:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2018-09-19 19:43:03 +00:00
|
|
|
|
2021-01-31 19:07:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 1.0.1",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2021-02-06 15:49:28 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2020-07-14 14:08:11 +00:00
|
|
|
"tracing",
|
2020-11-07 22:01:04 +00:00
|
|
|
"tracing-futures",
|
2020-03-14 22:12:45 +00:00
|
|
|
]
|
|
|
|
|
2019-01-13 00:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "3.5.2"
|
2019-01-13 00:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "964d0e99a61fe9b1b347389b77ebf8b7e1587b70293676aaca7d27e59b9073b2"
|
2019-01-13 00:39:29 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2020-01-30 21:11:53 +00:00
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
2020-08-18 15:15:44 +00:00
|
|
|
"quick-error 2.0.0",
|
2020-01-30 21:11:53 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"walkdir",
|
2019-01-13 00:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-07-19 19:01:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2020-10-03 18:14:17 +00:00
|
|
|
version = "0.9.1"
|
2020-07-19 19:01:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-03 18:14:17 +00:00
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
2020-07-19 19:01:31 +00:00
|
|
|
|
2020-03-02 19:57:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.2"
|
2020-03-02 19:57:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
|
2020-03-02 19:57:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2019-11-02 16:39:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.1.18"
|
2019-11-02 16:39:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2019-11-02 16:39:27 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"libc",
|
2019-07-09 15:26:34 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "bdb5aa9647ba4711e9d6968dc1c810cd23989ed435443ca962e1bf6d8b8b83ff"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"crypto-mac 0.3.0",
|
|
|
|
"digest 0.5.2",
|
|
|
|
"generic-array 0.7.3",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2019-01-12 14:23:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "0.10.1"
|
2019-01-12 14:23:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
|
2019-01-12 14:23:46 +00:00
|
|
|
dependencies = [
|
2021-02-06 15:49:28 +00:00
|
|
|
"crypto-mac 0.10.0",
|
|
|
|
"digest 0.9.0",
|
2019-01-12 14:23:46 +00:00
|
|
|
]
|
|
|
|
|
2020-07-04 23:59:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2019-01-27 14:39:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
2020-03-09 21:04:03 +00:00
|
|
|
version = "0.22.5"
|
2019-01-27 14:39:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 21:04:03 +00:00
|
|
|
checksum = "c213fa6a618dc1da552f54f85cba74b05d8e883c92ec4e89067736938084c26e"
|
2019-01-27 14:39:19 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2020-01-30 21:11:53 +00:00
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
2020-03-09 21:04:03 +00:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
2019-01-27 14:39:19 +00:00
|
|
|
]
|
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.2.3"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"bytes 1.0.1",
|
2020-01-30 21:11:53 +00:00
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2018-09-19 19:43:03 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 19:07:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 1.0.1",
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "1.3.5"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2020-09-10 21:15:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2019-04-26 20:07:00 +00:00
|
|
|
version = "0.10.16"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"base64 0.9.3",
|
|
|
|
"httparse",
|
|
|
|
"language-tags",
|
|
|
|
"log 0.3.9",
|
|
|
|
"mime 0.2.6",
|
|
|
|
"num_cpus",
|
2020-08-28 20:11:55 +00:00
|
|
|
"time 0.1.44",
|
2020-01-30 21:11:53 +00:00
|
|
|
"traitobject",
|
|
|
|
"typeable",
|
|
|
|
"unicase 1.4.2",
|
|
|
|
"url 1.7.2",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "0.14.4"
|
2021-01-31 19:07:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7"
|
2021-01-31 19:07:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes 1.0.1",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2021-02-06 15:49:28 +00:00
|
|
|
"h2",
|
2021-01-31 19:07:42 +00:00
|
|
|
"http",
|
2021-02-06 15:49:28 +00:00
|
|
|
"http-body",
|
2021-01-31 19:07:42 +00:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
2021-02-06 15:49:28 +00:00
|
|
|
"pin-project 1.0.5",
|
2021-01-31 19:07:42 +00:00
|
|
|
"socket2",
|
2021-02-06 15:49:28 +00:00
|
|
|
"tokio",
|
2020-03-14 22:12:45 +00:00
|
|
|
"tower-service",
|
2020-07-14 14:08:11 +00:00
|
|
|
"tracing",
|
2020-03-16 15:32:33 +00:00
|
|
|
"want",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-sync-rustls"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.3.0-rc.17"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "4cb014c4ea00486e2b62860b5e15229d37516d4924177218beafbf46583de3ab"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"hyper 0.10.16",
|
|
|
|
"rustls",
|
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 19:07:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 1.0.1",
|
2021-02-06 15:49:28 +00:00
|
|
|
"hyper 0.14.4",
|
2021-01-31 19:07:42 +00:00
|
|
|
"native-tls",
|
2021-02-06 15:49:28 +00:00
|
|
|
"tokio",
|
2021-01-31 19:07:42 +00:00
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2020-05-03 15:41:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyperx"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "1.3.0"
|
2020-05-03 15:41:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "82566a1ace7f56f604d83b7b2c259c78e243d99c565f23d7b4ae34466442c5a2"
|
2020-05-03 15:41:53 +00:00
|
|
|
dependencies = [
|
2020-10-15 21:44:35 +00:00
|
|
|
"base64 0.13.0",
|
2021-01-31 19:07:42 +00:00
|
|
|
"bytes 1.0.1",
|
2020-05-03 15:41:53 +00:00
|
|
|
"http",
|
|
|
|
"httparse",
|
2020-10-15 21:44:35 +00:00
|
|
|
"httpdate",
|
2020-05-03 15:41:53 +00:00
|
|
|
"language-tags",
|
|
|
|
"mime 0.3.16",
|
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
"unicase 2.6.0",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2018-07-12 19:46:50 +00:00
|
|
|
version = "0.1.5"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2019-07-30 17:38:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "0.2.1"
|
2019-07-30 17:38:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "de910d521f7cc3135c4de8db1cb910e0b5ed1dc6f57c381cd07e8e661ce10094"
|
2019-07-30 17:38:54 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-07-30 17:38:54 +00:00
|
|
|
]
|
|
|
|
|
2018-09-19 19:43:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2020-12-15 21:23:12 +00:00
|
|
|
version = "1.6.1"
|
2018-09-19 19:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 21:23:12 +00:00
|
|
|
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
|
2019-10-24 18:37:17 +00:00
|
|
|
dependencies = [
|
2020-08-28 20:11:55 +00:00
|
|
|
"autocfg 1.0.1",
|
2020-07-19 19:01:31 +00:00
|
|
|
"hashbrown",
|
2019-10-24 18:37:17 +00:00
|
|
|
]
|
2018-09-19 19:43:03 +00:00
|
|
|
|
2020-07-04 23:38:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.1.9"
|
2020-07-04 23:38:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
2020-09-10 21:15:29 +00:00
|
|
|
dependencies = [
|
2020-11-07 22:01:04 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-10 21:15:29 +00:00
|
|
|
]
|
2020-07-04 23:38:16 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2019-10-11 20:49:47 +00:00
|
|
|
version = "0.1.4"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"libc",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-08-12 16:46:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
|
|
|
|
|
2018-03-20 23:08:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.4.7"
|
2018-03-20 23:08:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2018-03-20 23:08:46 +00:00
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.47"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
2020-07-04 23:38:16 +00:00
|
|
|
version = "7.2.0"
|
2018-10-10 18:40:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-04 23:38:16 +00:00
|
|
|
checksum = "afabcc15e437a6484fc4f12d0fd63068fe457bf93f1c148d3d9649c60b103f32"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-07-04 23:38:16 +00:00
|
|
|
"base64 0.12.3",
|
2020-03-16 15:32:33 +00:00
|
|
|
"pem",
|
2020-01-30 21:11:53 +00:00
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-03-16 15:32:33 +00:00
|
|
|
"simple_asn1",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-08-27 19:14:15 +00:00
|
|
|
version = "1.4.0"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2020-08-12 16:46:28 +00:00
|
|
|
version = "1.3.0"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-12 16:46:28 +00:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2018-08-30 15:43:46 +00:00
|
|
|
[[package]]
|
2018-09-13 14:04:00 +00:00
|
|
|
name = "lettre"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.10.0-alpha.5"
|
2020-05-31 15:58:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "34f3dd8d917156976a47ef421a2e771423d6da95e93696f1814e76768625c162"
|
2018-09-13 14:04:00 +00:00
|
|
|
dependencies = [
|
2020-11-07 22:01:04 +00:00
|
|
|
"base64 0.13.0",
|
2020-07-04 23:59:15 +00:00
|
|
|
"hostname",
|
2020-05-03 15:41:53 +00:00
|
|
|
"hyperx",
|
2021-02-06 15:49:28 +00:00
|
|
|
"idna 0.2.1",
|
2020-01-30 21:11:53 +00:00
|
|
|
"mime 0.3.16",
|
|
|
|
"native-tls",
|
|
|
|
"nom",
|
2020-05-03 15:41:53 +00:00
|
|
|
"once_cell",
|
|
|
|
"quoted_printable",
|
2021-01-31 19:07:42 +00:00
|
|
|
"rand 0.8.3",
|
2020-05-03 15:41:53 +00:00
|
|
|
"regex",
|
2020-01-30 21:11:53 +00:00
|
|
|
"serde",
|
2020-11-18 11:07:08 +00:00
|
|
|
"tracing",
|
2020-03-16 15:32:33 +00:00
|
|
|
"uuid",
|
2018-09-13 14:04:00 +00:00
|
|
|
]
|
2018-08-30 15:43:46 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "0.2.85"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2019-06-01 22:28:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2020-07-19 19:01:31 +00:00
|
|
|
version = "0.18.0"
|
2019-06-01 22:28:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-19 19:01:31 +00:00
|
|
|
checksum = "1e704a02bcaecd4a08b93a23f6be59d0bd79cd161e0963e9499165a0a35df7bd"
|
2019-06-01 22:28:20 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-06-01 22:28:20 +00:00
|
|
|
]
|
|
|
|
|
2019-07-30 17:38:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.4.2"
|
2019-07-30 17:38:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
|
2019-07-30 17:38:54 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"scopeguard",
|
2019-07-30 17:38:54 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.4.14"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"cfg-if 1.0.0",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2019-01-27 14:39:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
2019-01-27 14:39:19 +00:00
|
|
|
|
2019-01-13 00:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
2019-08-27 19:14:15 +00:00
|
|
|
version = "1.0.2"
|
2019-01-13 00:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
2019-01-13 00:39:29 +00:00
|
|
|
|
2019-01-27 14:39:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "897636f9850c3eef4905a5540683ed53dc9393860f0846cab2c2ddf9939862ff"
|
2019-01-27 14:39:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
2019-01-27 14:39:19 +00:00
|
|
|
]
|
|
|
|
|
2020-07-04 23:59:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
2018-07-21 15:27:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2018-08-24 15:07:11 +00:00
|
|
|
version = "0.1.8"
|
2018-07-21 15:27:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2018-07-21 15:27:00 +00:00
|
|
|
|
2019-11-06 20:37:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2019-11-06 20:37:51 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "2.3.4"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_internals"
|
2020-03-24 10:42:28 +00:00
|
|
|
version = "1.4.1"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-24 10:42:28 +00:00
|
|
|
checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"diesel",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_macros"
|
2020-03-24 10:42:28 +00:00
|
|
|
version = "1.4.2"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-24 10:42:28 +00:00
|
|
|
checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"migrations_internals",
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"log 0.3.9",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2020-01-10 15:22:37 +00:00
|
|
|
version = "0.3.16"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2020-06-15 21:04:52 +00:00
|
|
|
version = "2.0.3"
|
2018-03-01 13:36:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 21:04:52 +00:00
|
|
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
2018-03-01 13:36:39 +00:00
|
|
|
dependencies = [
|
2020-06-15 21:04:52 +00:00
|
|
|
"mime 0.3.16",
|
|
|
|
"unicase 2.6.0",
|
2018-03-01 13:36:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-15 21:04:52 +00:00
|
|
|
name = "miniz_oxide"
|
2020-10-15 21:44:35 +00:00
|
|
|
version = "0.4.3"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 21:44:35 +00:00
|
|
|
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-07-14 14:08:11 +00:00
|
|
|
"adler",
|
2020-09-10 21:15:29 +00:00
|
|
|
"autocfg 1.0.1",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.6.23"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-10-15 21:44:35 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-01-30 21:11:53 +00:00
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
|
|
|
"miow 0.2.2",
|
2020-01-30 21:11:53 +00:00
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 19:07:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.7.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log 0.4.14",
|
|
|
|
"miow 0.3.6",
|
|
|
|
"ntapi",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2018-08-30 15:43:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio-extras"
|
2019-12-15 14:43:56 +00:00
|
|
|
version = "2.0.6"
|
2018-08-30 15:43:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
2018-08-30 15:43:46 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"lazycell",
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
|
|
|
"mio 0.6.23",
|
2020-01-30 21:11:53 +00:00
|
|
|
"slab",
|
2018-08-30 15:43:46 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.2.2"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 19:07:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
|
|
|
|
dependencies = [
|
|
|
|
"socket2",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multipart"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.17.1"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "d050aeedc89243f5347c3e237e3e13dc76fbe4ae3742a57b94dc14f69acf76d4"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"buf_redux",
|
|
|
|
"httparse",
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2020-06-15 21:04:52 +00:00
|
|
|
"mime 0.3.16",
|
|
|
|
"mime_guess",
|
2020-08-18 15:15:44 +00:00
|
|
|
"quick-error 1.2.3",
|
2021-01-31 19:07:42 +00:00
|
|
|
"rand 0.7.3",
|
2020-01-30 21:11:53 +00:00
|
|
|
"safemem",
|
|
|
|
"tempfile",
|
|
|
|
"twoway",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-05-31 15:58:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mysqlclient-sys"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e9637d93448044078aaafea7419aed69d301b4a12bcc4aa0ae856eb169bef85"
|
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2018-09-19 19:43:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.2.7"
|
2018-09-19 19:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
|
2018-09-19 19:43:03 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2020-01-30 21:11:53 +00:00
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
2018-09-19 19:43:03 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2020-12-15 21:23:12 +00:00
|
|
|
version = "0.2.37"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 21:23:12 +00:00
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-10-15 21:44:35 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-01-30 21:11:53 +00:00
|
|
|
"libc",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2019-01-27 14:39:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
2019-12-31 01:00:05 +00:00
|
|
|
version = "1.0.4"
|
2019-01-27 14:39:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
2019-01-27 14:39:19 +00:00
|
|
|
|
2020-09-11 21:52:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "newline-converter"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff9ae3574d1a57e937b8789201c223501e8178b4b42849d7b1a40d2cb2592a51"
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2019-10-11 20:49:47 +00:00
|
|
|
version = "0.1.14"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2018-09-13 14:04:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "6.1.0"
|
2018-09-13 14:04:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "ab6f70b46d6325aa300f1c7bb3d470127dfc27806d8ea6bf294ee0ce643ce2b1"
|
2018-09-13 14:04:00 +00:00
|
|
|
dependencies = [
|
2020-11-18 11:07:08 +00:00
|
|
|
"bitvec",
|
2020-01-30 21:11:53 +00:00
|
|
|
"memchr",
|
2020-05-31 15:58:06 +00:00
|
|
|
"version_check 0.9.2",
|
2018-10-10 18:40:39 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 19:07:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:32:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
|
|
|
dependencies = [
|
2020-08-28 20:11:55 +00:00
|
|
|
"autocfg 1.0.1",
|
2020-03-16 15:32:33 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2018-07-12 19:46:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "0.3.3"
|
2018-07-12 19:46:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
2018-07-12 19:46:50 +00:00
|
|
|
dependencies = [
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2018-07-12 19:46:50 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "0.1.44"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-08-28 20:11:55 +00:00
|
|
|
"autocfg 1.0.1",
|
2020-01-30 21:11:53 +00:00
|
|
|
"num-traits",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "0.2.14"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2019-06-01 22:28:20 +00:00
|
|
|
dependencies = [
|
2020-08-28 20:11:55 +00:00
|
|
|
"autocfg 1.0.1",
|
2019-06-01 22:28:20 +00:00
|
|
|
]
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-05-03 15:24:51 +00:00
|
|
|
version = "1.13.0"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-03 15:24:51 +00:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oath"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "ec6405dc6afe8219020d535f9ad888a12b191bbc8ce1c55f7ee663bde5be80ca"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"digest 0.5.2",
|
|
|
|
"hmac 0.1.1",
|
|
|
|
"rustc-hex",
|
|
|
|
"sha-1 0.3.4",
|
|
|
|
"sha2",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-05-13 22:18:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.23.0"
|
2020-05-13 22:18:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
|
2020-05-13 22:18:18 +00:00
|
|
|
|
2020-03-09 21:04:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "1.5.2"
|
2020-03-09 21:04:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
2020-03-09 21:04:03 +00:00
|
|
|
|
2019-01-12 14:23:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2019-07-30 17:38:54 +00:00
|
|
|
version = "0.2.3"
|
2019-01-12 14:23:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
2019-01-12 14:23:46 +00:00
|
|
|
|
2021-02-06 15:49:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2018-09-19 19:43:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.10.32"
|
2018-09-19 19:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70"
|
2018-09-19 19:43:03 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"bitflags",
|
2020-12-15 21:23:12 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-01-30 21:11:53 +00:00
|
|
|
"foreign-types",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"openssl-sys",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2018-09-19 19:43:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
2018-09-19 19:43:03 +00:00
|
|
|
|
2020-09-25 21:23:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2020-12-15 21:23:12 +00:00
|
|
|
version = "111.13.0+1.1.1i"
|
2020-09-25 21:23:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 21:23:12 +00:00
|
|
|
checksum = "045e4dc48af57aad93d665885789b43222ae26f4886494da12d1ed58d309dcb6"
|
2020-09-25 21:23:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.9.60"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-08-28 20:11:55 +00:00
|
|
|
"autocfg 1.0.1",
|
2020-01-30 21:11:53 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-09-25 21:23:13 +00:00
|
|
|
"openssl-src",
|
2020-01-30 21:11:53 +00:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2018-08-30 15:43:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
2019-02-27 16:21:04 +00:00
|
|
|
version = "0.3.3"
|
2018-08-30 15:43:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
2019-02-27 16:21:04 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"stable_deref_trait",
|
2019-02-27 16:21:04 +00:00
|
|
|
]
|
2018-08-30 15:43:46 +00:00
|
|
|
|
2020-12-15 21:23:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parity-ws"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e02a625dd75084c2a7024f07c575b61b782f729d18702dabb3cdbf31911dc61"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"httparse",
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
|
|
|
"mio 0.6.23",
|
2020-12-15 21:23:12 +00:00
|
|
|
"mio-extras",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"sha-1 0.8.2",
|
|
|
|
"slab",
|
|
|
|
"url 2.2.0",
|
|
|
|
]
|
|
|
|
|
2018-08-30 15:43:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2019-02-27 16:21:04 +00:00
|
|
|
version = "0.4.8"
|
2018-08-30 15:43:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "149d8f5b97f3c1133e3cfcd8886449959e856b557ff281e292b733d7c69e005e"
|
2018-08-30 15:43:46 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"owning_ref",
|
|
|
|
"parking_lot_core 0.2.14",
|
2018-08-30 15:43:46 +00:00
|
|
|
]
|
|
|
|
|
2019-11-28 20:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.11.1"
|
2019-11-28 20:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
2019-11-28 20:59:05 +00:00
|
|
|
dependencies = [
|
2020-07-04 23:38:16 +00:00
|
|
|
"instant",
|
2020-01-30 21:11:53 +00:00
|
|
|
"lock_api",
|
2021-01-31 19:07:42 +00:00
|
|
|
"parking_lot_core 0.8.2",
|
2019-11-28 20:59:05 +00:00
|
|
|
]
|
|
|
|
|
2018-08-30 15:43:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa"
|
2018-08-30 15:43:46 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"libc",
|
|
|
|
"rand 0.4.6",
|
2021-01-31 19:07:42 +00:00
|
|
|
"smallvec 0.6.14",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2018-08-30 15:43:46 +00:00
|
|
|
]
|
|
|
|
|
2019-11-28 20:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.8.2"
|
2019-11-28 20:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
|
2019-11-28 20:59:05 +00:00
|
|
|
dependencies = [
|
2020-12-15 21:23:12 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-07-04 23:38:16 +00:00
|
|
|
"instant",
|
2020-01-30 21:11:53 +00:00
|
|
|
"libc",
|
2021-01-31 19:07:42 +00:00
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"smallvec 1.6.1",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2019-11-28 20:59:05 +00:00
|
|
|
]
|
|
|
|
|
2020-07-08 04:30:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parse-zoneinfo"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-08-18 15:15:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2020-12-15 21:23:12 +00:00
|
|
|
version = "1.0.4"
|
2020-08-18 15:15:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 21:23:12 +00:00
|
|
|
checksum = "c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1"
|
2020-08-18 15:15:44 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pear"
|
2020-06-15 21:04:52 +00:00
|
|
|
version = "0.1.4"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 21:04:52 +00:00
|
|
|
checksum = "5320f212db967792b67cfe12bd469d08afd6318a249bd917d5c19bc92200ab8a"
|
2018-10-10 18:40:39 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"pear_codegen",
|
2018-10-10 18:40:39 +00:00
|
|
|
]
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pear_codegen"
|
2020-06-15 21:04:52 +00:00
|
|
|
version = "0.1.4"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 21:04:52 +00:00
|
|
|
checksum = "bfc1c836fdc3d1ef87c348b237b5b5c4dff922156fb2d968f57734f9669768ca"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
2020-06-15 21:04:52 +00:00
|
|
|
"version_check 0.9.2",
|
|
|
|
"yansi",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-03-16 15:32:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.8.2"
|
2020-03-16 15:32:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "f4c220d01f863d13d96ca82359d1e81e64a7c6bf0637bcde7b2349630addf0c6"
|
2020-03-16 15:32:33 +00:00
|
|
|
dependencies = [
|
2020-12-04 12:38:42 +00:00
|
|
|
"base64 0.13.0",
|
2020-06-15 21:04:52 +00:00
|
|
|
"once_cell",
|
2020-03-16 15:32:33 +00:00
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2019-07-30 17:38:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2019-08-18 17:31:54 +00:00
|
|
|
version = "2.1.0"
|
2019-07-30 17:38:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-07-30 17:38:54 +00:00
|
|
|
|
2019-01-13 00:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2020-03-09 21:00:26 +00:00
|
|
|
version = "2.1.3"
|
2019-01-13 00:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 21:00:26 +00:00
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
2019-01-13 00:39:29 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"ucd-trie",
|
2019-01-13 00:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
|
2019-01-13 00:39:29 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
2019-01-13 00:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2020-03-16 15:32:33 +00:00
|
|
|
version = "2.1.3"
|
2019-01-13 00:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-16 15:32:33 +00:00
|
|
|
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
|
2019-01-13 00:39:29 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2019-01-13 00:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2020-03-09 21:00:26 +00:00
|
|
|
version = "2.1.3"
|
2019-01-13 00:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 21:00:26 +00:00
|
|
|
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
|
2019-01-13 00:39:29 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"maplit",
|
|
|
|
"pest",
|
|
|
|
"sha-1 0.8.2",
|
2019-01-13 00:39:29 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2019-01-08 19:28:17 +00:00
|
|
|
version = "0.7.24"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"phf_shared",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2019-01-08 19:28:17 +00:00
|
|
|
version = "0.7.24"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2019-01-08 19:28:17 +00:00
|
|
|
version = "0.7.24"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"phf_shared",
|
|
|
|
"rand 0.6.5",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2019-01-08 19:28:17 +00:00
|
|
|
version = "0.7.24"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"siphasher",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2020-10-15 21:44:35 +00:00
|
|
|
version = "0.4.27"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 21:44:35 +00:00
|
|
|
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
2020-11-07 22:01:04 +00:00
|
|
|
"pin-project-internal 0.4.27",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "1.0.5"
|
2020-11-07 22:01:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
|
2020-11-07 22:01:04 +00:00
|
|
|
dependencies = [
|
2021-02-06 15:49:28 +00:00
|
|
|
"pin-project-internal 1.0.5",
|
2020-03-14 22:12:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2020-10-15 21:44:35 +00:00
|
|
|
version = "0.4.27"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 21:44:35 +00:00
|
|
|
checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2020-11-07 22:01:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "1.0.5"
|
2020-11-07 22:01:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
|
2020-11-07 22:01:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2020-03-14 22:12:45 +00:00
|
|
|
]
|
|
|
|
|
2020-12-04 12:38:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.2.4"
|
2020-12-04 12:38:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
|
2020-12-04 12:38:42 +00:00
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-05-03 15:24:51 +00:00
|
|
|
version = "0.1.0"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-03 15:24:51 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-03-14 22:12:45 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-10-15 21:44:35 +00:00
|
|
|
version = "0.3.19"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-15 21:44:35 +00:00
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2019-07-09 15:26:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "0.2.10"
|
2019-07-09 15:26:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
2020-05-31 15:58:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pq-sys"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ac25eee5a0582f45a67e837e350d784e7003bd29a5f460796772061ca49ffda"
|
|
|
|
dependencies = [
|
|
|
|
"vcpkg",
|
|
|
|
]
|
2019-07-09 15:26:34 +00:00
|
|
|
|
2019-01-27 14:39:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2019-01-27 14:39:19 +00:00
|
|
|
|
2020-03-02 19:57:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-08-12 16:46:28 +00:00
|
|
|
version = "1.0.4"
|
2020-03-02 19:57:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-12 16:46:28 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-03-02 19:57:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2020-05-31 15:58:06 +00:00
|
|
|
"version_check 0.9.2",
|
2020-03-02 19:57:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-08-12 16:46:28 +00:00
|
|
|
version = "1.0.4"
|
2020-03-02 19:57:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-12 16:46:28 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-03-02 19:57:06 +00:00
|
|
|
dependencies = [
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
2020-05-31 15:58:06 +00:00
|
|
|
"version_check 0.9.2",
|
2020-03-02 19:57:06 +00:00
|
|
|
]
|
|
|
|
|
2020-01-26 14:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "0.5.19"
|
2020-01-26 14:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2020-01-26 14:29:14 +00:00
|
|
|
|
2020-03-16 15:32:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.1.7"
|
2020-03-16 15:32:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
2020-03-16 15:32:33 +00:00
|
|
|
|
2019-05-11 20:27:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.30"
|
2018-05-21 12:20:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2018-05-21 12:20:34 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"unicode-xid 0.1.0",
|
2018-05-21 12:20:34 +00:00
|
|
|
]
|
|
|
|
|
2019-08-18 17:31:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-10-03 18:14:17 +00:00
|
|
|
version = "1.0.24"
|
2019-08-18 17:31:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-03 18:14:17 +00:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
2019-08-18 17:31:54 +00:00
|
|
|
dependencies = [
|
2020-07-04 23:38:16 +00:00
|
|
|
"unicode-xid 0.2.1",
|
2019-08-18 17:31:54 +00:00
|
|
|
]
|
|
|
|
|
2018-02-14 23:40:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2020-01-04 23:09:24 +00:00
|
|
|
version = "1.2.3"
|
2018-02-14 23:40:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2018-02-14 23:40:34 +00:00
|
|
|
|
2020-08-18 15:15:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
|
|
|
|
|
2018-03-20 23:08:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-07-30 17:38:54 +00:00
|
|
|
version = "0.6.13"
|
2018-05-21 12:20:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2018-05-21 12:20:34 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"proc-macro2 0.4.30",
|
2018-05-21 12:20:34 +00:00
|
|
|
]
|
|
|
|
|
2019-08-18 17:31:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "1.0.8"
|
2019-08-18 17:31:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
|
2019-08-18 17:31:54 +00:00
|
|
|
dependencies = [
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2019-08-18 17:31:54 +00:00
|
|
|
]
|
|
|
|
|
2019-03-25 08:48:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quoted_printable"
|
2020-03-09 21:00:26 +00:00
|
|
|
version = "0.4.2"
|
2019-03-25 08:48:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 21:00:26 +00:00
|
|
|
checksum = "47b080c5db639b292ac79cbd34be0cfc5d36694768d8341109634d90b86930e2"
|
2019-03-25 08:48:19 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "r2d2"
|
2020-07-04 23:38:16 +00:00
|
|
|
version = "0.8.9"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-04 23:38:16 +00:00
|
|
|
checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2020-12-04 12:38:42 +00:00
|
|
|
"parking_lot 0.11.1",
|
2020-01-30 21:11:53 +00:00
|
|
|
"scheduled-thread-pool",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-11-18 11:07:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-02-01 22:39:14 +00:00
|
|
|
version = "0.4.6"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
"rdrand",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2018-08-30 15:43:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-02-01 22:39:14 +00:00
|
|
|
version = "0.6.5"
|
2018-11-16 18:28:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2018-11-16 18:28:20 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +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",
|
|
|
|
"rand_xorshift",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2018-11-16 18:28:20 +00:00
|
|
|
]
|
|
|
|
|
2019-07-09 15:26:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-01-18 19:09:52 +00:00
|
|
|
version = "0.7.3"
|
2019-07-09 15:26:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-07-09 15:26:34 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"getrandom 0.1.16",
|
2020-01-30 21:11:53 +00:00
|
|
|
"libc",
|
2020-03-16 15:32:33 +00:00
|
|
|
"rand_chacha 0.2.2",
|
2020-01-30 21:11:53 +00:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc 0.2.0",
|
2019-07-09 15:26:34 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 19:07:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.0",
|
|
|
|
"rand_core 0.6.1",
|
|
|
|
"rand_hc 0.3.0",
|
|
|
|
]
|
|
|
|
|
2018-11-16 18:28:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2019-01-08 19:28:17 +00:00
|
|
|
version = "0.1.1"
|
2018-11-16 18:28:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2018-11-16 18:28:20 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"autocfg 0.1.7",
|
|
|
|
"rand_core 0.3.1",
|
2018-11-16 18:28:20 +00:00
|
|
|
]
|
|
|
|
|
2019-07-09 15:26:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2020-03-16 15:32:33 +00:00
|
|
|
version = "0.2.2"
|
2019-07-09 15:26:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-16 15:32:33 +00:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-07-09 15:26:34 +00:00
|
|
|
dependencies = [
|
2020-03-16 15:32:33 +00:00
|
|
|
"ppv-lite86",
|
2020-01-30 21:11:53 +00:00
|
|
|
"rand_core 0.5.1",
|
2019-07-09 15:26:34 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 19:07:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.6.1",
|
|
|
|
]
|
|
|
|
|
2018-10-03 22:01:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-01-25 17:23:51 +00:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-01-25 17:23:51 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"rand_core 0.4.2",
|
2019-01-25 17:23:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-08-18 17:31:54 +00:00
|
|
|
version = "0.4.2"
|
2018-08-30 15:43:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2018-08-30 15:43:46 +00:00
|
|
|
|
2019-07-09 15:26:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-08-31 15:47:52 +00:00
|
|
|
version = "0.5.1"
|
2019-07-09 15:26:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-07-09 15:26:34 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.2",
|
2019-07-09 15:26:34 +00:00
|
|
|
]
|
|
|
|
|
2018-11-16 18:28:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2018-11-16 18:28:20 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"rand_core 0.3.1",
|
2018-11-16 18:28:20 +00:00
|
|
|
]
|
|
|
|
|
2019-07-09 15:26:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-07-09 15:26:34 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"rand_core 0.5.1",
|
2019-07-09 15:26:34 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 19:07:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.6.1",
|
|
|
|
]
|
|
|
|
|
2018-11-16 18:28:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
2018-12-01 13:29:19 +00:00
|
|
|
version = "0.1.1"
|
2018-11-16 18:28:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2018-11-16 18:28:20 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"rand_core 0.3.1",
|
2018-11-16 18:28:20 +00:00
|
|
|
]
|
|
|
|
|
2019-02-01 22:39:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
2019-05-11 20:27:51 +00:00
|
|
|
version = "0.1.4"
|
2019-02-01 22:39:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2019-02-01 22:39:14 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2019-02-01 22:39:14 +00:00
|
|
|
]
|
|
|
|
|
2019-01-08 19:28:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-03-07 19:22:08 +00:00
|
|
|
version = "0.1.3"
|
2019-01-08 19:28:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2019-01-08 19:28:17 +00:00
|
|
|
dependencies = [
|
2020-12-15 21:23:12 +00:00
|
|
|
"cloudabi",
|
2020-01-30 21:11:53 +00:00
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rdrand",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2019-01-08 19:28:17 +00:00
|
|
|
]
|
|
|
|
|
2018-11-16 18:28:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
2019-02-27 16:21:04 +00:00
|
|
|
version = "0.1.2"
|
2018-11-16 18:28:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
2018-11-16 18:28:20 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"autocfg 0.1.7",
|
|
|
|
"rand_core 0.4.2",
|
2018-11-16 18:28:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
2019-01-08 19:28:17 +00:00
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2019-01-08 19:28:17 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"rand_core 0.3.1",
|
2019-01-08 19:28:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
2018-11-16 18:28:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2018-11-16 18:28:20 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"rand_core 0.3.1",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-07-14 14:08:11 +00:00
|
|
|
version = "0.1.57"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-14 14:08:11 +00:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2021-01-31 19:07:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2018-06-01 13:34:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "1.4.3"
|
2018-06-01 13:34:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
|
2018-06-01 13:34:26 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
2018-06-01 13:34:26 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.6.22"
|
2018-06-01 13:34:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
|
2018-06-01 13:34:26 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-06-15 21:04:52 +00:00
|
|
|
version = "0.5.3"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 21:04:52 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 19:07:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd281b1030aa675fb90aa994d07187645bb3c8fc756ca766e7c3070b439de9de"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
"bytes 1.0.1",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2021-02-06 15:49:28 +00:00
|
|
|
"http-body",
|
|
|
|
"hyper 0.14.4",
|
|
|
|
"hyper-tls",
|
2021-01-31 19:07:42 +00:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log 0.4.14",
|
|
|
|
"mime 0.3.16",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding 2.1.0",
|
2021-02-06 15:49:28 +00:00
|
|
|
"pin-project-lite",
|
2021-01-31 19:07:42 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2021-02-06 15:49:28 +00:00
|
|
|
"tokio",
|
2021-01-31 19:07:42 +00:00
|
|
|
"tokio-native-tls",
|
|
|
|
"url 2.2.0",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "0.16.20"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-05-03 15:24:51 +00:00
|
|
|
"once_cell",
|
2020-01-30 21:11:53 +00:00
|
|
|
"spin",
|
|
|
|
"untrusted",
|
2020-03-16 15:32:33 +00:00
|
|
|
"web-sys",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2018-08-30 15:43:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rmp"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "0.8.10"
|
2019-12-31 01:00:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "4f55e5fa1446c4d5dd1f5daeed2a4fe193071771a2636274d0d7a3b082aa7ad6"
|
2018-08-30 15:43:46 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"byteorder",
|
|
|
|
"num-traits",
|
2018-08-30 15:43:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmpv"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "0.4.7"
|
2018-08-30 15:43:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "7c760afe11955e16121e36485b6b828326c3f0eaff1c31758d96dbeb5cf09fd5"
|
2018-08-30 15:43:46 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"num-traits",
|
|
|
|
"rmp",
|
2018-08-30 15:43:46 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocket"
|
2019-05-15 16:10:25 +00:00
|
|
|
version = "0.5.0-dev"
|
2020-12-04 12:38:42 +00:00
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=263e39b5b429de1913ce7e3036575a7b4d88b6d7#263e39b5b429de1913ce7e3036575a7b4d88b6d7"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"atty",
|
2020-03-16 15:32:33 +00:00
|
|
|
"binascii",
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2020-01-30 21:11:53 +00:00
|
|
|
"memchr",
|
|
|
|
"num_cpus",
|
|
|
|
"pear",
|
|
|
|
"rocket_codegen",
|
|
|
|
"rocket_http",
|
|
|
|
"state",
|
2021-01-31 19:07:42 +00:00
|
|
|
"time 0.2.25",
|
2020-01-30 21:11:53 +00:00
|
|
|
"toml",
|
2020-05-31 15:58:06 +00:00
|
|
|
"version_check 0.9.2",
|
2020-06-15 21:04:52 +00:00
|
|
|
"yansi",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_codegen"
|
2019-05-15 16:10:25 +00:00
|
|
|
version = "0.5.0-dev"
|
2020-12-04 12:38:42 +00:00
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=263e39b5b429de1913ce7e3036575a7b4d88b6d7#263e39b5b429de1913ce7e3036575a7b4d88b6d7"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"devise",
|
2020-03-16 15:32:33 +00:00
|
|
|
"glob",
|
2020-01-30 21:11:53 +00:00
|
|
|
"indexmap",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
2020-01-30 21:11:53 +00:00
|
|
|
"rocket_http",
|
2020-05-31 15:58:06 +00:00
|
|
|
"version_check 0.9.2",
|
2020-06-15 21:04:52 +00:00
|
|
|
"yansi",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_contrib"
|
2019-05-15 16:10:25 +00:00
|
|
|
version = "0.5.0-dev"
|
2020-12-04 12:38:42 +00:00
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=263e39b5b429de1913ce7e3036575a7b4d88b6d7#263e39b5b429de1913ce7e3036575a7b4d88b6d7"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2020-01-30 21:11:53 +00:00
|
|
|
"rocket",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2018-10-10 18:40:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_http"
|
2019-05-15 16:10:25 +00:00
|
|
|
version = "0.5.0-dev"
|
2020-12-04 12:38:42 +00:00
|
|
|
source = "git+https://github.com/SergioBenitez/Rocket?rev=263e39b5b429de1913ce7e3036575a7b4d88b6d7#263e39b5b429de1913ce7e3036575a7b4d88b6d7"
|
2018-10-10 18:40:39 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"cookie",
|
|
|
|
"hyper 0.10.16",
|
|
|
|
"hyper-sync-rustls",
|
|
|
|
"indexmap",
|
|
|
|
"pear",
|
|
|
|
"percent-encoding 1.0.1",
|
|
|
|
"rustls",
|
2021-01-31 19:07:42 +00:00
|
|
|
"smallvec 1.6.1",
|
2020-01-30 21:11:53 +00:00
|
|
|
"state",
|
2021-01-31 19:07:42 +00:00
|
|
|
"time 0.2.25",
|
2020-07-04 23:38:16 +00:00
|
|
|
"unicode-xid 0.2.1",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2018-09-19 19:45:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "0.1.18"
|
2018-09-19 19:45:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
|
2018-09-19 19:45:50 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hex"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "0ceb8ce7a5e520de349e1fa172baeba4a9e8d5ef06c47471863530bc4972ee1e"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2018-09-13 14:04:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2018-09-13 14:04:00 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"semver",
|
2018-09-13 14:04:00 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.17.0"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-12-04 12:38:42 +00:00
|
|
|
"base64 0.11.0",
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2020-01-30 21:11:53 +00:00
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2018-08-24 15:07:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-06-15 21:04:52 +00:00
|
|
|
version = "1.0.5"
|
2018-08-24 15:07:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 21:04:52 +00:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2018-08-24 15:07:11 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
2019-10-24 18:37:17 +00:00
|
|
|
version = "0.3.3"
|
2018-07-21 15:27:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
2018-07-21 15:27:00 +00:00
|
|
|
|
2018-10-10 18:40:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-01-18 19:09:52 +00:00
|
|
|
version = "1.0.6"
|
2018-10-10 18:40:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2018-10-10 18:40:39 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"winapi-util",
|
2018-10-10 18:40:39 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2020-05-13 22:18:18 +00:00
|
|
|
version = "0.1.19"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-13 22:18:18 +00:00
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"lazy_static",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scheduled-thread-pool"
|
2020-07-04 23:38:16 +00:00
|
|
|
version = "0.2.5"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-04 23:38:16 +00:00
|
|
|
checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-12-04 12:38:42 +00:00
|
|
|
"parking_lot 0.11.1",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2019-06-14 20:51:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-03-09 21:00:26 +00:00
|
|
|
version = "1.1.0"
|
2019-06-14 20:51:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 21:00:26 +00:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-06-14 20:51:50 +00:00
|
|
|
|
2018-10-10 18:40:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2020-03-16 15:32:33 +00:00
|
|
|
version = "0.6.0"
|
2018-10-10 18:40:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-16 15:32:33 +00:00
|
|
|
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
|
2018-10-10 18:40:39 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2018-10-10 18:40:39 +00:00
|
|
|
]
|
|
|
|
|
2018-09-19 19:43:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "2.0.0"
|
2018-09-19 19:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
|
2018-09-19 19:43:03 +00:00
|
|
|
dependencies = [
|
2020-03-09 21:00:26 +00:00
|
|
|
"bitflags",
|
2020-01-30 21:11:53 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
2020-04-09 20:54:31 +00:00
|
|
|
"libc",
|
2020-01-30 21:11:53 +00:00
|
|
|
"security-framework-sys",
|
2018-09-19 19:43:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "2.0.0"
|
2018-09-19 19:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
|
2018-09-19 19:43:03 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"core-foundation-sys",
|
2020-03-09 21:00:26 +00:00
|
|
|
"libc",
|
2018-09-19 19:43:03 +00:00
|
|
|
]
|
|
|
|
|
2018-09-13 14:04:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2018-09-13 14:04:00 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"semver-parser",
|
2018-09-13 14:04:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2018-09-13 14:04:00 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "1.0.123"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
|
2019-05-17 13:34:58 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"serde_derive",
|
2019-05-17 13:34:58 +00:00
|
|
|
]
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "1.0.123"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "1.0.62"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.7.0"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
2020-12-04 12:38:42 +00:00
|
|
|
"form_urlencoded",
|
2020-03-14 22:12:45 +00:00
|
|
|
"itoa",
|
2020-12-04 12:38:42 +00:00
|
|
|
"ryu",
|
2020-03-14 22:12:45 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "8347606816471548cd60f0abd5ef0d513a81f5202dbdab9c09f17a15b5248484"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"byte-tools 0.1.3",
|
|
|
|
"digest 0.5.2",
|
|
|
|
"digest-buffer",
|
|
|
|
"fake-simd",
|
|
|
|
"generic-array 0.7.3",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2019-01-12 14:23:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2020-01-10 15:22:37 +00:00
|
|
|
version = "0.8.2"
|
2019-01-12 14:23:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
2019-01-12 14:23:46 +00:00
|
|
|
dependencies = [
|
2021-02-06 15:49:28 +00:00
|
|
|
"block-buffer 0.7.3",
|
2020-01-30 21:11:53 +00:00
|
|
|
"digest 0.8.1",
|
|
|
|
"fake-simd",
|
2021-02-06 15:49:28 +00:00
|
|
|
"opaque-debug 0.2.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4b312c3731e3fe78a185e6b9b911a7aa715b8e31cce117975219aab2acf285d"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpuid-bool",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug 0.3.0",
|
2019-01-12 14:23:46 +00:00
|
|
|
]
|
|
|
|
|
2020-03-16 15:32:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "84920f9ac881e94e33ec89e1b3dcd36040523a308a92548e01217ce35d8cf6a8"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"byte-tools 0.1.3",
|
|
|
|
"digest 0.5.2",
|
|
|
|
"digest-buffer",
|
|
|
|
"fake-simd",
|
|
|
|
"generic-array 0.7.3",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-03-16 15:32:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
2020-07-19 19:01:31 +00:00
|
|
|
version = "0.4.1"
|
2020-03-16 15:32:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-19 19:01:31 +00:00
|
|
|
checksum = "692ca13de57ce0613a363c8c2f1de925adebc81b04c923ac60c5488bb44abe4b"
|
2020-03-16 15:32:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2018-08-24 15:07:11 +00:00
|
|
|
version = "0.2.3"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2019-01-12 14:23:46 +00:00
|
|
|
version = "0.4.2"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.6.14"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
|
2019-11-06 20:37:51 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"maybe-uninit",
|
2019-11-06 20:37:51 +00:00
|
|
|
]
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2019-11-22 12:16:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "1.6.1"
|
2019-11-22 12:16:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2019-11-22 12:16:12 +00:00
|
|
|
|
2020-05-31 15:58:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.19"
|
2020-05-31 15:58:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
2020-05-31 15:58:06 +00:00
|
|
|
dependencies = [
|
2020-12-04 12:38:42 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-31 15:58:06 +00:00
|
|
|
"libc",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2020-05-31 15:58:06 +00:00
|
|
|
]
|
|
|
|
|
2019-01-27 14:39:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "soup"
|
2020-03-09 21:04:03 +00:00
|
|
|
version = "0.5.0"
|
2019-01-27 14:39:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 21:04:03 +00:00
|
|
|
checksum = "ee42b8c117ede655c8ffe18dafcd239b23eb3bb7a2c71b1f01237587736f139f"
|
2019-01-27 14:39:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"html5ever",
|
|
|
|
"regex",
|
2019-01-27 14:39:19 +00:00
|
|
|
]
|
|
|
|
|
2019-03-09 13:42:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2019-08-27 19:14:15 +00:00
|
|
|
version = "0.5.2"
|
2019-03-09 13:42:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2019-03-09 13:42:16 +00:00
|
|
|
|
2018-08-30 15:43:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
2020-07-14 14:08:11 +00:00
|
|
|
version = "1.2.0"
|
2018-08-30 15:43:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-14 14:08:11 +00:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2018-08-30 15:43:46 +00:00
|
|
|
|
2020-03-16 15:32:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "standback"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "0.2.15"
|
2020-03-16 15:32:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "a2beb4d1860a61f571530b3f855a1b538d0200f7871c63331ecd6f17b1f014f8"
|
2020-06-15 21:04:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"version_check 0.9.2",
|
|
|
|
]
|
2020-03-16 15:32:33 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "state"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "0.4.2"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "3015a7d0a5fd5105c91c3710d42f9ccf0abfb287d62206484dcc67f9569a6483"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2018-09-19 19:43:03 +00:00
|
|
|
[[package]]
|
2020-03-16 15:32:33 +00:00
|
|
|
name = "stdweb"
|
|
|
|
version = "0.4.20"
|
2018-09-19 19:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-16 15:32:33 +00:00
|
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
2019-06-14 20:51:50 +00:00
|
|
|
dependencies = [
|
2020-03-16 15:32:33 +00:00
|
|
|
"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 = [
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
2020-03-16 15:32:33 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2021-01-31 19:07:42 +00:00
|
|
|
"syn 1.0.60",
|
2019-06-14 20:51:50 +00:00
|
|
|
]
|
2018-09-19 19:43:03 +00:00
|
|
|
|
2020-03-16 15:32:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-macros"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
|
|
|
dependencies = [
|
|
|
|
"base-x",
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
2020-03-16 15:32:33 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
2021-01-31 19:07:42 +00:00
|
|
|
"syn 1.0.60",
|
2020-03-16 15:32:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
|
2019-01-27 14:39:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2019-11-02 16:39:27 +00:00
|
|
|
version = "0.7.5"
|
2019-01-27 14:39:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "89c058a82f9fd69b1becf8c274f412281038877c553182f1d02eb027045a2d67"
|
2019-01-27 14:39:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"lazy_static",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
"phf_shared",
|
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"string_cache_shared",
|
2019-01-27 14:39:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2019-09-17 17:47:51 +00:00
|
|
|
version = "0.4.4"
|
2019-01-27 14:39:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "f0f45ed1b65bf9a4bf2f7b7dc59212d1926e9eaf00fa998988e420fd124467c6"
|
2019-01-27 14:39:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
2020-01-30 21:11:53 +00:00
|
|
|
"string_cache_shared",
|
2019-01-27 14:39:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_shared"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
|
2019-01-27 14:39:19 +00:00
|
|
|
|
2020-03-02 19:57:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.3.21"
|
2020-03-02 19:57:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
|
2020-03-02 19:57:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.4.14"
|
2020-03-02 19:57:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
|
2020-03-02 19:57:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2020-03-02 19:57:06 +00:00
|
|
|
]
|
|
|
|
|
2019-01-12 14:23:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "2.4.0"
|
2019-01-12 14:23:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
|
2019-01-12 14:23:46 +00:00
|
|
|
|
2018-04-18 09:40:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-08-18 17:31:54 +00:00
|
|
|
version = "0.15.44"
|
2019-05-11 20:27:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2019-05-11 20:27:51 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"unicode-xid 0.1.0",
|
2018-05-21 12:20:34 +00:00
|
|
|
]
|
|
|
|
|
2019-08-18 17:31:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "1.0.60"
|
2019-08-18 17:31:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
|
2019-08-18 17:31:54 +00:00
|
|
|
dependencies = [
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
2020-07-04 23:38:16 +00:00
|
|
|
"unicode-xid 0.2.1",
|
2019-08-18 17:31:54 +00:00
|
|
|
]
|
|
|
|
|
2018-12-06 19:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syslog"
|
|
|
|
version = "4.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "a0641142b4081d3d44beffa4eefd7346a228cdf91ed70186db2ca2cef762d327"
|
2018-12-06 19:35:25 +00:00
|
|
|
dependencies = [
|
2020-03-16 15:32:33 +00:00
|
|
|
"error-chain",
|
2020-01-30 21:11:53 +00:00
|
|
|
"libc",
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2020-08-28 20:11:55 +00:00
|
|
|
"time 0.1.44",
|
2018-12-06 19:35:25 +00:00
|
|
|
]
|
|
|
|
|
2020-11-18 11:07:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e"
|
|
|
|
|
2018-09-19 19:43:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "3.2.0"
|
2018-09-19 19:43:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2018-09-19 19:43:03 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-01-30 21:11:53 +00:00
|
|
|
"libc",
|
2021-01-31 19:07:42 +00:00
|
|
|
"rand 0.8.3",
|
|
|
|
"redox_syscall 0.2.4",
|
2020-01-30 21:11:53 +00:00
|
|
|
"remove_dir_all",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2018-09-19 19:43:03 +00:00
|
|
|
]
|
|
|
|
|
2019-01-27 14:39:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.4.2"
|
2019-01-27 14:39:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33"
|
2019-01-27 14:39:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
2019-01-27 14:39:19 +00:00
|
|
|
]
|
|
|
|
|
2020-03-02 19:57:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "1.1.3"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"once_cell",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2018-11-16 01:34:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
2020-05-13 22:18:18 +00:00
|
|
|
version = "1.8.1"
|
2018-11-16 01:34:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-13 22:18:18 +00:00
|
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
2018-11-16 01:34:17 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"num_cpus",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-08-28 20:11:55 +00:00
|
|
|
version = "0.1.44"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-28 20:11:55 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"libc",
|
2020-08-28 20:11:55 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-01-26 14:29:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.2.25"
|
2020-01-26 14:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7"
|
2020-01-26 14:29:14 +00:00
|
|
|
dependencies = [
|
2020-09-11 21:52:20 +00:00
|
|
|
"const_fn",
|
2020-03-09 21:00:26 +00:00
|
|
|
"libc",
|
2020-03-16 15:32:33 +00:00
|
|
|
"standback",
|
|
|
|
"stdweb",
|
2020-01-30 21:11:53 +00:00
|
|
|
"time-macros",
|
2020-05-31 15:58:06 +00:00
|
|
|
"version_check 0.9.2",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2020-01-26 14:29:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2020-10-03 18:14:17 +00:00
|
|
|
version = "0.1.1"
|
2020-01-26 14:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-03 18:14:17 +00:00
|
|
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
2020-01-26 14:29:14 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"proc-macro-hack",
|
|
|
|
"time-macros-impl",
|
2020-01-26 14:29:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros-impl"
|
2020-05-03 15:24:51 +00:00
|
|
|
version = "0.1.1"
|
2020-01-26 14:29:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-03 15:24:51 +00:00
|
|
|
checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
|
2020-01-26 14:29:14 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"proc-macro-hack",
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
2020-05-03 15:24:51 +00:00
|
|
|
"standback",
|
2021-01-31 19:07:42 +00:00
|
|
|
"syn 1.0.60",
|
2020-01-26 14:29:14 +00:00
|
|
|
]
|
|
|
|
|
2020-06-22 15:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "1.1.1"
|
2020-12-04 12:38:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
|
2020-12-04 12:38:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2020-06-22 15:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-06-22 15:15:20 +00:00
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "1.2.0"
|
2021-01-31 19:07:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a"
|
2021-01-31 19:07:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.1",
|
|
|
|
"bytes 1.0.1",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio 0.7.7",
|
|
|
|
"num_cpus",
|
2021-02-06 15:49:28 +00:00
|
|
|
"pin-project-lite",
|
2021-01-31 19:07:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
2021-02-06 15:49:28 +00:00
|
|
|
"tokio",
|
2020-03-14 22:12:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "0.6.3"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "ebb7cb2f00c5ae8df755b252306272cd1790d39728363936e01827e11f0b017b"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"bytes 1.0.1",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log 0.4.14",
|
2021-02-06 15:49:28 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2020-03-14 22:12:45 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2018-12-06 19:15:22 +00:00
|
|
|
version = "0.4.10"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"serde",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.1"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
2020-03-14 22:12:45 +00:00
|
|
|
|
2020-07-14 14:08:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "0.1.23"
|
2020-07-14 14:08:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3"
|
2020-07-14 14:08:11 +00:00
|
|
|
dependencies = [
|
2020-12-04 12:38:42 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-02-06 15:49:28 +00:00
|
|
|
"pin-project-lite",
|
2020-07-14 14:08:11 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2020-10-03 18:14:17 +00:00
|
|
|
version = "0.1.17"
|
2020-07-14 14:08:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-03 18:14:17 +00:00
|
|
|
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
|
2020-07-14 14:08:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-11-07 22:01:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project 0.4.27",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "traitobject"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2018-05-21 12:20:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2020-07-14 14:08:11 +00:00
|
|
|
version = "0.2.3"
|
2018-05-21 12:20:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-14 14:08:11 +00:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2018-05-21 12:20:34 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "twoway"
|
2018-03-20 23:08:46 +00:00
|
|
|
version = "0.1.8"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"memchr",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typeable"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2020-05-03 15:24:51 +00:00
|
|
|
version = "1.12.0"
|
2018-03-20 23:08:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-03 15:24:51 +00:00
|
|
|
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
2018-03-20 23:08:46 +00:00
|
|
|
|
2018-07-12 19:46:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "u2f"
|
2020-01-18 19:09:52 +00:00
|
|
|
version = "0.2.0"
|
2019-05-17 13:34:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "e2f285392366190c4d46823458f4543ac0f35174759c78e80c5baa39e1f7aa4f"
|
2018-07-12 19:46:50 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"base64 0.11.0",
|
|
|
|
"byteorder",
|
2020-03-14 22:12:45 +00:00
|
|
|
"bytes 0.4.12",
|
2020-01-30 21:11:53 +00:00
|
|
|
"chrono",
|
|
|
|
"openssl",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2020-08-28 20:11:55 +00:00
|
|
|
"time 0.1.44",
|
2018-07-12 19:46:50 +00:00
|
|
|
]
|
|
|
|
|
2019-01-13 00:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2020-03-16 15:32:33 +00:00
|
|
|
version = "0.1.3"
|
2019-01-13 00:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-16 15:32:33 +00:00
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
2019-01-13 00:39:29 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"version_check 0.1.5",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2019-11-19 19:29:42 +00:00
|
|
|
version = "2.6.0"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-05-31 15:58:06 +00:00
|
|
|
"version_check 0.9.2",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"matches",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.1.16"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
|
2019-01-24 13:42:26 +00:00
|
|
|
dependencies = [
|
2020-06-22 15:15:20 +00:00
|
|
|
"tinyvec",
|
2019-01-24 13:42:26 +00:00
|
|
|
]
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2020-03-02 19:57:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "1.7.1"
|
2020-03-02 19:57:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
2020-03-02 19:57:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-07-04 23:38:16 +00:00
|
|
|
version = "0.1.8"
|
2020-03-02 19:57:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-04 23:38:16 +00:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2020-03-02 19:57:06 +00:00
|
|
|
|
2018-03-20 23:08:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2018-03-20 23:08:46 +00:00
|
|
|
|
2019-08-18 17:31:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-07-04 23:38:16 +00:00
|
|
|
version = "0.2.1"
|
2019-08-18 17:31:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-04 23:38:16 +00:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2019-08-18 17:31:54 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2020-05-03 15:24:51 +00:00
|
|
|
version = "0.7.1"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-03 15:24:51 +00:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2018-11-19 18:52:43 +00:00
|
|
|
version = "1.7.2"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"idna 0.1.5",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding 1.0.1",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2019-07-30 17:38:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2020-11-07 22:01:04 +00:00
|
|
|
version = "2.2.0"
|
2019-07-30 17:38:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-07 22:01:04 +00:00
|
|
|
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
|
2019-07-30 17:38:54 +00:00
|
|
|
dependencies = [
|
2020-11-07 22:01:04 +00:00
|
|
|
"form_urlencoded",
|
2021-02-06 15:49:28 +00:00
|
|
|
"idna 0.2.1",
|
2020-01-30 21:11:53 +00:00
|
|
|
"matches",
|
|
|
|
"percent-encoding 2.1.0",
|
2019-07-30 17:38:54 +00:00
|
|
|
]
|
|
|
|
|
2019-01-27 14:39:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
|
2019-01-27 14:39:19 +00:00
|
|
|
|
2019-10-24 18:37:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.8.2"
|
2019-10-24 18:37:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2019-10-24 18:37:17 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"getrandom 0.2.2",
|
2019-10-24 18:37:17 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2020-12-15 21:23:12 +00:00
|
|
|
version = "0.2.11"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 21:23:12 +00:00
|
|
|
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2020-03-02 19:57:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-05-13 22:18:18 +00:00
|
|
|
version = "0.8.2"
|
2020-03-02 19:57:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-13 22:18:18 +00:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-03-02 19:57:06 +00:00
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2018-10-03 22:01:04 +00:00
|
|
|
version = "0.1.5"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2019-10-24 21:21:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2020-05-31 15:58:06 +00:00
|
|
|
version = "0.9.2"
|
2019-10-24 21:21:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-31 15:58:06 +00:00
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
2019-10-24 21:21:04 +00:00
|
|
|
|
2018-05-21 12:20:34 +00:00
|
|
|
[[package]]
|
2018-10-10 18:40:39 +00:00
|
|
|
name = "walkdir"
|
2020-01-18 19:09:52 +00:00
|
|
|
version = "2.3.1"
|
2018-05-21 12:20:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
2018-05-21 12:20:34 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"same-file",
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2020-01-30 21:11:53 +00:00
|
|
|
"winapi-util",
|
2018-05-21 12:20:34 +00:00
|
|
|
]
|
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2020-03-14 22:12:45 +00:00
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2019-08-18 17:31:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-01-10 15:22:37 +00:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-08-18 17:31:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-08-18 17:31:54 +00:00
|
|
|
|
2020-08-28 20:11:55 +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-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.2.70"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
2020-12-04 12:38:42 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-14 22:12:45 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.2.70"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
2021-01-31 19:07:42 +00:00
|
|
|
"log 0.4.14",
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2020-03-14 22:12:45 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.4.20"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
2020-12-04 12:38:42 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-14 22:12:45 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.2.70"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
2020-03-14 22:12:45 +00:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.2.70"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
2020-10-03 18:14:17 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2021-01-31 19:07:42 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2020-03-14 22:12:45 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.2.70"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"
|
2020-12-04 12:38:42 +00:00
|
|
|
|
2020-03-14 22:12:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-01-31 19:07:42 +00:00
|
|
|
version = "0.3.47"
|
2020-03-14 22:12:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 19:07:42 +00:00
|
|
|
checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3"
|
2020-03-14 22:12:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2018-07-12 19:46:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.21.4"
|
2018-07-12 19:46:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
2018-07-12 19:46:50 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2018-07-12 19:46:50 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2020-12-04 12:38:42 +00:00
|
|
|
version = "0.19.0"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 12:38:42 +00:00
|
|
|
checksum = "f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"webpki",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-04 23:38:16 +00:00
|
|
|
version = "0.3.9"
|
2018-02-10 00:00:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-04 23:38:16 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2018-10-10 18:40:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-05-03 15:24:51 +00:00
|
|
|
version = "0.1.5"
|
2018-10-10 18:40:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-03 15:24:51 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2018-10-10 18:40:39 +00:00
|
|
|
dependencies = [
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2018-10-10 18:40:39 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +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-01-30 21:11:53 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-02-10 00:00:55 +00:00
|
|
|
|
2019-07-30 17:38:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2020-05-31 15:58:06 +00:00
|
|
|
version = "0.7.0"
|
2019-07-30 17:38:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-31 15:58:06 +00:00
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
2019-07-30 17:38:54 +00:00
|
|
|
dependencies = [
|
2020-07-04 23:38:16 +00:00
|
|
|
"winapi 0.3.9",
|
2019-07-30 17:38:54 +00:00
|
|
|
]
|
|
|
|
|
2018-02-10 00:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2018-02-10 00:00:55 +00:00
|
|
|
dependencies = [
|
2020-01-30 21:11:53 +00:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2018-02-10 00:00:55 +00:00
|
|
|
]
|
|
|
|
|
2020-11-18 11:07:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
|
|
|
|
|
2018-12-01 13:29:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 21:11:53 +00:00
|
|
|
checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"
|
2018-12-01 13:29:19 +00:00
|
|
|
|
2018-11-16 01:34:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yubico"
|
2021-02-06 15:49:28 +00:00
|
|
|
version = "0.9.2"
|
2019-01-12 14:23:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 15:49:28 +00:00
|
|
|
checksum = "fa656d889cf783b3a001328f347e2e66deaeefde92923f9bd78796cdd063a770"
|
2018-11-16 01:34:17 +00:00
|
|
|
dependencies = [
|
2021-02-06 15:49:28 +00:00
|
|
|
"base64 0.13.0",
|
|
|
|
"crypto-mac 0.10.0",
|
2020-01-30 21:11:53 +00:00
|
|
|
"futures",
|
2021-02-06 15:49:28 +00:00
|
|
|
"hmac 0.10.1",
|
|
|
|
"rand 0.8.3",
|
|
|
|
"reqwest",
|
|
|
|
"sha-1 0.9.3",
|
2020-01-30 21:11:53 +00:00
|
|
|
"threadpool",
|
|
|
|
"url 1.7.2",
|
|
|
|
]
|