2020-12-16 05:21:26 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-08-25 18:51:48 +02:00
|
|
|
version = 3
|
|
|
|
|
2020-12-29 20:31:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.7.18"
|
2020-12-29 20:31:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-12-29 20:31:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-02-11 20:55:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.3.2"
|
2021-02-11 20:55:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "171374e7e3b2504e0e5236e3b59260560f9fe94bfe9ac39ba5e4e929c5590625"
|
2021-02-11 20:55:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.3.2"
|
2021-02-11 20:55:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308"
|
2021-02-11 20:55:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.1.52"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "1.3.2"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-10-28 23:09:35 +02:00
|
|
|
version = "1.1.0"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-28 23:09:35 +02:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
2021-01-24 23:08:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "1.0.72"
|
2021-01-24 23:08:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-01-25 23:22:26 +01:00
|
|
|
version = "3.0.10"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 23:22:26 +01:00
|
|
|
checksum = "7a30c3bf9ff12dfe5dae53f0a96e0febcd18420d1c0e7fad77796d9d5c4b5375"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2022-01-03 19:37:03 +01:00
|
|
|
"indexmap",
|
|
|
|
"os_str_bytes",
|
2020-12-16 05:21:26 +01:00
|
|
|
"strsim",
|
2022-01-03 19:37:03 +01:00
|
|
|
"termcolor",
|
2020-12-16 05:21:26 +01:00
|
|
|
"textwrap",
|
2022-01-03 19:37:03 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2022-01-25 23:22:26 +01:00
|
|
|
version = "3.0.4"
|
2022-01-03 19:37:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 23:22:26 +01:00
|
|
|
checksum = "d044e9db8cd0f68191becdeb5246b7462e4cf0c069b19ae00d1bf3fa9889498d"
|
2022-01-03 19:37:03 +01:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
2020-12-16 05:21:26 +01:00
|
|
|
]
|
|
|
|
|
2021-12-04 10:03:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "clicolors-control"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "colmena"
|
2021-11-19 00:41:39 +01:00
|
|
|
version = "0.3.0-pre"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
2022-01-23 02:50:53 +01:00
|
|
|
"async-stream",
|
2020-12-16 05:21:26 +01:00
|
|
|
"async-trait",
|
2021-02-10 04:28:45 +01:00
|
|
|
"atty",
|
2020-12-16 05:21:26 +01:00
|
|
|
"clap",
|
2022-01-03 19:37:03 +01:00
|
|
|
"clap_complete",
|
2021-12-04 10:03:26 +01:00
|
|
|
"clicolors-control",
|
2022-01-03 19:37:03 +01:00
|
|
|
"console",
|
2021-11-18 22:15:20 +01:00
|
|
|
"const_format",
|
2020-12-29 20:31:19 +01:00
|
|
|
"env_logger",
|
2020-12-16 05:21:26 +01:00
|
|
|
"futures",
|
|
|
|
"glob",
|
2020-12-20 00:07:29 +01:00
|
|
|
"hostname",
|
2020-12-16 05:21:26 +01:00
|
|
|
"indicatif",
|
2021-11-21 08:34:52 +01:00
|
|
|
"itertools",
|
2021-11-18 07:21:00 +01:00
|
|
|
"lazy_static",
|
2020-12-20 00:07:29 +01:00
|
|
|
"libc",
|
2020-12-16 05:21:26 +01:00
|
|
|
"log",
|
2020-12-18 10:27:44 +01:00
|
|
|
"quit",
|
2021-02-09 03:38:14 +01:00
|
|
|
"regex",
|
2020-12-16 05:21:26 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-02-12 22:55:44 +01:00
|
|
|
"shell-escape",
|
2020-12-16 05:21:26 +01:00
|
|
|
"snafu",
|
2021-01-24 23:08:48 +01:00
|
|
|
"sys-info",
|
2020-12-16 05:21:26 +01:00
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
2022-01-23 02:50:53 +01:00
|
|
|
"tokio-stream",
|
2021-02-11 20:55:45 +01:00
|
|
|
"tokio-test",
|
2021-10-23 13:22:35 +02:00
|
|
|
"users",
|
2021-11-21 08:34:52 +01:00
|
|
|
"uuid",
|
2021-02-09 03:38:14 +01:00
|
|
|
"validator",
|
2020-12-16 05:21:26 +01:00
|
|
|
]
|
|
|
|
|
2021-08-25 18:51:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2021-10-28 23:09:35 +02:00
|
|
|
version = "0.15.0"
|
2021-08-25 18:51:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-28 23:09:35 +02:00
|
|
|
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
|
2021-08-25 18:51:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"libc",
|
2021-10-28 23:09:35 +02:00
|
|
|
"once_cell",
|
2021-11-17 06:36:37 +01:00
|
|
|
"regex",
|
2021-08-25 18:51:48 +02:00
|
|
|
"terminal_size",
|
2022-01-03 19:37:03 +01:00
|
|
|
"unicode-width",
|
2021-08-25 18:51:48 +02:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-11-18 22:15:20 +01:00
|
|
|
[[package]]
|
|
|
|
name = "const_format"
|
|
|
|
version = "0.2.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "22bc6cd49b0ec407b680c3e380182b6ac63b73991cb7602de350352fc309b614"
|
|
|
|
dependencies = [
|
|
|
|
"const_format_proc_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const_format_proc_macros"
|
|
|
|
version = "0.2.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef196d5d972878a48da7decb7686eded338b4858fbabeed513d63a7c98b2b82d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
2021-11-21 08:34:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2020-12-29 20:31:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.9.0"
|
2020-12-29 20:31:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
2020-12-29 20:31:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2022-01-25 23:22:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-02-09 03:38:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "1.0.1"
|
2021-02-09 03:38:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2021-02-09 03:38:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.3.19"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.3.19"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.3.19"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.3.19"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.3.19"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.3.19"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.3.19"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.3.19"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.3.19"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-08-25 18:51:48 +02:00
|
|
|
"pin-project-lite",
|
2020-12-16 05:21:26 +01:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-01-25 23:22:26 +01:00
|
|
|
version = "0.2.4"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 23:22:26 +01:00
|
|
|
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
2021-08-25 18:51:48 +02:00
|
|
|
"cfg-if",
|
2020-12-16 05:21:26 +01:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2022-01-03 19:37:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
|
2022-01-25 23:22:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.1.19"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-12-20 00:07:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-12-29 20:31:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "2.1.0"
|
2020-12-29 20:31:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2020-12-29 20:31:19 +01:00
|
|
|
|
2021-02-09 03:38:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.2.3"
|
2021-02-09 03:38:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2021-02-09 03:38:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "if_chain"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "1.0.2"
|
2021-02-09 03:38:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
|
2021-02-09 03:38:14 +01:00
|
|
|
|
2022-01-03 19:37:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-01-25 23:22:26 +01:00
|
|
|
version = "1.8.0"
|
2022-01-03 19:37:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 23:22:26 +01:00
|
|
|
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
|
2022-01-03 19:37:03 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2022-01-05 23:01:05 +01:00
|
|
|
version = "0.17.0-rc.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c112b1e714737c51fa137aaf6ae2cdf6960d01895e096a6feb1e0afd192c790d"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
2022-01-03 19:37:03 +01:00
|
|
|
"console",
|
2020-12-16 05:21:26 +01:00
|
|
|
"number_prefix",
|
|
|
|
]
|
|
|
|
|
2022-01-25 23:22:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-11-21 08:34:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.10.3"
|
2021-11-21 08:34:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
2021-11-21 08:34:52 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "1.0.1"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-01-25 23:22:26 +01:00
|
|
|
version = "0.2.113"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 23:22:26 +01:00
|
|
|
checksum = "eef78b64d87775463c549fbd80e19249ef436ea3bf1de2a1eb7e717ec7fab1e9"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.4.14"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
2021-08-25 18:51:48 +02:00
|
|
|
"cfg-if",
|
2020-12-16 05:21:26 +01:00
|
|
|
]
|
|
|
|
|
2020-12-20 00:07:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
2021-02-09 03:38:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.1.9"
|
2021-02-09 03:38:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2021-02-09 03:38:14 +01:00
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "2.4.1"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-10-28 23:09:35 +02:00
|
|
|
version = "0.7.14"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-28 23:09:35 +02:00
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.3.7"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "1.13.1"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
2021-11-17 06:01:33 +01:00
|
|
|
version = "0.4.0"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-17 06:01:33 +01:00
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "6.0.0"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2020-12-16 05:21:26 +01:00
|
|
|
|
2021-02-09 03:38:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.2.8"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2021-02-09 03:38:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "1.0.36"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2020-12-18 10:27:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quit"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "1.1.4"
|
2020-12-18 10:27:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "bad314fc86f60b58587ffaf97e3150ed6f0aece74012db9cf0e36ee88768e49d"
|
2020-12-18 10:27:44 +01:00
|
|
|
dependencies = [
|
|
|
|
"quit_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quit_macros"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "1.1.4"
|
2020-12-18 10:27:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "a411616b47dce3139c0169c89899ba5ea3534e545ab4d0c1d3956460fe781bae"
|
2020-12-18 10:27:44 +01:00
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-01-25 23:22:26 +01:00
|
|
|
version = "1.0.15"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 23:22:26 +01:00
|
|
|
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.2.10"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "1.5.4"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
2020-12-29 20:31:19 +01:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2020-12-16 05:21:26 +01:00
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.6.25"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2020-12-16 05:21:26 +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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "1.0.9"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-01-25 23:22:26 +01:00
|
|
|
version = "1.0.135"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 23:22:26 +01:00
|
|
|
checksum = "2cf9235533494ea2ddcdb794665461814781c53f19d87b76e571a1c35acbad2b"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-01-25 23:22:26 +01:00
|
|
|
version = "1.0.135"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 23:22:26 +01:00
|
|
|
checksum = "8dcde03d87d4c973c04be249e7d8f0b35db1c848c487bd43032808e59dd8328d"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-01-25 23:22:26 +01:00
|
|
|
version = "1.0.78"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 23:22:26 +01:00
|
|
|
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-02-12 22:55:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shell-escape"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "1.4.0"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-10-28 23:09:35 +02:00
|
|
|
version = "0.4.5"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-28 23:09:35 +02:00
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snafu"
|
2022-01-25 23:22:26 +01:00
|
|
|
version = "0.7.0"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 23:22:26 +01:00
|
|
|
checksum = "2eba135d2c579aa65364522eb78590cdf703176ef71ad4c32b00f58f7afb2df5"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"doc-comment",
|
|
|
|
"snafu-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snafu-derive"
|
2022-01-25 23:22:26 +01:00
|
|
|
version = "0.7.0"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 23:22:26 +01:00
|
|
|
checksum = "7a7fe9b0669ef117c5cabc5549638528f36771f058ff977d7689deb517833a75"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
2022-01-25 23:22:26 +01:00
|
|
|
"heck",
|
2020-12-16 05:21:26 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.10.0"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-01-25 23:22:26 +01:00
|
|
|
version = "1.0.86"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 23:22:26 +01:00
|
|
|
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-01-24 23:08:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sys-info"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.9.1"
|
2021-01-24 23:08:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
|
2021-01-24 23:08:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-25 23:22:26 +01:00
|
|
|
version = "3.3.0"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 23:22:26 +01:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
2021-08-25 18:51:48 +02:00
|
|
|
"cfg-if",
|
2022-01-25 23:22:26 +01:00
|
|
|
"fastrand",
|
2020-12-16 05:21:26 +01:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-12-29 20:31:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.1.17"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.14.2"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
2021-02-09 03:38:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "1.5.1"
|
2021-02-09 03:38:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2021-02-09 03:38:14 +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"
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "1.15.0"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"tokio-macros",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "1.7.0"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
|
2020-12-16 05:21:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-02-11 20:55:45 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.1.8"
|
2021-02-11 20:55:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
|
2021-02-11 20:55:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-test"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.4.2"
|
2021-02-11 20:55:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3"
|
2021-02-11 20:55:45 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
2021-02-09 03:38:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2021-10-28 23:09:35 +02:00
|
|
|
version = "0.3.7"
|
2021-02-09 03:38:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-28 23:09:35 +02:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2021-02-09 03:38:14 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.1.19"
|
2021-02-09 03:38:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2021-02-09 03:38:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2022-01-25 23:22:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-10-28 23:09:35 +02:00
|
|
|
version = "0.1.9"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-28 23:09:35 +02:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.2.2"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-12-16 05:21:26 +01:00
|
|
|
|
2021-02-09 03:38:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "2.2.2"
|
2021-02-09 03:38:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2021-02-09 03:38:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-10-23 13:22:35 +02:00
|
|
|
[[package]]
|
|
|
|
name = "users"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-11-21 08:34:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-02-09 03:38:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "validator"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.14.0"
|
2021-02-09 03:38:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "6d0f08911ab0fee2c5009580f04615fa868898ee57de10692a45da0c3bcc3e5e"
|
2021-02-09 03:38:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"idna",
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
"validator_derive",
|
|
|
|
"validator_types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "validator_derive"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.14.0"
|
2021-02-09 03:38:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "d85135714dba11a1bd0b3eb1744169266f1a38977bf4e3ff5e2e1acb8c2b7eee"
|
2021-02-09 03:38:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"if_chain",
|
|
|
|
"lazy_static",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"syn",
|
|
|
|
"validator_types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "validator_types"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.14.0"
|
2021-02-09 03:38:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "ded9d97e1d42327632f5f3bae6403c04886e2de3036261ef42deebd931a6a291"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
]
|
2021-02-09 03:38:14 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-03 19:37:03 +01:00
|
|
|
version = "0.9.4"
|
2021-02-09 03:38:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:37:03 +01:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-02-09 03:38:14 +01:00
|
|
|
|
2020-12-16 05:21:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-08-25 18:51:48 +02:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-12-16 05:21:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-25 18:51:48 +02:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-12-16 05:21:26 +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 = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|