2021-02-02 11:05:50 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-03 15:24:46 +01:00
|
|
|
version = 3
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.7.18"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"memchr",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"winapi",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.45"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "async-stream"
|
|
|
|
version = "0.3.2"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "171374e7e3b2504e0e5236e3b59260560f9fe94bfe9ac39ba5e4e929c5590625"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
2021-03-03 15:24:46 +01:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "async-stream-impl"
|
|
|
|
version = "0.3.2"
|
2021-03-03 15:24:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308"
|
2021-03-03 15:24:46 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-03-03 15:24:46 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.51"
|
2021-03-03 15:24:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2021-03-03 15:24:46 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "atomic"
|
2021-11-13 19:56:38 +01:00
|
|
|
version = "0.5.1"
|
2021-03-03 15:24:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 19:56:38 +01:00
|
|
|
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
|
2021-11-03 13:09:44 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-03-03 15:24:46 +01:00
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2021-03-28 03:50:52 +02:00
|
|
|
"winapi",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "base-x"
|
|
|
|
version = "0.2.8"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
2021-03-03 15:24:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "binascii"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.3.2"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-03 15:24:46 +01:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-03 15:24:46 +01:00
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.1.0"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
2021-03-19 15:44:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-11-13 19:56:38 +01:00
|
|
|
version = "1.0.72"
|
2021-03-19 15:44:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 19:56:38 +01:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2021-03-19 15:44:26 +01:00
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-03-03 15:24:46 +01:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
2021-03-03 15:24:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2021-03-03 15:24:46 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"winapi",
|
2021-03-03 15:24:46 +01:00
|
|
|
]
|
|
|
|
|
2021-05-31 16:14:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "3.0.0-beta.5"
|
2021-05-31 16:14:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "feff3878564edb93745d58cf63e17b63f24142506e7a20c87a5521ed7bfb1d63"
|
2021-05-31 16:14:19 +02:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"clap_derive",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"os_str_bytes",
|
|
|
|
"strsim",
|
|
|
|
"termcolor",
|
|
|
|
"textwrap",
|
2021-11-03 13:09:44 +01:00
|
|
|
"unicase",
|
2021-05-31 16:14:19 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "3.0.0-beta.5"
|
2021-05-31 16:14:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "8b15c6b4f786ffb6192ffe65a36855bc1fc2444bcd0945ae16748dcd6ed7d0d3"
|
2021-05-31 16:14:19 +02:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
2021-11-03 13:09:44 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-05-31 16:14:19 +02:00
|
|
|
]
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f92cfa0fd5690b3cf8c1ef2cabbd9b7ef22fa53cf5e1f92b05103f6d5d1cf6e7"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.15.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "d5f1c7727e460397e56abc4bddc1d49e07a1ad78fc98eb2e1c8f032a58a2f80d"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"percent-encoding",
|
2021-02-02 11:05:50 +01:00
|
|
|
"time",
|
2021-11-03 13:09:44 +01:00
|
|
|
"version_check",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
2021-03-03 15:24:46 +01:00
|
|
|
[[package]]
|
2021-05-29 00:50:48 +02:00
|
|
|
name = "cpufeatures"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "0.2.1"
|
2021-03-03 15:24:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
2021-05-29 00:50:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-03-03 15:24:46 +01:00
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2021-11-06 12:06:10 +01:00
|
|
|
version = "0.11.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 12:06:10 +01:00
|
|
|
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2021-03-03 15:24:46 +01:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "devise"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.3.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "50c7580b072f1c8476148f16e0a0d5dedddab787da98d86c5082c5e9ed8ab595"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"devise_codegen",
|
|
|
|
"devise_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_codegen"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.3.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "123c73e7a6e51b05c75fe1a1b2f4e241399ea5740ed810b0e3e6cacd9db5e7b2"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"devise_core",
|
2021-11-03 13:09:44 +01:00
|
|
|
"quote",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_core"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.3.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "841ef46f4787d9097405cac4e70fb8644fc037b526e8c14054247c0263c400d0"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-11-03 13:09:44 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2-diagnostics",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "0.9.0"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-03 15:24:46 +01:00
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-03 15:24:46 +01:00
|
|
|
name = "dirs"
|
2021-11-06 12:06:10 +01:00
|
|
|
version = "4.0.0"
|
2021-03-03 15:24:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 12:06:10 +01:00
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
2021-03-03 15:24:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2021-05-29 00:50:48 +02:00
|
|
|
version = "0.3.6"
|
2021-03-03 15:24:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-29 00:50:48 +02:00
|
|
|
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
|
2021-03-03 15:24:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2021-03-28 03:50:52 +02:00
|
|
|
"winapi",
|
2021-03-03 15:24:46 +01:00
|
|
|
]
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
|
|
2021-03-03 15:24:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2021-04-02 00:25:39 +02:00
|
|
|
version = "0.4.8"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 00:25:39 +02:00
|
|
|
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
2021-11-06 12:06:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-03-03 16:14:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2021-11-06 12:06:10 +01:00
|
|
|
version = "0.9.0"
|
2021-03-03 16:14:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 12:06:10 +01:00
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
2021-03-03 16:14:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
2021-11-03 13:09:44 +01:00
|
|
|
"log",
|
2021-03-03 16:14:54 +01:00
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "figment"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "790b4292c72618abbab50f787a477014fe15634f96291de45672ce46afe122df"
|
|
|
|
dependencies = [
|
|
|
|
"atomic",
|
|
|
|
"pear",
|
|
|
|
"serde",
|
|
|
|
"toml",
|
|
|
|
"uncased",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2021-04-16 17:42:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fsio"
|
2021-11-06 12:06:10 +01:00
|
|
|
version = "0.3.0"
|
2021-04-16 17:42:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 12:06:10 +01:00
|
|
|
checksum = "09e87827efaf94c7a44b562ff57de06930712fe21b530c3797cdede26e6377eb"
|
2021-04-16 17:42:40 +02:00
|
|
|
dependencies = [
|
2021-11-06 12:06:10 +01:00
|
|
|
"dunce",
|
2021-04-16 17:42:40 +02:00
|
|
|
"rand",
|
|
|
|
"users",
|
|
|
|
]
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generator"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1d9279ca822891c1a4dae06d185612cf8fc6acfe5dff37781b41297811b12ee"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rustversion",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "0.14.4"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-03 15:24:46 +01:00
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2021-11-03 13:09:44 +01:00
|
|
|
"version_check",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-05-29 00:50:48 +02:00
|
|
|
version = "0.2.3"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-29 00:50:48 +02:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-03-28 03:50:52 +02:00
|
|
|
"cfg-if",
|
2021-02-02 11:05:50 +01:00
|
|
|
"libc",
|
2021-05-29 00:50:48 +02:00
|
|
|
"wasi",
|
2021-03-03 15:24:46 +01:00
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-06-30 23:45:46 +02:00
|
|
|
version = "0.11.2"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 23:45:46 +02:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
2021-05-31 16:14:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-30 23:45:46 +02:00
|
|
|
version = "0.3.3"
|
2021-05-31 16:14:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 23:45:46 +02:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2021-05-31 16:14:19 +02:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-06-30 23:45:46 +02:00
|
|
|
version = "0.1.19"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 23:45:46 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-03-28 03:50:52 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "hmac"
|
2021-11-06 12:06:10 +01:00
|
|
|
version = "0.11.0"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 12:06:10 +01:00
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"crypto-mac",
|
2021-02-02 11:05:50 +01:00
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "http"
|
|
|
|
version = "0.2.5"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.5.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
|
|
|
|
|
2021-03-03 16:14:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.14.14"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2021-02-02 11:05:50 +01:00
|
|
|
"httparse",
|
2021-11-03 13:09:44 +01:00
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
2021-03-19 15:44:26 +01:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "indexmap"
|
|
|
|
version = "1.7.0"
|
2021-03-19 15:44:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2021-03-19 15:44:26 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
"serde",
|
2021-03-19 15:44:26 +01:00
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "inlinable_string"
|
|
|
|
version = "0.1.14"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "3094308123a0e9fd59659ce45e22de9f53fc1d2ac6e1feb9fef988e4f76cad77"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"cfg-if",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
2021-04-02 00:25:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2021-06-30 23:45:46 +02:00
|
|
|
version = "2.3.1"
|
2021-04-02 00:25:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 23:45:46 +02:00
|
|
|
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
|
2021-04-02 00:25:39 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "0.4.8"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.55"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2021-02-02 11:05:50 +01:00
|
|
|
|
2021-03-03 15:24:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-11-10 10:35:47 +01:00
|
|
|
version = "0.2.107"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 10:35:47 +01:00
|
|
|
checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219"
|
2021-03-03 15:24:46 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.5"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"scopeguard",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
|
dependencies = [
|
2021-03-28 03:50:52 +02:00
|
|
|
"cfg-if",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "loom"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2b9df80a3804094bf49bb29881d18f6f05048db72127e84e09c26fc7c2324f5"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"generator",
|
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.0.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "2.4.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.3.16"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
2021-03-21 15:51:58 +01:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "mio"
|
|
|
|
version = "0.7.14"
|
2021-03-21 15:51:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
2021-03-21 15:51:58 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
2021-03-21 15:51:58 +01:00
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "miow"
|
|
|
|
version = "0.3.7"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"winapi",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "multer"
|
|
|
|
version = "2.0.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "408327e2999b839cd1af003fc01b2019a6c10a1361769542203f6fedc5179680"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"spin 0.9.2",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"twoway",
|
|
|
|
"version_check",
|
|
|
|
]
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"winapi",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "4.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "addaa943333a514159c80c97ff4a93306530d965d27e139188283cd13e06a799"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pear"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "15e44241c5e4c868e3eaa78b7c1848cadd6344ed4f54d029832d32b415a58702"
|
|
|
|
dependencies = [
|
|
|
|
"inlinable_string",
|
|
|
|
"pear_codegen",
|
2021-02-02 11:05:50 +01:00
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "pear_codegen"
|
|
|
|
version = "0.2.3"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "82a5ca643c2303ecb740d506539deba189e16f2754040a42901cd8105d0282d0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2-diagnostics",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.7"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.2.15"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
2021-05-31 16:14:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
2021-11-03 13:09:44 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
2021-05-31 16:14:19 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2021-05-31 16:14:19 +02:00
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.19"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "1.0.32"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"unicode-xid",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "proc-macro2-diagnostics"
|
|
|
|
version = "0.9.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "4bf29726d67464d49fa6224a1d07936a8c08bb3fba727c7493f6cf1616fdaada"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
"yansi",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "1.0.10"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"proc-macro2",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-06-30 23:45:46 +02:00
|
|
|
version = "0.8.4"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 23:45:46 +02:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-30 23:45:46 +02:00
|
|
|
version = "0.3.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 23:45:46 +02:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-06-30 23:45:46 +02:00
|
|
|
version = "0.6.3"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 23:45:46 +02:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-05-29 00:50:48 +02:00
|
|
|
"getrandom",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-06-30 23:45:46 +02:00
|
|
|
version = "0.3.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 23:45:46 +02:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "0.2.10"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-05-29 00:50:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2021-03-03 15:24:46 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2021-05-29 00:50:48 +02:00
|
|
|
version = "0.4.0"
|
2021-03-03 15:24:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-29 00:50:48 +02:00
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
2021-03-03 15:24:46 +01:00
|
|
|
dependencies = [
|
2021-05-29 00:50:48 +02:00
|
|
|
"getrandom",
|
2021-03-28 03:50:52 +02:00
|
|
|
"redox_syscall",
|
2021-03-03 15:24:46 +01:00
|
|
|
]
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ref-cast"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"
|
|
|
|
dependencies = [
|
|
|
|
"ref-cast-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ref-cast-impl"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-03-03 15:24:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "1.5.4"
|
2021-03-03 15:24:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2021-03-03 15:24:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2021-03-03 15:24:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-05-29 00:50:48 +02:00
|
|
|
version = "0.6.25"
|
2021-03-03 15:24:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-29 00:50:48 +02:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2021-03-03 15:24:46 +01:00
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-03-19 15:44:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.16.20"
|
2021-03-19 15:44:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2021-03-19 15:44:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2021-11-03 13:09:44 +01:00
|
|
|
"once_cell",
|
|
|
|
"spin 0.5.2",
|
2021-03-19 15:44:26 +01:00
|
|
|
"untrusted",
|
2021-11-03 13:09:44 +01:00
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
2021-03-19 15:44:26 +01:00
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rocket"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.5.0-rc.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "0a71c18c42a0eb15bf3816831caf0dad11e7966f2a41aaf486a701979c4dd1f2"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"atomic",
|
2021-02-02 11:05:50 +01:00
|
|
|
"atty",
|
2021-11-03 13:09:44 +01:00
|
|
|
"binascii",
|
|
|
|
"bytes",
|
|
|
|
"either",
|
|
|
|
"figment",
|
|
|
|
"futures",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
2021-02-02 11:05:50 +01:00
|
|
|
"memchr",
|
2021-11-03 13:09:44 +01:00
|
|
|
"multer",
|
2021-02-02 11:05:50 +01:00
|
|
|
"num_cpus",
|
2021-11-03 13:09:44 +01:00
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
|
|
|
"ref-cast",
|
2021-02-02 11:05:50 +01:00
|
|
|
"rocket_codegen",
|
|
|
|
"rocket_http",
|
2021-11-03 13:09:44 +01:00
|
|
|
"serde",
|
2021-02-02 11:05:50 +01:00
|
|
|
"state",
|
2021-11-03 13:09:44 +01:00
|
|
|
"tempfile",
|
2021-02-02 11:05:50 +01:00
|
|
|
"time",
|
2021-11-03 13:09:44 +01:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"ubyte",
|
|
|
|
"version_check",
|
2021-02-02 11:05:50 +01:00
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_codegen"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.5.0-rc.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "66f5fa462f7eb958bba8710c17c5d774bbbd59809fa76fb1957af7e545aea8bb"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"devise",
|
|
|
|
"glob",
|
|
|
|
"indexmap",
|
2021-11-03 13:09:44 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-02-02 11:05:50 +01:00
|
|
|
"rocket_http",
|
2021-11-03 13:09:44 +01:00
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_http"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.5.0-rc.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "23c8b7d512d2fcac2316ebe590cde67573844b99e6cc9ee0f53375fa16e25ebd"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"cookie",
|
2021-11-03 13:09:44 +01:00
|
|
|
"either",
|
|
|
|
"http",
|
2021-02-02 11:05:50 +01:00
|
|
|
"hyper",
|
|
|
|
"indexmap",
|
2021-11-03 13:09:44 +01:00
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"parking_lot",
|
2021-02-02 11:05:50 +01:00
|
|
|
"pear",
|
2021-11-03 13:09:44 +01:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"ref-cast",
|
|
|
|
"serde",
|
2021-02-02 11:05:50 +01:00
|
|
|
"smallvec",
|
2021-11-03 13:09:44 +01:00
|
|
|
"stable-pattern",
|
2021-02-02 11:05:50 +01:00
|
|
|
"state",
|
|
|
|
"time",
|
2021-11-03 13:09:44 +01:00
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"uncased",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
2021-04-16 17:42:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "run_script"
|
2021-11-06 12:06:10 +01:00
|
|
|
version = "0.9.0"
|
2021-04-16 17:42:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 12:06:10 +01:00
|
|
|
checksum = "5dd85213e37f76b40186ee781cf3a689b05c518c3102c987acf679c573d8e4ef"
|
2021-04-16 17:42:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"fsio",
|
|
|
|
]
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2021-03-19 15:44:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.19.1"
|
2021-03-19 15:44:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
|
2021-03-19 15:44:26 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"base64",
|
|
|
|
"log",
|
2021-03-19 15:44:26 +01:00
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
2021-03-19 15:44:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.6.1"
|
2021-03-19 15:44:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
2021-03-19 15:44:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.0.130"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.0.130"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-11-13 19:56:38 +01:00
|
|
|
version = "1.0.70"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 19:56:38 +01:00
|
|
|
checksum = "e277c495ac6cd1a01a58d0a0c574568b4d1ddf14f59965c6a58b8d96400b54f3"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-03-03 15:24:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "0.8.21"
|
2021-03-03 15:24:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "d8c608a35705a5d3cdc9fbe403147647ff34b921f8e833e49306df898f9b20af"
|
2021-03-03 15:24:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
2021-09-30 00:20:54 +02:00
|
|
|
"indexmap",
|
2021-03-03 15:24:46 +01:00
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "0.9.8"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
2021-03-28 03:50:52 +02:00
|
|
|
"cfg-if",
|
2021-05-29 00:50:48 +02:00
|
|
|
"cpufeatures",
|
2021-02-02 11:05:50 +01:00
|
|
|
"digest",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.7.0"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "socket2"
|
2021-02-02 11:05:50 +01:00
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "511254be0c5bcf062b019a6c89c01a664aa359ded62f78aa72c6fc137c0590e5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable-pattern"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "standback"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "state"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cf4f5369e6d3044b5e365c9690f451516ac8f0954084622b49ea3fde2f6de5"
|
|
|
|
dependencies = [
|
|
|
|
"loom",
|
|
|
|
]
|
2021-02-02 11:05:50 +01:00
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.4.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
|
|
dependencies = [
|
|
|
|
"discard",
|
|
|
|
"rustc_version",
|
|
|
|
"stdweb-derive",
|
|
|
|
"stdweb-internal-macros",
|
|
|
|
"stdweb-internal-runtime",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-derive"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-macros"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
|
|
|
dependencies = [
|
|
|
|
"base-x",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
|
2021-05-31 16:14:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "2.4.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "1.0.81"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
2021-11-03 13:09:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"rand",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-03-03 16:14:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-05-31 16:14:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "0.14.2"
|
2021-05-31 16:14:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
|
2021-05-31 16:14:19 +02:00
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-04-03 01:10:50 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "1.0.30"
|
2021-04-03 01:10:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2021-04-03 01:10:50 +02:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "1.0.30"
|
2021-04-03 01:10:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2021-04-03 01:10:50 +02:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2021-04-03 01:10:50 +02:00
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.2.27"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"const_fn",
|
2021-02-02 11:05:50 +01:00
|
|
|
"libc",
|
2021-11-03 13:09:44 +01:00
|
|
|
"standback",
|
|
|
|
"stdweb",
|
|
|
|
"time-macros",
|
|
|
|
"version_check",
|
2021-03-28 03:50:52 +02:00
|
|
|
"winapi",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "time-macros"
|
|
|
|
version = "0.1.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"proc-macro-hack",
|
|
|
|
"time-macros-impl",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "time-macros-impl"
|
|
|
|
version = "0.1.2"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"standback",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"tokio-macros",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "114383b041aa6212c579467afa0075fbbdd0718de036100bc0ba7961d8cb9095"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
|
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.6.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.5.8"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.29"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "tracing-log"
|
2021-02-02 11:05:50 +01:00
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.2.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"chrono",
|
|
|
|
"lazy_static",
|
|
|
|
"matchers",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "twoway"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"unchecked-index",
|
|
|
|
]
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.14.0"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "ubyte"
|
|
|
|
version = "0.10.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "42756bb9e708855de2f8a98195643dff31a97f0485d90d8467b39dc24be9e8fe"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"serde",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "uncased"
|
|
|
|
version = "0.9.6"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "5baeed7327e25054889b9bd4f975f32e5f4c5d434042d59ab6cd4142c0a76ed0"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"version_check",
|
|
|
|
]
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "unchecked-index"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"version_check",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
2021-05-31 16:14:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.8.0"
|
2021-05-31 16:14:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2021-05-31 16:14:19 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "0.1.9"
|
2021-05-31 16:14:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2021-05-31 16:14:19 +02:00
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.2.2"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "users"
|
|
|
|
version = "0.11.0"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
2021-03-19 15:44:26 +01:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.3"
|
2021-03-19 15:44:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2021-03-19 15:44:26 +01:00
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"log",
|
|
|
|
"try-lock",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
2021-04-16 17:42:40 +02:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2021-04-16 17:42:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.78"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
|
2021-04-16 17:42:40 +02:00
|
|
|
dependencies = [
|
2021-11-03 13:09:44 +01:00
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.78"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
2021-04-16 17:42:40 +02:00
|
|
|
]
|
|
|
|
|
2021-05-31 16:14:19 +02:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.78"
|
2021-05-31 16:14:19 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
2021-05-31 16:14:19 +02:00
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.78"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.78"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-03 13:09:44 +01:00
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.55"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webhookey"
|
2021-11-17 13:17:15 +01:00
|
|
|
version = "0.1.5"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-03-03 15:24:46 +01:00
|
|
|
"anyhow",
|
2021-05-31 16:14:19 +02:00
|
|
|
"clap",
|
2021-03-03 15:24:46 +01:00
|
|
|
"dirs",
|
2021-03-03 16:14:54 +01:00
|
|
|
"env_logger",
|
2021-03-28 03:50:52 +02:00
|
|
|
"hex",
|
|
|
|
"hmac",
|
2021-04-02 00:25:39 +02:00
|
|
|
"ipnet",
|
2021-11-03 13:09:44 +01:00
|
|
|
"log",
|
2021-03-03 15:24:46 +01:00
|
|
|
"regex",
|
2021-02-02 11:05:50 +01:00
|
|
|
"rocket",
|
2021-04-16 17:42:40 +02:00
|
|
|
"run_script",
|
2021-02-02 11:05:50 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-03-03 15:24:46 +01:00
|
|
|
"serde_yaml",
|
2021-03-28 03:50:52 +02:00
|
|
|
"sha2",
|
2021-04-03 01:10:50 +02:00
|
|
|
"thiserror",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
2021-03-19 15:44:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2021-11-03 13:09:44 +01:00
|
|
|
version = "0.21.4"
|
2021-03-19 15:44:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-03 13:09:44 +01:00
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
2021-03-19 15:44:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2021-03-28 03:50:52 +02:00
|
|
|
"winapi",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-03 15:24:46 +01:00
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-03 15:24:46 +01:00
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-03 15:24:46 +01:00
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.0"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-03 15:24:46 +01:00
|
|
|
checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"
|