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-08-10 21:55:01 +00:00
|
|
|
version = "1.0.60"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142"
|
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"
|
2022-08-10 21:55:01 +00:00
|
|
|
version = "1.2.1"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
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-08-10 21:55:01 +00:00
|
|
|
version = "3.2.16"
|
2022-01-11 07:51:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9"
|
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",
|
2022-07-29 07:50:51 +00:00
|
|
|
"once_cell",
|
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-07-29 07:50:51 +00:00
|
|
|
version = "3.2.3"
|
2022-01-11 07:51:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "ead064480dfc4880a10764488415a97fdd36a4cf1bb022d372f02e8faf8386e1"
|
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-07-29 07:50:51 +00:00
|
|
|
version = "3.2.15"
|
2022-01-11 07:51:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"
|
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"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "0.2.4"
|
2022-04-17 03:27:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-04-17 03:27:27 +00:00
|
|
|
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"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "0.15.1"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847"
|
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
|
|
|
"terminal_size",
|
|
|
|
"unicode-width",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-18 01:56:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "0.1.6"
|
2022-02-18 01:56:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-02-18 01:56:53 +00:00
|
|
|
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-07-29 07:50:51 +00:00
|
|
|
version = "0.10.2"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "a92e7e37ecef6857fdc0c0c5d42fd5b0938e46590c2183cc92dd310a6d078eb1"
|
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-07-29 07:50:51 +00:00
|
|
|
version = "1.8.0"
|
2022-01-11 08:02:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
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-08-10 21:55:01 +00:00
|
|
|
version = "0.14.6"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "0.2.7"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2022-07-29 07:50:51 +00:00
|
|
|
"wasi",
|
2021-03-29 17:22:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "0.12.3"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "0.8.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "d452c155cb93fecdfb02a73dd57b5d8e442c2063bd7aac72f1bc5e4263a43086"
|
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-07-29 07:50:51 +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-07-29 07:50:51 +00:00
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
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"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "0.4.5"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-05-05 12:52:40 +00:00
|
|
|
version = "1.7.1"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 12:52:40 +00:00
|
|
|
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
|
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-07-29 07:50:51 +00:00
|
|
|
version = "0.14.20"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
|
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-07-29 07:50:51 +00:00
|
|
|
version = "1.9.1"
|
2022-01-11 07:51:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
2022-01-11 07:51:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2022-08-10 21:55:01 +00:00
|
|
|
version = "1.0.7"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[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"
|
2022-08-10 21:55:01 +00:00
|
|
|
version = "1.0.3"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
|
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-08-10 21:55:01 +00:00
|
|
|
version = "0.2.129"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "64de3cc433455c14174d42e554d4027ee631c4d046d43e3ecc6efc4636cdc7a7"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "0.25.1"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "9f0455f2c1bc9a7caa792907026e469c1d91761fb0ea37cbb16427c77280cf35"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
2022-08-10 20:21:11 +00:00
|
|
|
"cc",
|
2021-03-29 17:22:14 +00:00
|
|
|
"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-05-05 12:52:40 +00:00
|
|
|
version = "0.4.17"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 12:52:40 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
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"
|
2022-05-05 12:52:40 +00:00
|
|
|
version = "2.5.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 12:52:40 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
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-07-29 07:50:51 +00:00
|
|
|
version = "0.8.4"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-07-29 07:50:51 +00:00
|
|
|
"wasi",
|
|
|
|
"windows-sys",
|
2021-03-29 17:22:14 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "0.3.1"
|
2022-01-07 09:35:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "94a5d5ed7a2e8303cde48c4c75b9cbe004d1df98bdd0183aea8f4db7f010cb00"
|
2022-01-07 09:35:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"netlink-packet-core",
|
|
|
|
"netlink-packet-utils",
|
|
|
|
]
|
|
|
|
|
2021-06-10 13:57:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "netlink-packet-route"
|
2022-08-10 21:55:01 +00:00
|
|
|
version = "0.13.0"
|
2021-06-10 13:57:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "f5dee5ed749373c298237fe694eb0a51887f4cc1a27370c8464bac4382348f1a"
|
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-07-29 07:50:51 +00:00
|
|
|
version = "0.8.3"
|
2021-06-10 13:57:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"
|
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 = "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-07-29 07:50:51 +00:00
|
|
|
version = "1.13.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
2022-01-11 07:51:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "6.2.0"
|
2022-01-11 07:51:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"
|
2022-01-11 07:51:32 +00:00
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "0.12.1"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-05-05 12:52:40 +00:00
|
|
|
version = "0.9.3"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 12:52:40 +00:00
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
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-08-10 21:55:01 +00:00
|
|
|
version = "1.0.8"
|
2021-06-10 13:57:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22"
|
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-05-05 12:52:40 +00:00
|
|
|
version = "0.2.9"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 12:52:40 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
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-08-10 21:55:01 +00:00
|
|
|
version = "1.0.43"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
2022-07-29 07:50:51 +00:00
|
|
|
"unicode-ident",
|
2021-03-29 17:22:14 +00:00
|
|
|
]
|
|
|
|
|
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-08-10 21:55:01 +00:00
|
|
|
version = "1.0.21"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
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-07-29 07:50:51 +00:00
|
|
|
version = "0.2.16"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "1.6.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "0.6.27"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
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-07-29 07:50:51 +00:00
|
|
|
version = "0.28.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "01e213bc3ecb39ac32e81e51ebe31fd888a940515173e3a18a35f8c6e896422a"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fallible-iterator",
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
"hashlink",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-08-10 21:55:01 +00:00
|
|
|
version = "1.0.11"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
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-08-10 21:55:01 +00:00
|
|
|
version = "1.0.143"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-08-10 21:55:01 +00:00
|
|
|
version = "1.0.143"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-08-10 21:55:01 +00:00
|
|
|
version = "1.0.83"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7"
|
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-07-29 07:50:51 +00:00
|
|
|
version = "1.9.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
|
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-08-10 21:55:01 +00:00
|
|
|
version = "1.0.99"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-07-29 07:50:51 +00:00
|
|
|
"unicode-ident",
|
2021-03-29 17:22:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-08-10 21:55:01 +00:00
|
|
|
version = "1.0.32"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-08-10 21:55:01 +00:00
|
|
|
version = "1.0.32"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-05 12:52:40 +00:00
|
|
|
version = "1.6.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 12:52:40 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
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-07-29 07:50:51 +00:00
|
|
|
version = "1.20.1"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
2022-07-29 07:50:51 +00:00
|
|
|
"autocfg",
|
2021-03-29 17:22:14 +00:00
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2022-05-05 12:52:40 +00:00
|
|
|
"once_cell",
|
2021-03-29 17:22:14 +00:00
|
|
|
"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-07-29 07:50:51 +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-07-29 07:50:51 +00:00
|
|
|
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
|
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"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "0.3.2"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-08-10 21:55:01 +00:00
|
|
|
version = "0.1.36"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-08-10 21:55:01 +00:00
|
|
|
version = "0.1.29"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"
|
2021-03-29 17:22:14 +00:00
|
|
|
dependencies = [
|
2022-07-29 07:50:51 +00:00
|
|
|
"once_cell",
|
2021-03-29 17:22:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-05-05 12:52:40 +00:00
|
|
|
version = "0.3.8"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 12:52:40 +00:00
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
2021-03-29 17:22:14 +00:00
|
|
|
|
2022-07-29 07:50:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-08-10 21:55:01 +00:00
|
|
|
version = "1.0.3"
|
2022-07-29 07:50:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:55:01 +00:00
|
|
|
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
|
2022-07-29 07:50:51 +00:00
|
|
|
|
2021-03-29 17:22:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "0.1.21"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
|
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 = "ureq"
|
2022-07-29 07:50:51 +00:00
|
|
|
version = "2.5.0"
|
2021-03-29 17:22:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 07:50:51 +00:00
|
|
|
checksum = "b97acb4c28a254fd7a4aeec976c46a7fa404eac4d7c134b30c75144846d7cb8f"
|
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",
|
|
|
|
]
|
|
|
|
|
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-05-05 12:52:40 +00:00
|
|
|
version = "0.36.1"
|
2022-01-31 19:27:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 12:52:40 +00:00
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
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-05-05 12:52:40 +00:00
|
|
|
version = "0.36.1"
|
2022-01-31 19:27:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 12:52:40 +00:00
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
2022-01-31 19:27:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-05-05 12:52:40 +00:00
|
|
|
version = "0.36.1"
|
2022-01-31 19:27:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 12:52:40 +00:00
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
2022-01-31 19:27:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-05-05 12:52:40 +00:00
|
|
|
version = "0.36.1"
|
2022-01-31 19:27:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 12:52:40 +00:00
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
2022-01-31 19:27:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-05-05 12:52:40 +00:00
|
|
|
version = "0.36.1"
|
2022-01-31 19:27:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 12:52:40 +00:00
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
2022-01-31 19:27:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-05-05 12:52:40 +00:00
|
|
|
version = "0.36.1"
|
2022-01-31 19:27:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 12:52:40 +00:00
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
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"
|