vpncloud/Cargo.lock

994 lines
25 KiB
Plaintext
Raw Normal View History

2019-12-04 08:32:35 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2015-11-28 16:54:52 +00:00
[[package]]
2020-05-29 06:37:29 +00:00
name = "ansi_term"
version = "0.11.0"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2015-11-28 16:54:52 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"winapi",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "attohttpc"
version = "0.16.0"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1082810677916862c7704351dfe4696a837aaf34da0dd6431abc60783e71ee8f"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"http",
"log",
"url",
"wildmatch",
2015-11-28 16:54:52 +00:00
]
2020-05-29 06:37:29 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"hermit-abi",
"libc",
"winapi",
2020-05-29 06:37:29 +00:00
]
2020-04-17 20:35:24 +00:00
[[package]]
name = "base-x"
2020-11-28 22:37:28 +00:00
version = "0.2.8"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 22:37:28 +00:00
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
2020-04-17 20:35:24 +00:00
2016-06-30 08:05:37 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "bitflags"
2019-12-04 08:32:35 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-12-04 08:32:35 +00:00
[[package]]
name = "boxfnonce"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "5988cb1d626264ac94100be357308f29ff7cbdd3b36bda27f450a4ee3f713426"
2019-12-04 08:32:35 +00:00
[[package]]
name = "bumpalo"
2020-06-03 15:42:43 +00:00
version = "3.4.0"
2016-05-02 06:35:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
[[package]]
name = "byteorder"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2016-05-02 06:35:11 +00:00
2019-03-20 21:03:41 +00:00
[[package]]
name = "bytes"
2020-09-24 17:48:13 +00:00
version = "0.5.6"
2017-05-09 07:27:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2017-05-09 07:27:44 +00:00
[[package]]
2019-12-04 08:32:35 +00:00
name = "cc"
2020-12-19 22:34:17 +00:00
version = "1.0.66"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-19 22:34:17 +00:00
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
2019-01-01 23:35:14 +00:00
[[package]]
2019-12-04 08:32:35 +00:00
name = "cfg-if"
version = "0.1.10"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-01-01 23:35:14 +00:00
2020-12-19 22:34:17 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-05-29 06:37:29 +00:00
[[package]]
name = "clap"
2020-09-24 17:48:13 +00:00
version = "2.33.3"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2020-05-29 06:37:29 +00:00
]
[[package]]
name = "const_fn"
2020-12-19 22:34:17 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-19 22:34:17 +00:00
checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
2016-11-23 14:21:22 +00:00
[[package]]
name = "daemonize"
2019-12-04 08:32:35 +00:00
version = "0.4.1"
2016-11-23 14:21:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "70c24513e34f53b640819f0ac9f705b673fcf4006d7aab8778bee72ebfc89815"
2016-11-23 14:21:22 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"boxfnonce",
"libc",
2016-11-23 14:21:22 +00:00
]
2020-04-17 20:35:24 +00:00
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
2020-04-17 20:35:24 +00:00
2019-01-01 23:35:14 +00:00
[[package]]
name = "dtoa"
2020-07-08 10:32:02 +00:00
version = "0.4.6"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
2019-01-01 23:35:14 +00:00
2016-03-29 08:45:54 +00:00
[[package]]
name = "fnv"
2020-05-28 06:59:00 +00:00
version = "1.0.7"
2016-03-29 08:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-07-08 10:32:02 +00:00
2020-11-07 11:34:51 +00:00
[[package]]
name = "form_urlencoded"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
dependencies = [
"matches",
"percent-encoding",
]
2019-12-04 08:32:35 +00:00
[[package]]
name = "getrandom"
2020-09-24 17:48:13 +00:00
version = "0.1.15"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-12-19 22:34:17 +00:00
"cfg-if 0.1.10",
"libc",
"wasi",
]
[[package]]
name = "getrandom"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
dependencies = [
"cfg-if 0.1.10",
2020-09-24 17:48:13 +00:00
"libc",
"wasi",
2019-12-04 08:32:35 +00:00
]
2020-05-29 06:37:29 +00:00
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"unicode-segmentation",
2020-05-29 06:37:29 +00:00
]
[[package]]
name = "hermit-abi"
2020-10-07 20:30:11 +00:00
version = "0.1.17"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-07 20:30:11 +00:00
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"libc",
2020-05-29 06:37:29 +00:00
]
[[package]]
2019-03-20 21:03:41 +00:00
name = "http"
2020-12-19 22:34:17 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-19 22:34:17 +00:00
checksum = "84129d298a6d57d246960ff8eb831ca4af3f96d29e2e28848dae275408658e26"
dependencies = [
2020-09-24 17:48:13 +00:00
"bytes",
"fnv",
"itoa",
]
[[package]]
2019-02-15 21:42:13 +00:00
name = "idna"
2020-04-17 20:35:24 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
dependencies = [
2020-09-24 17:48:13 +00:00
"matches",
"unicode-bidi",
"unicode-normalization",
]
2015-11-28 16:54:52 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "igd"
version = "0.12.0"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c4e7ee8b51e541486d7040883fe1f00e2a9954bcc24fd155b7e4f03ed4b93dd"
2015-11-28 16:54:52 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"attohttpc",
"log",
"rand 0.8.0",
2020-09-24 17:48:13 +00:00
"url",
"xmltree",
2019-03-20 21:03:41 +00:00
]
[[package]]
name = "itoa"
2020-07-08 10:32:02 +00:00
version = "0.4.6"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
2019-12-04 08:32:35 +00:00
[[package]]
name = "js-sys"
2020-12-19 22:34:17 +00:00
version = "0.3.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-19 22:34:17 +00:00
checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"wasm-bindgen",
2019-12-04 08:32:35 +00:00
]
2016-08-05 06:40:02 +00:00
[[package]]
name = "lazy_static"
2019-12-04 08:32:35 +00:00
version = "1.4.0"
2016-08-05 06:40:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2016-08-05 06:40:02 +00:00
[[package]]
2019-01-01 23:35:14 +00:00
name = "libc"
version = "0.2.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
[[package]]
name = "linked-hash-map"
2020-05-07 08:41:10 +00:00
version = "0.5.3"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
2015-11-28 16:54:52 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "log"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2019-01-01 23:35:14 +00:00
dependencies = [
2020-12-19 22:34:17 +00:00
"cfg-if 0.1.10",
2020-07-08 10:32:02 +00:00
]
2015-11-28 16:54:52 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "matches"
version = "0.1.8"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2015-11-28 16:54:52 +00:00
[[package]]
name = "nix"
2019-12-04 08:32:35 +00:00
version = "0.14.1"
2016-03-29 08:45:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
2016-03-29 08:45:54 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"bitflags",
"cc",
2020-12-19 22:34:17 +00:00
"cfg-if 0.1.10",
2020-09-24 17:48:13 +00:00
"libc",
"void",
2016-03-29 08:45:54 +00:00
]
[[package]]
name = "nix"
2020-12-19 22:34:17 +00:00
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-19 22:34:17 +00:00
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
dependencies = [
2020-09-24 17:48:13 +00:00
"bitflags",
"cc",
2020-12-19 22:34:17 +00:00
"cfg-if 1.0.0",
2020-09-24 17:48:13 +00:00
"libc",
]
2020-05-07 08:41:10 +00:00
[[package]]
name = "once_cell"
version = "1.5.2"
2020-05-07 08:41:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
2020-05-07 08:41:10 +00:00
[[package]]
name = "percent-encoding"
2020-04-17 20:35:24 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-12-04 08:32:35 +00:00
[[package]]
name = "ppv-lite86"
2020-11-03 17:49:35 +00:00
version = "0.2.10"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-03 17:49:35 +00:00
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2015-11-28 16:54:52 +00:00
[[package]]
name = "privdrop"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd4c2739642e70439d1c0d9545beec45c1e54128739b3cda29bf2c366028c87"
dependencies = [
2020-09-24 17:48:13 +00:00
"libc",
2020-12-19 22:34:17 +00:00
"nix 0.19.1",
]
2020-05-29 06:37:29 +00:00
[[package]]
name = "proc-macro-error"
2020-09-24 17:48:13 +00:00
version = "1.0.4"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
2020-05-29 06:37:29 +00:00
]
[[package]]
name = "proc-macro-error-attr"
2020-09-24 17:48:13 +00:00
version = "1.0.4"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
"version_check",
2020-05-29 06:37:29 +00:00
]
2020-01-25 12:56:21 +00:00
[[package]]
name = "proc-macro-hack"
2020-10-29 21:12:33 +00:00
version = "0.5.19"
2020-01-25 12:56:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-29 21:12:33 +00:00
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-01-25 12:56:21 +00:00
2019-01-01 23:35:14 +00:00
[[package]]
name = "proc-macro2"
2020-10-07 20:30:11 +00:00
version = "1.0.24"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-07 20:30:11 +00:00
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2019-01-01 23:35:14 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"unicode-xid",
2019-01-01 23:35:14 +00:00
]
[[package]]
name = "quote"
2020-06-14 17:32:12 +00:00
version = "1.0.7"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2019-01-01 23:35:14 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
2019-01-01 23:35:14 +00:00
]
[[package]]
name = "rand"
2020-01-25 12:56:21 +00:00
version = "0.7.3"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-01-01 23:35:14 +00:00
dependencies = [
2020-12-19 22:34:17 +00:00
"getrandom 0.1.15",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc 0.2.0",
]
[[package]]
name = "rand"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a76330fb486679b4ace3670f117bbc9e16204005c4bde9c4bd372f45bed34f12"
dependencies = [
2020-09-24 17:48:13 +00:00
"libc",
2020-12-19 22:34:17 +00:00
"rand_chacha 0.3.0",
"rand_core 0.6.0",
"rand_hc 0.3.0",
2019-01-01 23:35:14 +00:00
]
[[package]]
name = "rand_chacha"
2020-04-17 20:35:24 +00:00
version = "0.2.2"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-01-01 23:35:14 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"ppv-lite86",
2020-12-19 22:34:17 +00:00
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
"ppv-lite86",
"rand_core 0.6.0",
2019-01-01 23:35:14 +00:00
]
[[package]]
2019-12-04 08:32:35 +00:00
name = "rand_core"
version = "0.5.1"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-01-01 23:35:14 +00:00
dependencies = [
2020-12-19 22:34:17 +00:00
"getrandom 0.1.15",
]
[[package]]
name = "rand_core"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8b34ba8cfb21243bd8df91854c830ff0d785fff2e82ebd4434c2644cb9ada18"
dependencies = [
"getrandom 0.2.0",
2019-01-01 23:35:14 +00:00
]
[[package]]
2019-12-04 08:32:35 +00:00
name = "rand_hc"
version = "0.2.0"
2019-02-14 21:51:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-02-14 21:51:10 +00:00
dependencies = [
2020-12-19 22:34:17 +00:00
"rand_core 0.5.1",
]
[[package]]
name = "rand_hc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
"rand_core 0.6.0",
2019-02-14 21:51:10 +00:00
]
2017-05-04 05:11:23 +00:00
[[package]]
name = "redox_syscall"
2020-07-14 07:41:05 +00:00
version = "0.1.57"
2017-05-04 05:11:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2017-05-04 05:11:23 +00:00
2019-02-21 15:57:25 +00:00
[[package]]
name = "remove_dir_all"
2020-07-08 10:32:02 +00:00
version = "0.5.3"
2019-02-21 15:57:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2019-02-21 15:57:25 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"winapi",
2019-02-21 15:57:25 +00:00
]
2019-01-04 12:53:12 +00:00
[[package]]
name = "ring"
version = "0.16.19"
2019-01-04 12:53:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226"
2019-01-04 12:53:12 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
2019-01-04 12:53:12 +00:00
]
2020-04-17 20:35:24 +00:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2020-04-17 20:35:24 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"semver",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "ryu"
2020-06-03 15:42:43 +00:00
version = "1.0.5"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2020-07-08 10:32:02 +00:00
2020-04-17 20:35:24 +00:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2020-04-17 20:35:24 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"semver-parser",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2020-04-17 20:35:24 +00:00
2019-01-01 23:35:14 +00:00
[[package]]
name = "serde"
version = "1.0.118"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
2019-01-01 23:35:14 +00:00
[[package]]
name = "serde_derive"
version = "1.0.118"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
2020-04-17 20:35:24 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
"syn",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "serde_json"
2020-12-19 22:34:17 +00:00
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-19 22:34:17 +00:00
checksum = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779"
dependencies = [
2020-09-24 17:48:13 +00:00
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7baae0a99f1a324984bcdc5f0718384c1f69775f1c7eec8b859b71b443e3fd7"
dependencies = [
2020-09-24 17:48:13 +00:00
"dtoa",
"linked-hash-map",
"serde",
"yaml-rust",
]
2020-04-17 20:35:24 +00:00
[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
2020-04-17 20:35:24 +00:00
2015-11-28 16:54:52 +00:00
[[package]]
name = "signal"
2019-12-04 08:32:35 +00:00
version = "0.7.0"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "2f6ce83b159ab6984d2419f495134972b48754d13ff2e3f8c998339942b56ed9"
2015-11-28 16:54:52 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"libc",
"nix 0.14.1",
2015-11-28 16:54:52 +00:00
]
[[package]]
2020-09-24 17:48:13 +00:00
name = "smallvec"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
2019-12-04 08:32:35 +00:00
[[package]]
2020-04-17 20:35:24 +00:00
name = "spin"
version = "0.5.2"
2016-05-02 06:35:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2019-02-14 21:51:10 +00:00
[[package]]
2020-04-17 20:35:24 +00:00
name = "standback"
2020-11-28 22:37:28 +00:00
version = "0.2.13"
2020-04-17 20:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 22:37:28 +00:00
checksum = "cf906c8b8fc3f6ecd1046e01da1d8ddec83e48c8b08b84dcc02b585a6bedf5a8"
2020-06-14 17:32:12 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"version_check",
2020-06-14 17:32:12 +00:00
]
2020-04-17 20:35:24 +00:00
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
2020-04-17 20:35:24 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"discard",
"rustc_version",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
2020-04-17 20:35:24 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
"serde",
"serde_derive",
"syn",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
2020-04-17 20:35:24 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"base-x",
"proc-macro2",
"quote",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn",
2020-04-17 20:35:24 +00:00
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
2019-02-14 21:51:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
2019-02-14 21:51:10 +00:00
2019-01-01 23:35:14 +00:00
[[package]]
name = "strsim"
2020-05-29 06:37:29 +00:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2020-05-29 06:37:29 +00:00
[[package]]
name = "structopt"
version = "0.3.21"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"clap",
"lazy_static",
"structopt-derive",
2020-05-29 06:37:29 +00:00
]
[[package]]
name = "structopt-derive"
version = "0.4.14"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2020-05-29 06:37:29 +00:00
]
2019-01-01 23:35:14 +00:00
[[package]]
name = "syn"
2020-12-19 22:34:17 +00:00
version = "1.0.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-19 22:34:17 +00:00
checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
"unicode-xid",
2016-05-02 06:35:11 +00:00
]
2020-05-29 06:37:29 +00:00
[[package]]
2020-09-24 17:48:13 +00:00
name = "tempfile"
version = "3.1.0"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2020-05-29 06:37:29 +00:00
dependencies = [
2020-12-19 22:34:17 +00:00
"cfg-if 0.1.10",
2020-09-24 17:48:13 +00:00
"libc",
2020-12-19 22:34:17 +00:00
"rand 0.7.3",
2020-09-24 17:48:13 +00:00
"redox_syscall",
"remove_dir_all",
"winapi",
2020-05-29 06:37:29 +00:00
]
2019-02-21 15:57:25 +00:00
[[package]]
2020-09-24 17:48:13 +00:00
name = "textwrap"
version = "0.11.0"
2019-02-21 15:57:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2019-02-21 15:57:25 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"unicode-width",
2019-02-21 15:57:25 +00:00
]
2016-05-02 06:35:11 +00:00
[[package]]
2020-09-24 17:48:13 +00:00
name = "thiserror"
version = "1.0.23"
2020-09-24 17:48:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
2020-09-24 17:48:13 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.23"
2016-05-02 06:35:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
2016-05-02 06:35:11 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
"syn",
2016-05-02 06:35:11 +00:00
]
2015-11-28 16:54:52 +00:00
[[package]]
name = "time"
version = "0.2.22"
2015-11-28 16:54:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55b7151c9065e80917fbf285d9a5d1432f60db41d170ccafc749a136b41a93af"
2020-01-25 12:56:21 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"const_fn",
"libc",
"standback",
"stdweb",
"time-macros",
"version_check",
"winapi",
2020-01-25 12:56:21 +00:00
]
[[package]]
name = "time-macros"
2020-10-07 20:30:11 +00:00
version = "0.1.1"
2020-01-25 12:56:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-07 20:30:11 +00:00
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
2020-01-25 12:56:21 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro-hack",
"time-macros-impl",
2020-01-25 12:56:21 +00:00
]
[[package]]
name = "time-macros-impl"
2020-05-07 08:41:10 +00:00
version = "0.1.1"
2020-01-25 12:56:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
2020-01-25 12:56:21 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro-hack",
"proc-macro2",
"quote",
"standback",
"syn",
2020-01-25 12:56:21 +00:00
]
2015-11-28 16:54:52 +00:00
2020-07-08 10:32:02 +00:00
[[package]]
name = "tinyvec"
2020-11-28 22:37:28 +00:00
version = "1.1.0"
2020-07-08 10:32:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 22:37:28 +00:00
checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-07-08 10:32:02 +00:00
2017-05-04 05:11:23 +00:00
[[package]]
2019-02-15 21:42:13 +00:00
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2017-05-04 05:11:23 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"matches",
2019-01-01 23:35:14 +00:00
]
[[package]]
2019-02-15 21:42:13 +00:00
name = "unicode-normalization"
2020-11-28 22:37:28 +00:00
version = "0.1.16"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 22:37:28 +00:00
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
2019-01-01 23:35:14 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"tinyvec",
2017-05-04 05:11:23 +00:00
]
2020-05-29 06:37:29 +00:00
[[package]]
name = "unicode-segmentation"
2020-11-28 22:37:28 +00:00
version = "1.7.1"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 22:37:28 +00:00
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2020-05-29 06:37:29 +00:00
[[package]]
name = "unicode-width"
2020-07-08 10:32:02 +00:00
version = "0.1.8"
2020-05-29 06:37:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2020-05-29 06:37:29 +00:00
[[package]]
2019-01-01 23:35:14 +00:00
name = "unicode-xid"
2020-07-08 10:32:02 +00:00
version = "0.2.1"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2019-01-01 23:35:14 +00:00
2019-01-04 12:53:12 +00:00
[[package]]
name = "untrusted"
2020-05-07 08:41:10 +00:00
version = "0.7.1"
2019-01-04 12:53:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2019-01-04 12:53:12 +00:00
2019-02-15 21:42:13 +00:00
[[package]]
name = "url"
2020-11-07 11:34:51 +00:00
version = "2.2.0"
2019-02-15 21:42:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 11:34:51 +00:00
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
2019-02-15 21:42:13 +00:00
dependencies = [
2020-11-07 11:34:51 +00:00
"form_urlencoded",
2020-09-24 17:48:13 +00:00
"idna",
"matches",
"percent-encoding",
2019-02-15 21:42:13 +00:00
]
2020-05-29 06:37:29 +00:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2020-05-29 06:37:29 +00:00
2020-05-07 08:41:10 +00:00
[[package]]
name = "version_check"
2020-05-28 06:59:00 +00:00
version = "0.9.2"
2020-05-07 08:41:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2020-05-07 08:41:10 +00:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2019-01-01 21:50:04 +00:00
[[package]]
name = "vpncloud"
2020-11-07 11:34:51 +00:00
version = "2.0.1"
2019-01-01 21:50:04 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"byteorder",
"daemonize",
"fnv",
"igd",
"libc",
"log",
"privdrop",
2020-12-19 22:34:17 +00:00
"rand 0.8.0",
2020-09-24 17:48:13 +00:00
"ring",
"serde",
"serde_derive",
"serde_yaml",
"signal",
"smallvec",
"structopt",
"tempfile",
"thiserror",
"time",
"yaml-rust",
2019-01-01 23:35:14 +00:00
]
2019-03-20 21:03:41 +00:00
[[package]]
2019-12-04 08:32:35 +00:00
name = "wasi"
2020-01-25 12:56:21 +00:00
version = "0.9.0+wasi-snapshot-preview1"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-12-04 08:32:35 +00:00
[[package]]
name = "wasm-bindgen"
2020-12-19 22:34:17 +00:00
version = "0.2.69"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-19 22:34:17 +00:00
checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-12-19 22:34:17 +00:00
"cfg-if 1.0.0",
2020-09-24 17:48:13 +00:00
"wasm-bindgen-macro",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2020-12-19 22:34:17 +00:00
version = "0.2.69"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-19 22:34:17 +00:00
checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2020-12-19 22:34:17 +00:00
version = "0.2.69"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-19 22:34:17 +00:00
checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"quote",
"wasm-bindgen-macro-support",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-12-19 22:34:17 +00:00
version = "0.2.69"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-19 22:34:17 +00:00
checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-12-04 08:32:35 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2020-12-19 22:34:17 +00:00
version = "0.2.69"
2019-12-04 08:32:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-19 22:34:17 +00:00
checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
2019-12-04 08:32:35 +00:00
[[package]]
name = "web-sys"
2020-12-19 22:34:17 +00:00
version = "0.3.46"
2019-03-20 21:03:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-19 22:34:17 +00:00
checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
2019-12-04 08:32:35 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"js-sys",
"wasm-bindgen",
2019-12-04 08:32:35 +00:00
]
2019-03-20 21:03:41 +00:00
[[package]]
name = "wildmatch"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79346daa5ca66c72db46ee4dac6e605811478ae0807b385d18328be3f5c0eb74"
2019-01-01 23:35:14 +00:00
[[package]]
name = "winapi"
2020-07-08 10:32:02 +00:00
version = "0.3.9"
2019-01-01 23:35:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-01-01 23:35:14 +00:00
dependencies = [
2020-09-24 17:48:13 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-01-01 23:35:14 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-01-01 23:35:14 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-01-01 23:35:14 +00:00
[[package]]
name = "xml-rs"
2020-05-07 08:41:10 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
[[package]]
name = "xmltree"
2020-11-28 22:37:28 +00:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-28 22:37:28 +00:00
checksum = "d046fd42d4137234742eae0d05b4fb6fbdda9aed7c78e523ae890fd87c7e11dd"
dependencies = [
2020-09-24 17:48:13 +00:00
"xml-rs",
]
[[package]]
name = "yaml-rust"
2020-06-03 15:42:43 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-24 17:48:13 +00:00
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d"
dependencies = [
2020-09-24 17:48:13 +00:00
"linked-hash-map",
]