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]]
|
|
|
|
name = "aead"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "0.3.2"
|
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 = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "0.6.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 = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"aes-soft",
|
|
|
|
"aesni",
|
2021-03-03 15:24:46 +01:00
|
|
|
"cipher",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "0.8.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 = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"aes",
|
2021-03-03 15:24:46 +01:00
|
|
|
"cipher",
|
|
|
|
"ctr",
|
2021-02-02 11:05:50 +01:00
|
|
|
"ghash",
|
2021-03-03 15:24:46 +01:00
|
|
|
"subtle",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-soft"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "0.6.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 = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-03-03 15:24:46 +01:00
|
|
|
"cipher",
|
2021-02-02 11:05:50 +01:00
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aesni"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "0.10.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 = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-03-03 15:24:46 +01:00
|
|
|
"cipher",
|
2021-02-02 11:05:50 +01:00
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
2021-03-03 15:24:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-06-30 23:45:46 +02:00
|
|
|
version = "0.7.15"
|
2021-03-03 15:24:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 23:45:46 +02:00
|
|
|
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
2021-03-03 15:24:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.0.44"
|
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 = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
|
2021-03-03 15:24:46 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
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]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
|
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-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
|
|
|
|
2021-03-21 15:51:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "0.19.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
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]]
|
|
|
|
name = "byteorder"
|
2021-03-17 11:01:20 +01:00
|
|
|
version = "1.4.3"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-17 11:01:20 +01:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
2021-03-19 15:44:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.0.70"
|
2021-03-19 15:44:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
|
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]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2021-05-31 16:14:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "3.0.0-beta.4"
|
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 = "fcd70aa5597dbc42f7217a543f9ef2768b2ef823ba29036072d30e1d88e98406"
|
2021-05-31 16:14:19 +02:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"clap_derive",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"os_str_bytes",
|
|
|
|
"strsim",
|
|
|
|
"termcolor",
|
|
|
|
"textwrap",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "3.0.0-beta.4"
|
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 = "0b5bb0d655624a0b8770d1c178fb8ffcb1f91cc722cb08f451e3dc72465421ac"
|
2021-05-31 16:14:19 +02:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
2021-09-30 00:20:54 +02:00
|
|
|
"proc-macro2 1.0.29",
|
2021-05-31 16:14:19 +02:00
|
|
|
"quote 1.0.9",
|
2021-09-30 00:20:54 +02:00
|
|
|
"syn 1.0.77",
|
2021-05-31 16:14:19 +02:00
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "0.11.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 = "80f6044740a4a516b8aac14c140cdf35c1a640b1bd6b98b6224e49143b2f1566"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"aes-gcm",
|
2021-03-03 15:24:46 +01:00
|
|
|
"base64 0.13.0",
|
2021-02-02 11:05:50 +01:00
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
"rand",
|
|
|
|
"sha2",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpuid-bool"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "0.10.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 = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2021-03-03 15:24:46 +01:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74e04ba2d03c5fa0d954c061fc8c9c288badadffc272ebb87679a89846de3ed3"
|
|
|
|
dependencies = [
|
|
|
|
"devise_codegen",
|
|
|
|
"devise_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_codegen"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "066ceb7928ca93a9bedc6d0e612a8a0424048b0ab1f75971b203d01420c055d7"
|
|
|
|
dependencies = [
|
|
|
|
"devise_core",
|
|
|
|
"quote 0.6.13",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_core"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf41c59b22b5e3ec0ea55c7847e5f358d340f3a8d6d53a5cf4f1564967f96487"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-05-29 00:50:48 +02:00
|
|
|
version = "3.0.2"
|
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 = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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-03-03 16:14:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2021-06-30 23:45:46 +02:00
|
|
|
version = "0.8.4"
|
2021-03-03 16:14:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 23:45:46 +02:00
|
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
2021-03-03 16:14:54 +01:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log 0.4.14",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2021-04-16 17:42:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fsio"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a50045aa8931ae01afbc5d72439e8f57f326becb8c70d07dfc816778eff3d167"
|
|
|
|
dependencies = [
|
|
|
|
"rand",
|
|
|
|
"users",
|
|
|
|
]
|
|
|
|
|
2021-03-21 15:51:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
|
|
|
|
|
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-03-17 11:01:20 +01:00
|
|
|
"version_check 0.9.3",
|
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 = "ghash"
|
2021-03-03 15:24:46 +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-03-03 15:24:46 +01:00
|
|
|
checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-03-03 15:24:46 +01:00
|
|
|
"opaque-debug",
|
2021-02-02 11:05:50 +01:00
|
|
|
"polyval",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
|
|
|
[[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]]
|
|
|
|
name = "hkdf"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "0.10.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 = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "0.10.1"
|
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 = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"crypto-mac",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-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"
|
|
|
|
version = "0.10.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.9.3",
|
|
|
|
"httparse",
|
|
|
|
"language-tags",
|
|
|
|
"log 0.3.9",
|
|
|
|
"mime",
|
|
|
|
"num_cpus",
|
|
|
|
"time",
|
|
|
|
"traitobject",
|
|
|
|
"typeable",
|
|
|
|
"unicase",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-03-19 15:44:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-sync-rustls"
|
|
|
|
version = "0.3.0-rc.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d1a443a90413a118ac6739e024f6a5180aa3b3f43f7de65f9d388a961cff19b"
|
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"rustls",
|
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-06-30 23:45:46 +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-06-30 23:45:46 +02:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
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]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
|
|
|
|
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-03-21 15:51:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
2021-04-22 13:19:03 +02:00
|
|
|
version = "0.7.6"
|
2021-03-21 15:51:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-22 13:19:03 +02:00
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
2021-03-21 15:51:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
2021-03-28 03:50:52 +02:00
|
|
|
"cfg-if",
|
2021-03-21 15:51:58 +01:00
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "0.2.103"
|
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 = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
|
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]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.4.14",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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]]
|
|
|
|
name = "matches"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "0.1.9"
|
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 = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-06-30 23:45:46 +02:00
|
|
|
version = "2.3.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 = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-03-21 15:51:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2021-06-30 23:45:46 +02:00
|
|
|
version = "6.2.1"
|
2021-03-21 15:51:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 23:45:46 +02:00
|
|
|
checksum = "9c5c51b9083a3c620fa67a2a635d1ce7d95b897e957d6b28ff9a5da960a103a6"
|
2021-03-21 15:51:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"funty",
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check 0.9.3",
|
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "0.3.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 = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
2021-05-31 16:14:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "3.1.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 = "6acbef58a60fe69ab50510a55bc8cdd4d6cf2283d27ad338f54cb52747a9cf2d"
|
2021-05-31 16:14:19 +02:00
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pear"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5320f212db967792b67cfe12bd469d08afd6318a249bd917d5c19bc92200ab8a"
|
|
|
|
dependencies = [
|
|
|
|
"pear_codegen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pear_codegen"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfc1c836fdc3d1ef87c348b237b5b5c4dff922156fb2d968f57734f9669768ca"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
2021-03-17 11:01:20 +01:00
|
|
|
"version_check 0.9.3",
|
2021-02-02 11:05:50 +01:00
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
2021-03-03 15:24:46 +01:00
|
|
|
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 = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-05-29 00:50:48 +02:00
|
|
|
"cpuid-bool",
|
2021-03-03 15:24:46 +01:00
|
|
|
"opaque-debug",
|
2021-02-02 11:05:50 +01:00
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
|
|
|
|
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-09-30 00:20:54 +02:00
|
|
|
"proc-macro2 1.0.29",
|
2021-05-31 16:14:19 +02:00
|
|
|
"quote 1.0.9",
|
2021-09-30 00:20:54 +02:00
|
|
|
"syn 1.0.77",
|
2021-05-31 16:14:19 +02:00
|
|
|
"version_check 0.9.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
2021-09-30 00:20:54 +02:00
|
|
|
"proc-macro2 1.0.29",
|
2021-05-31 16:14:19 +02:00
|
|
|
"quote 1.0.9",
|
|
|
|
"version_check 0.9.3",
|
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.0.29"
|
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 = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-05-29 00:50:48 +02:00
|
|
|
"unicode-xid 0.2.2",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "1.0.9"
|
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 = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-09-30 00:20:54 +02:00
|
|
|
"proc-macro2 1.0.29",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
2021-03-21 15:51:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-06-30 23:45:46 +02:00
|
|
|
version = "1.4.6"
|
2021-03-03 15:24:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 23:45:46 +02:00
|
|
|
checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
|
2021-03-03 15:24:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-03-19 15:44:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.13.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c4db68a2e35f3497146b7e4563df7d4773a2433230c5e4b448328e31740458a"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rocket"
|
2021-05-29 00:50:48 +02:00
|
|
|
version = "0.4.10"
|
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 = "4a7ab1dfdc75bb8bd2be381f37796b1b300c45a3c9145b34d86715e8dd90bf28"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2021-05-29 00:50:48 +02:00
|
|
|
"base64 0.13.0",
|
2021-02-02 11:05:50 +01:00
|
|
|
"log 0.4.14",
|
|
|
|
"memchr",
|
|
|
|
"num_cpus",
|
|
|
|
"pear",
|
|
|
|
"rocket_codegen",
|
|
|
|
"rocket_http",
|
|
|
|
"state",
|
|
|
|
"time",
|
|
|
|
"toml",
|
2021-03-17 11:01:20 +01:00
|
|
|
"version_check 0.9.3",
|
2021-02-02 11:05:50 +01:00
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_codegen"
|
2021-05-29 00:50:48 +02:00
|
|
|
version = "0.4.10"
|
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 = "1729e687d6d2cf434d174da84fb948f7fef4fac22d20ce94ca61c28b72dbcf9f"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"devise",
|
|
|
|
"glob",
|
|
|
|
"indexmap",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"rocket_http",
|
2021-03-17 11:01:20 +01:00
|
|
|
"version_check 0.9.3",
|
2021-02-02 11:05:50 +01:00
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_http"
|
2021-05-29 00:50:48 +02:00
|
|
|
version = "0.4.10"
|
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 = "6131e6e6d38a9817f4a494ff5da95971451c2eb56a53915579fc9c80f6ef0117"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"cookie",
|
|
|
|
"hyper",
|
2021-03-19 15:44:26 +01:00
|
|
|
"hyper-sync-rustls",
|
2021-02-02 11:05:50 +01:00
|
|
|
"indexmap",
|
|
|
|
"pear",
|
|
|
|
"percent-encoding 1.0.1",
|
2021-03-19 15:44:26 +01:00
|
|
|
"rustls",
|
2021-02-02 11:05:50 +01:00
|
|
|
"smallvec",
|
|
|
|
"state",
|
|
|
|
"time",
|
|
|
|
"unicode-xid 0.1.0",
|
|
|
|
]
|
|
|
|
|
2021-04-16 17:42:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "run_script"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1c022176d696304ff6655716c2c09e1b888c00ac66a7c53c037ae7c9511ce6c"
|
|
|
|
dependencies = [
|
|
|
|
"fsio",
|
|
|
|
]
|
|
|
|
|
2021-03-19 15:44:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b7891791343c75b73ed9a18cadcafd8c8563d11a88ebe2d87f5b8a3182654d9"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.9.3",
|
|
|
|
"log 0.4.14",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"untrusted",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
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]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
|
2021-03-19 15:44:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb8f61f9e6eadd062a71c380043d28036304a4706b3c4dd001ff3387ed00745a"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
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-09-30 00:20:54 +02:00
|
|
|
"proc-macro2 1.0.29",
|
2021-03-03 15:24:46 +01:00
|
|
|
"quote 1.0.9",
|
2021-09-30 00:20:54 +02:00
|
|
|
"syn 1.0.77",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.0.68"
|
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 = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
|
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-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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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]]
|
|
|
|
name = "state"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3015a7d0a5fd5105c91c3710d42f9ccf0abfb287d62206484dcc67f9569a6483"
|
|
|
|
|
2021-03-21 15:51:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
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"
|
|
|
|
version = "0.15.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"unicode-xid 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.0.77"
|
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 = "5239bc68e0fef57495900cfea4e8dc75596d9a319d7e16b1e0a440d24e6fe0a0"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
2021-09-30 00:20:54 +02:00
|
|
|
"proc-macro2 1.0.29",
|
2021-03-03 15:24:46 +01:00
|
|
|
"quote 1.0.9",
|
2021-05-29 00:50:48 +02:00
|
|
|
"unicode-xid 0.2.2",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
2021-03-21 15:51:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
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-09-30 00:20:54 +02:00
|
|
|
version = "1.0.29"
|
2021-04-03 01:10:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"
|
2021-04-03 01:10:50 +02:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.0.29"
|
2021-04-03 01:10:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 00:20:54 +02:00
|
|
|
checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"
|
2021-04-03 01:10:50 +02:00
|
|
|
dependencies = [
|
2021-09-30 00:20:54 +02:00
|
|
|
"proc-macro2 1.0.29",
|
2021-04-03 01:10:50 +02:00
|
|
|
"quote 1.0.9",
|
2021-09-30 00:20:54 +02:00
|
|
|
"syn 1.0.77",
|
2021-04-03 01:10:50 +02:00
|
|
|
]
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "0.1.43"
|
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 = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-03-28 03:50:52 +02:00
|
|
|
"winapi",
|
2021-02-02 11:05:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "1.5.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 = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.4.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "traitobject"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typeable"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
|
|
|
|
|
|
|
|
[[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]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
|
|
|
dependencies = [
|
|
|
|
"version_check 0.1.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "0.3.6"
|
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 = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
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 = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2021-02-02 11:05:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-29 00:50:48 +02:00
|
|
|
version = "0.2.2"
|
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 = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
2021-09-30 00:20:54 +02:00
|
|
|
version = "0.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 = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
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
|
|
|
]
|
|
|
|
|
2021-03-19 15:44:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "1.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
|
|
|
dependencies = [
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding 1.0.1",
|
|
|
|
]
|
|
|
|
|
2021-04-16 17:42:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "users"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log 0.4.14",
|
|
|
|
]
|
|
|
|
|
2021-05-31 16:14:19 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-03-17 11:01:20 +01:00
|
|
|
version = "0.9.3"
|
2021-02-02 11:05:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-17 11:01:20 +01:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-03-03 15:24:46 +01:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
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 = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2021-02-02 11:05:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webhookey"
|
2021-06-02 03:35:43 +02:00
|
|
|
version = "0.1.0"
|
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-03-03 16:14:54 +01:00
|
|
|
"log 0.4.14",
|
2021-03-21 15:51:58 +01:00
|
|
|
"nom",
|
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"
|
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17d7967316d8411ca3b01821ee6c332bde138ba4363becdb492f12e514daa17f"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85d1f408918fd590908a70d36b7ac388db2edc221470333e4d6e5b598e44cabf"
|
|
|
|
dependencies = [
|
|
|
|
"untrusted",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2021-03-21 15:51:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
|
|
|
|
|
2021-02-02 11:05:50 +01:00
|
|
|
[[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"
|