2021-03-29 17:22:14 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-05-08 18:37:03 +00:00
|
|
|
version = 3
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2021-10-22 03:55:49 +00:00
|
|
|
version = "0.7.6"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-22 03:55:49 +00:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2021-05-09 19:38:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-04 02:51:54 +00:00
|
|
|
version = "0.7.18"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-04 02:51:54 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "1.0.56"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[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"
|
2022-02-14 17:34:21 +00:00
|
|
|
version = "1.1.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-14 17:34:21 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-10-22 03:55:49 +00:00
|
|
|
version = "1.3.2"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-22 03:55:49 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-08-26 05:57:04 +00:00
|
|
|
version = "1.1.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 05:57:04 +00:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-02-17 00:53:59 +00:00
|
|
|
version = "1.0.73"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-17 00:53:59 +00:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chunked_transfer"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
|
|
|
|
|
2022-01-11 07:51:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "3.1.9"
|
2022-01-11 07:51:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "6aad2534fad53df1cc12519c5cda696dd3e20e6118a027e24054aea14a0bdcbe"
|
2022-01-11 07:51:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"clap_derive",
|
2022-04-17 03:27:27 +00:00
|
|
|
"clap_lex",
|
2022-01-11 07:51:32 +00:00
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
2022-01-18 18:42:09 +00:00
|
|
|
"strsim",
|
2022-01-11 07:51:32 +00:00
|
|
|
"termcolor",
|
2022-01-18 18:42:09 +00:00
|
|
|
"textwrap",
|
2022-01-11 07:51:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "3.1.1"
|
2022-01-11 07:51:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
|
2022-01-11 07:51:32 +00:00
|
|
|
dependencies = [
|
2022-01-18 18:42:09 +00:00
|
|
|
"clap",
|
2022-01-11 07:51:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "3.1.7"
|
2022-01-11 07:51:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1"
|
2022-01-11 07:51:32 +00:00
|
|
|
dependencies = [
|
2022-01-18 18:42:09 +00:00
|
|
|
"heck",
|
2022-01-11 07:51:32 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-04-17 03:27:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669"
|
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "client"
|
2022-03-16 09:17:37 +00:00
|
|
|
version = "1.5.4"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
2021-06-10 13:57:47 +00:00
|
|
|
"anyhow",
|
2022-01-18 18:42:09 +00:00
|
|
|
"clap",
|
2022-01-11 07:51:32 +00:00
|
|
|
"clap_complete",
|
2021-03-29 17:22:14 +00:00
|
|
|
"colored",
|
|
|
|
"dialoguer",
|
|
|
|
"hostsfile",
|
|
|
|
"indoc",
|
2022-02-01 05:01:21 +00:00
|
|
|
"ipnet",
|
2021-03-29 17:22:14 +00:00
|
|
|
"lazy_static",
|
2021-05-19 18:11:51 +00:00
|
|
|
"log",
|
2021-03-29 17:22:14 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"shared",
|
|
|
|
"tempfile",
|
|
|
|
"ureq",
|
2021-09-15 03:29:58 +00:00
|
|
|
"wireguard-control",
|
2021-03-29 17:22:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"lazy_static",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2021-10-22 03:55:49 +00:00
|
|
|
version = "0.15.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-22 03:55:49 +00:00
|
|
|
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"libc",
|
2021-10-22 03:55:49 +00:00
|
|
|
"once_cell",
|
2021-03-29 17:22:14 +00:00
|
|
|
"regex",
|
|
|
|
"terminal_size",
|
|
|
|
"unicode-width",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-18 01:56:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek"
|
2022-02-18 01:56:53 +00:00
|
|
|
version = "4.0.0-pre.2"
|
2021-09-12 17:00:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 01:56:53 +00:00
|
|
|
checksum = "12dc3116fe595d7847c701796ac1b189bd86b81f4f593c6f775f9d80fb2e29f4"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"digest",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dialoguer"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "0.10.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "349d6b4fabcd9e97e1df1ae15395ac7e49fb144946a0d453959dc2696273b9da"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-02-18 01:56:53 +00:00
|
|
|
version = "0.10.3"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 01:56:53 +00:00
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
2022-02-18 01:56:53 +00:00
|
|
|
"crypto-common",
|
2021-03-29 17:22:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
|
|
|
2022-01-11 08:02:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-01-22 18:07:12 +00:00
|
|
|
version = "1.7.0"
|
2022-01-11 08:02:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-22 18:07:12 +00:00
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
2022-01-11 08:02:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-02-14 17:34:21 +00:00
|
|
|
version = "0.3.21"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-14 17:34:21 +00:00
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-02-14 17:34:21 +00:00
|
|
|
version = "0.3.21"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-14 17:34:21 +00:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-02-14 17:34:21 +00:00
|
|
|
version = "0.3.21"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-14 17:34:21 +00:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-02-14 17:34:21 +00:00
|
|
|
version = "0.3.21"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-14 17:34:21 +00:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-01-11 08:02:05 +00:00
|
|
|
version = "0.14.5"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 08:02:05 +00:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.2.6"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2022-03-15 01:47:52 +00:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2021-03-29 17:22:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-05-09 19:38:46 +00:00
|
|
|
version = "0.11.2"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-09 19:38:46 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2021-05-09 19:38:46 +00:00
|
|
|
version = "0.7.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-09 19:38:46 +00:00
|
|
|
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2022-01-11 07:51:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-07-11 12:46:28 +00:00
|
|
|
version = "0.1.19"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-11 12:46:28 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hostsfile"
|
2022-01-22 07:24:44 +00:00
|
|
|
version = "1.2.0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"tempfile",
|
|
|
|
]
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-01-11 08:02:05 +00:00
|
|
|
version = "0.2.6"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 08:02:05 +00:00
|
|
|
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2022-02-14 17:34:21 +00:00
|
|
|
"itoa",
|
2021-03-29 17:22:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2021-10-22 03:55:49 +00:00
|
|
|
version = "0.4.4"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-22 03:55:49 +00:00
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "1.7.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2021-11-21 06:46:34 +00:00
|
|
|
version = "1.0.2"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-21 06:46:34 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.14.18"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2022-02-14 17:34:21 +00:00
|
|
|
"itoa",
|
2021-06-14 09:10:28 +00:00
|
|
|
"pin-project-lite",
|
2021-03-29 17:22:14 +00:00
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-04-19 12:56:18 +00:00
|
|
|
version = "0.2.3"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-19 12:56:18 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-01-11 07:51:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "1.8.1"
|
2022-01-11 07:51:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
|
2022-01-11 07:51:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "1.0.4"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"unindent",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-10-22 03:55:49 +00:00
|
|
|
version = "0.1.12"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-22 03:55:49 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-01 05:01:21 +00:00
|
|
|
name = "ipnet"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "2.5.0"
|
2022-02-01 05:01:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-07 09:35:21 +00:00
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-07 09:35:21 +00:00
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-01-07 09:35:21 +00:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-07 09:35:21 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.2.123"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "cb691a747a7ab48abc15c5b42066eaafde10dc427e3b6ee2a1cf43db04c763bd"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.24.2"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.4.7"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
2022-04-17 03:27:27 +00:00
|
|
|
"autocfg",
|
2021-03-29 17:22:14 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.4.16"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-26 05:57:04 +00:00
|
|
|
version = "0.1.9"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 05:57:04 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-08-26 05:57:04 +00:00
|
|
|
version = "2.4.1"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-26 05:57:04 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
2021-09-01 09:58:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2022-01-07 09:35:21 +00:00
|
|
|
version = "0.6.5"
|
2021-09-01 09:58:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-07 09:35:21 +00:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2021-09-01 09:58:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.8.2"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
2022-03-15 01:47:52 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-03-29 17:22:14 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-06-10 13:57:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "netlink-packet-core"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "0.4.2"
|
2021-06-10 13:57:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"
|
2021-06-10 13:57:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"netlink-packet-utils",
|
|
|
|
]
|
|
|
|
|
2022-01-07 09:35:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "netlink-packet-generic"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8678ffbbfef3dd88acbe85ed31d32f0de0a100854ee7d47fe5b250f81857a23b"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"netlink-packet-core",
|
|
|
|
"netlink-packet-utils",
|
|
|
|
]
|
|
|
|
|
2021-06-10 13:57:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "netlink-packet-route"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "0.11.0"
|
2021-06-10 13:57:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "733ea73609acfd7fa7ddadfb7bf709b0471668c456ad9513685af543a06342b2"
|
2021-06-10 13:57:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"netlink-packet-core",
|
|
|
|
"netlink-packet-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "netlink-packet-utils"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "0.5.1"
|
2021-06-10 13:57:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"
|
2021-06-10 13:57:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-01-31 20:40:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "netlink-packet-wireguard"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "0.2.1"
|
2022-02-14 17:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "ebc4ffa5ccfab369b38b5aed9dabe51b62b39bc9c80de7bd1213c5a8cdae03c4"
|
2022-01-31 20:40:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"netlink-packet-generic",
|
|
|
|
"netlink-packet-utils",
|
|
|
|
]
|
|
|
|
|
2022-01-07 09:35:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "netlink-request"
|
2022-03-16 09:17:37 +00:00
|
|
|
version = "1.5.4"
|
2022-01-07 09:35:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"netlink-packet-core",
|
|
|
|
"netlink-packet-generic",
|
|
|
|
"netlink-packet-route",
|
|
|
|
"netlink-sys",
|
|
|
|
]
|
|
|
|
|
2021-06-10 13:57:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "netlink-sys"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "0.8.2"
|
2021-06-10 13:57:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "3e4c9f9547a08241bee7b6558b9b98e1f290d187de8b7cfca2bbb4937bcaa8f8"
|
2021-06-10 13:57:47 +00:00
|
|
|
dependencies = [
|
2022-01-07 09:35:21 +00:00
|
|
|
"bytes",
|
2021-06-10 13:57:47 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-09-01 09:58:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-01-11 08:02:05 +00:00
|
|
|
version = "0.23.1"
|
2021-09-01 09:58:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 08:02:05 +00:00
|
|
|
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
|
2021-09-01 09:58:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"memoffset",
|
|
|
|
]
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2022-02-14 17:34:21 +00:00
|
|
|
version = "0.3.7"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-14 17:34:21 +00:00
|
|
|
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-01-11 08:02:05 +00:00
|
|
|
version = "1.13.1"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 08:02:05 +00:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "1.10.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
2022-01-11 07:51:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "6.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-01-31 19:27:24 +00:00
|
|
|
version = "0.12.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 19:27:24 +00:00
|
|
|
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.9.2"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2022-01-31 19:27:24 +00:00
|
|
|
"windows-sys",
|
2021-03-29 17:22:14 +00:00
|
|
|
]
|
|
|
|
|
2021-06-10 13:57:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "1.0.7"
|
2021-06-10 13:57:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
|
2021-06-10 13:57:47 +00:00
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-01-11 08:02:05 +00:00
|
|
|
version = "0.2.8"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 08:02:05 +00:00
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.3.25"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pretty_env_logger"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
|
|
|
|
dependencies = [
|
|
|
|
"env_logger",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "1.0.37"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-05-09 10:57:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "publicip"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "1.0.18"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-06-22 02:16:33 +00:00
|
|
|
version = "0.6.3"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-22 02:16:33 +00:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.2.13"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "1.5.5"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-05-04 02:51:54 +00:00
|
|
|
version = "0.6.25"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-04 02:51:54 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2021-03-29 17:22:14 +00: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 = "rusqlite"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "0.27.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "85127183a999f7db96d1a976a309eebbfb6ea3b0b400ddd8340190129de6eb7a"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fallible-iterator",
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
"hashlink",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"memchr",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-01-07 09:35:21 +00:00
|
|
|
version = "1.0.9"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-07 09:35:21 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-01-31 19:27:24 +00:00
|
|
|
version = "1.0.136"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 19:27:24 +00:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-01-31 19:27:24 +00:00
|
|
|
version = "1.0.136"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 19:27:24 +00:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-02-14 17:34:21 +00:00
|
|
|
version = "1.0.79"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-14 17:34:21 +00:00
|
|
|
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
2022-02-14 17:34:21 +00:00
|
|
|
"itoa",
|
2021-03-29 17:22:14 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "server"
|
2022-03-16 09:17:37 +00:00
|
|
|
version = "1.5.4"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-05-06 03:32:54 +00:00
|
|
|
"bytes",
|
2022-01-18 18:42:09 +00:00
|
|
|
"clap",
|
2022-01-11 07:51:32 +00:00
|
|
|
"clap_complete",
|
2021-03-29 17:22:14 +00:00
|
|
|
"colored",
|
|
|
|
"dialoguer",
|
|
|
|
"hyper",
|
|
|
|
"indoc",
|
2022-02-01 05:01:21 +00:00
|
|
|
"ipnet",
|
2022-01-11 07:51:32 +00:00
|
|
|
"lazy_static",
|
2021-03-29 17:22:14 +00:00
|
|
|
"libc",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"log",
|
|
|
|
"parking_lot",
|
|
|
|
"pretty_env_logger",
|
2021-05-09 10:57:52 +00:00
|
|
|
"publicip",
|
2021-03-29 17:22:14 +00:00
|
|
|
"regex",
|
|
|
|
"rusqlite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"shared",
|
2021-04-05 07:34:21 +00:00
|
|
|
"socket2",
|
2021-04-09 04:48:00 +00:00
|
|
|
"subtle",
|
2021-03-29 17:22:14 +00:00
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"toml",
|
2021-04-20 15:35:10 +00:00
|
|
|
"url",
|
2021-09-15 03:29:58 +00:00
|
|
|
"wireguard-control",
|
2021-03-29 17:22:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shared"
|
2022-03-16 09:17:37 +00:00
|
|
|
version = "1.5.4"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
2021-06-10 13:57:47 +00:00
|
|
|
"anyhow",
|
2021-06-14 06:52:15 +00:00
|
|
|
"atty",
|
2022-01-18 18:42:09 +00:00
|
|
|
"clap",
|
2021-03-29 17:22:14 +00:00
|
|
|
"colored",
|
|
|
|
"dialoguer",
|
|
|
|
"indoc",
|
2022-02-01 05:01:21 +00:00
|
|
|
"ipnet",
|
2021-03-29 17:22:14 +00:00
|
|
|
"lazy_static",
|
2021-06-10 13:57:47 +00:00
|
|
|
"libc",
|
2021-05-19 18:11:51 +00:00
|
|
|
"log",
|
2021-06-10 13:57:47 +00:00
|
|
|
"netlink-packet-core",
|
|
|
|
"netlink-packet-route",
|
2022-01-07 09:35:21 +00:00
|
|
|
"netlink-request",
|
2021-06-10 13:57:47 +00:00
|
|
|
"netlink-sys",
|
2021-09-01 09:58:46 +00:00
|
|
|
"nix",
|
2021-05-09 10:57:52 +00:00
|
|
|
"publicip",
|
2021-03-29 17:22:14 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"toml",
|
2021-04-20 15:35:10 +00:00
|
|
|
"url",
|
2021-09-15 03:29:58 +00:00
|
|
|
"wireguard-control",
|
2021-03-29 17:22:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-01-18 06:19:16 +00:00
|
|
|
version = "1.8.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-18 06:19:16 +00:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-01-31 19:27:24 +00:00
|
|
|
version = "0.4.4"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 19:27:24 +00:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-01-11 07:51:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-07-27 05:14:50 +00:00
|
|
|
version = "2.4.1"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-27 05:14:50 +00:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "1.0.91"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-11 08:02:05 +00:00
|
|
|
version = "3.3.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 08:02:05 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-01-11 08:02:05 +00:00
|
|
|
"fastrand",
|
2021-03-29 17:22:14 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "1.1.3"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2021-05-19 07:54:07 +00:00
|
|
|
version = "0.1.17"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-19 07:54:07 +00:00
|
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-01-11 07:51:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "0.15.0"
|
2022-01-11 07:51:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
2022-01-11 07:51:32 +00:00
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-10-22 03:55:49 +00:00
|
|
|
version = "1.0.30"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-22 03:55:49 +00:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-10-22 03:55:49 +00:00
|
|
|
version = "1.0.30"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-22 03:55:49 +00:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-11-10 06:39:09 +00:00
|
|
|
version = "1.5.1"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-10 06:39:09 +00:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2021-03-29 17:22:14 +00: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 = "tokio"
|
2022-02-17 00:53:59 +00:00
|
|
|
version = "1.17.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-17 00:53:59 +00:00
|
|
|
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
2022-02-17 00:53:59 +00:00
|
|
|
"socket2",
|
2021-03-29 17:22:14 +00:00
|
|
|
"tokio-macros",
|
2021-06-22 02:16:33 +00:00
|
|
|
"winapi",
|
2021-03-29 17:22:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2022-01-11 08:02:05 +00:00
|
|
|
version = "1.7.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 08:02:05 +00:00
|
|
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.5.9"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.1.34"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.1.26"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-01-11 08:02:05 +00:00
|
|
|
version = "1.15.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 08:02:05 +00:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2021-10-22 03:55:49 +00:00
|
|
|
version = "0.3.7"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-22 03:55:49 +00:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-06-14 09:10:28 +00:00
|
|
|
version = "0.1.19"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-14 09:10:28 +00:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-10-22 03:55:49 +00:00
|
|
|
version = "0.1.9"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-22 03:55:49 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-04-30 10:01:04 +00:00
|
|
|
version = "0.2.2"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 10:01:04 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
2022-03-15 01:47:52 +00:00
|
|
|
version = "0.1.8"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 01:47:52 +00:00
|
|
|
checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ureq"
|
2022-01-11 08:02:05 +00:00
|
|
|
version = "2.4.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 08:02:05 +00:00
|
|
|
checksum = "9399fa2f927a3d327187cbd201480cee55bee6ac5d3c77dd27f0c6814cff16d5"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"chunked_transfer",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-05-08 15:32:51 +00:00
|
|
|
version = "2.2.2"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-08 15:32:51 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-06-22 02:16:33 +00:00
|
|
|
version = "0.2.15"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-22 02:16:33 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-11 08:02:05 +00:00
|
|
|
version = "0.9.4"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 08:02:05 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
|
|
2022-03-15 01:47:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2021-03-29 17:22:14 +00: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"
|
|
|
|
|
2022-01-31 19:27:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.34.0"
|
2022-01-31 19:27:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"
|
2022-01-31 19:27:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.34.0"
|
2022-01-31 19:27:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
|
2022-01-31 19:27:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.34.0"
|
2022-01-31 19:27:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
|
2022-01-31 19:27:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.34.0"
|
2022-01-31 19:27:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
|
2022-01-31 19:27:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.34.0"
|
2022-01-31 19:27:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
|
2022-01-31 19:27:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-04-17 03:27:27 +00:00
|
|
|
version = "0.34.0"
|
2022-01-31 19:27:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:27:27 +00:00
|
|
|
checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
|
2022-01-31 19:27:24 +00:00
|
|
|
|
2021-09-15 03:29:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wireguard-control"
|
2022-03-16 09:17:37 +00:00
|
|
|
version = "1.5.4"
|
2021-09-15 03:29:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"curve25519-dalek",
|
|
|
|
"hex",
|
|
|
|
"libc",
|
2022-01-12 22:15:05 +00:00
|
|
|
"log",
|
2022-01-07 09:35:21 +00:00
|
|
|
"netlink-packet-core",
|
|
|
|
"netlink-packet-generic",
|
|
|
|
"netlink-packet-route",
|
2022-01-31 21:34:29 +00:00
|
|
|
"netlink-packet-wireguard",
|
2022-01-07 09:35:21 +00:00
|
|
|
"netlink-request",
|
|
|
|
"netlink-sys",
|
2021-09-15 03:29:58 +00:00
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2022-02-18 01:56:53 +00:00
|
|
|
version = "1.3.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 01:56:53 +00:00
|
|
|
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
|