diplonat/Cargo.lock

1357 lines
33 KiB
Plaintext
Raw Normal View History

2020-02-12 17:33:10 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5"
dependencies = [
"memchr",
]
2020-05-09 13:33:02 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
dependencies = [
"memchr",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "anyhow"
2020-05-09 14:04:06 +00:00
version = "1.0.28"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 14:04:06 +00:00
checksum = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff"
2020-02-12 17:33:10 +00:00
[[package]]
name = "attohttpc"
version = "0.16.3"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdb8867f378f33f78a811a8eb9bf108ad99430d7aad43315dd9319c827ef6247"
2020-02-12 17:33:10 +00:00
dependencies = [
"http",
2020-02-12 17:33:10 +00:00
"log",
"url",
"wildmatch",
2020-02-12 17:33:10 +00:00
]
2020-05-09 13:33:02 +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 0.3.8",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
[[package]]
name = "base64"
version = "0.13.0"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-02-12 17:33:10 +00:00
[[package]]
name = "bitflags"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3"
[[package]]
name = "bumpalo"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f359dc14ff8911330a51ef78022d376f25ed00248912803b58f00cb1c27f742"
2020-02-12 17:33:10 +00:00
[[package]]
name = "bytes"
version = "0.5.4"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
2020-02-12 17:33:10 +00:00
[[package]]
name = "bytes"
version = "1.1.0"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2020-02-12 17:33:10 +00:00
[[package]]
name = "c_linked_list"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b"
2020-02-12 17:33:10 +00:00
[[package]]
name = "cc"
2021-12-30 19:42:56 +00:00
version = "1.0.72"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-30 19:42:56 +00:00
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
2020-02-12 17:33:10 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-02-12 17:33:10 +00:00
[[package]]
name = "diplonat"
version = "0.1.0"
dependencies = [
2020-05-09 14:04:06 +00:00
"anyhow",
"envy",
2020-05-21 15:51:30 +00:00
"futures",
"get_if_addrs",
2020-02-12 17:33:10 +00:00
"igd",
"iptables",
2020-05-09 13:33:02 +00:00
"log",
"pretty_env_logger",
"regex 1.3.7",
"reqwest",
2020-05-09 13:33:02 +00:00
"serde",
2020-05-22 12:17:48 +00:00
"serde-lexpr",
2020-05-21 21:04:21 +00:00
"serde_json",
"tokio",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "encoding_rs"
version = "0.8.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28"
dependencies = [
"cfg-if 0.1.10",
2020-02-12 17:33:10 +00:00
]
2020-05-09 13:33:02 +00:00
[[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 1.3.7",
2020-05-09 13:33:02 +00:00
"termcolor",
]
[[package]]
name = "envy"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
dependencies = [
"serde",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
[[package]]
name = "form_urlencoded"
version = "1.0.1"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2020-02-12 17:33:10 +00:00
dependencies = [
"matches",
"percent-encoding",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "futures"
2020-05-21 15:51:30 +00:00
version = "0.3.5"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 15:51:30 +00:00
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
2020-02-12 17:33:10 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2020-05-21 15:51:30 +00:00
version = "0.3.5"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 15:51:30 +00:00
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
2020-02-12 17:33:10 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2020-05-21 15:51:30 +00:00
version = "0.3.5"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 15:51:30 +00:00
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
2020-02-12 17:33:10 +00:00
[[package]]
name = "futures-executor"
2020-05-21 15:51:30 +00:00
version = "0.3.5"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 15:51:30 +00:00
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
2020-02-12 17:33:10 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2020-05-21 15:51:30 +00:00
version = "0.3.5"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 15:51:30 +00:00
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
2020-02-12 17:33:10 +00:00
[[package]]
name = "futures-macro"
2020-05-21 15:51:30 +00:00
version = "0.3.5"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 15:51:30 +00:00
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
2020-02-12 17:33:10 +00:00
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2020-05-21 15:51:30 +00:00
version = "0.3.5"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 15:51:30 +00:00
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
2020-02-12 17:33:10 +00:00
[[package]]
name = "futures-task"
2020-05-21 15:51:30 +00:00
version = "0.3.5"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 15:51:30 +00:00
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
dependencies = [
"once_cell",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "futures-util"
2020-05-21 15:51:30 +00:00
version = "0.3.5"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 15:51:30 +00:00
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
2020-02-12 17:33:10 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project 0.4.8",
2020-02-12 17:33:10 +00:00
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
name = "gcc"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
[[package]]
name = "get_if_addrs"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abddb55a898d32925f3148bd281174a68eeb68bbfd9a5938a57b18f506ee4ef7"
dependencies = [
"c_linked_list",
"get_if_addrs-sys",
"libc",
"winapi 0.2.8",
]
[[package]]
name = "get_if_addrs-sys"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d04f9fb746cf36b191c00f3ede8bde9c8e64f9f4b05ae2694a9ccf5e3f5ab48"
dependencies = [
"gcc",
"libc",
]
[[package]]
name = "getrandom"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
dependencies = [
"cfg-if 1.0.0",
"libc",
2021-12-30 19:42:56 +00:00
"wasi",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "h2"
version = "0.3.9"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f072413d126e57991455e0a922b31e4c8ba7c2ffbebf6b78b4f8521397d65cd"
2020-02-12 17:33:10 +00:00
dependencies = [
"bytes 1.1.0",
2020-02-12 17:33:10 +00:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2020-02-12 17:33:10 +00:00
"indexmap",
"slab",
"tokio",
2020-02-12 17:33:10 +00:00
"tokio-util",
"tracing",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "hashbrown"
version = "0.11.2"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2020-02-12 17:33:10 +00:00
2020-05-09 13:33:02 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4"
dependencies = [
"libc",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "http"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b"
dependencies = [
"bytes 0.5.4",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.4"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
2020-02-12 17:33:10 +00:00
dependencies = [
"bytes 1.1.0",
"http",
"pin-project-lite",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "httparse"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
2020-05-09 13:33:02 +00:00
[[package]]
name = "humantime"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
"quick-error",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "hyper"
version = "0.14.4"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7"
2020-02-12 17:33:10 +00:00
dependencies = [
"bytes 1.1.0",
2020-02-12 17:33:10 +00:00
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
2020-02-12 17:33:10 +00:00
"httparse",
"httpdate",
2020-02-12 17:33:10 +00:00
"itoa",
"pin-project 1.0.8",
"socket2",
"tokio",
2020-02-12 17:33:10 +00:00
"tower-service",
"tracing",
"want",
2020-02-12 17:33:10 +00:00
]
[[package]]
2021-12-30 19:42:56 +00:00
name = "hyper-rustls"
version = "0.23.0"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-30 19:42:56 +00:00
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
2020-02-12 17:33:10 +00:00
dependencies = [
2021-12-30 19:42:56 +00:00
"http",
"hyper",
2021-12-30 19:42:56 +00:00
"rustls",
"tokio",
2021-12-30 19:42:56 +00:00
"tokio-rustls",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "igd"
version = "0.12.0"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c4e7ee8b51e541486d7040883fe1f00e2a9954bcc24fd155b7e4f03ed4b93dd"
2020-02-12 17:33:10 +00:00
dependencies = [
"attohttpc",
"bytes 1.1.0",
"futures",
"http",
"hyper",
2020-02-12 17:33:10 +00:00
"log",
2021-12-30 19:42:56 +00:00
"rand",
"tokio",
"url",
2020-02-12 17:33:10 +00:00
"xmltree",
]
[[package]]
name = "indexmap"
version = "1.7.0"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
2020-02-12 17:33:10 +00:00
dependencies = [
"autocfg",
"hashbrown",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "ipnet"
version = "2.3.1"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
2020-02-12 17:33:10 +00:00
[[package]]
name = "iptables"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7910549cb022e3112eea631a4c3e62523281b6c61024b2c3a8d61da620010de"
dependencies = [
"lazy_static 0.2.11",
"nix",
"regex 0.2.11",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "itoa"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
[[package]]
name = "js-sys"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
2020-02-12 17:33:10 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-05-22 12:17:48 +00:00
[[package]]
name = "lexpr"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ab101919962a12ffdaf7170f0943715a9d47f35a9753986028c305183bbf1a6"
dependencies = [
"itoa",
"lexpr-macros",
"proc-macro-hack",
"ryu",
]
[[package]]
name = "lexpr-macros"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd627fb38e19c00d8d068618259205f7a91c91aeade5c15bc35dbca037bb1c35"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "libc"
version = "0.2.112"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
2020-02-12 17:33:10 +00:00
[[package]]
name = "log"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
dependencies = [
"cfg-if 0.1.10",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "memchr"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223"
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mio"
version = "0.7.14"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2020-02-12 17:33:10 +00:00
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"winapi 0.3.8",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "miow"
version = "0.3.7"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2020-02-12 17:33:10 +00:00
dependencies = [
"winapi 0.3.8",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "nix"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b"
dependencies = [
2021-12-30 19:42:56 +00:00
"bitflags",
"cfg-if 0.1.10",
"libc",
"rustc_version",
"semver",
"void",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "ntapi"
version = "0.3.4"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a31937dea023539c72ddae0e3571deadc1414b300483fa7aaec176168cfa9d2"
2020-02-12 17:33:10 +00:00
dependencies = [
"winapi 0.3.8",
]
[[package]]
name = "num_cpus"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
dependencies = [
"hermit-abi",
"libc",
2020-02-12 17:33:10 +00:00
]
2020-05-21 15:51:30 +00:00
[[package]]
name = "once_cell"
version = "1.9.0"
2020-05-21 15:51:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
2020-05-21 15:51:30 +00:00
2020-02-12 17:33:10 +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"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7804a463a8d9572f13453c516a5faea534a2403d7ced2f0c7e100eeff072772c"
dependencies = [
"pin-project-internal 0.4.8",
]
[[package]]
name = "pin-project"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
dependencies = [
"pin-project-internal 1.0.8",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "pin-project-internal"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "385322a45f2ecf3410c68d2a549a4a2685e8051d0f278e39743ff4e451cb9b3f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-internal"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.7"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
2020-02-12 17:33:10 +00:00
[[package]]
name = "pin-utils"
2020-05-21 15:51:30 +00:00
version = "0.1.0"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 15:51:30 +00:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-02-12 17:33:10 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.15"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
2020-02-12 17:33:10 +00:00
2020-05-09 13:33:02 +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",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "proc-macro-nested"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e"
[[package]]
name = "proc-macro2"
version = "1.0.34"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f84e92c0f7c9d58328b85a78557813e4bd845130db68d7184635344399423b1"
2020-02-12 17:33:10 +00:00
dependencies = [
"unicode-xid",
]
2020-05-09 13:33:02 +00:00
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2020-02-12 17:33:10 +00:00
[[package]]
name = "quote"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.4"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
2020-02-12 17:33:10 +00:00
dependencies = [
"libc",
2021-12-30 19:42:56 +00:00
"rand_chacha",
"rand_core",
"rand_hc",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "rand_chacha"
2020-02-12 17:33:10 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2020-02-12 17:33:10 +00:00
dependencies = [
"ppv-lite86",
2021-12-30 19:42:56 +00:00
"rand_core",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "rand_core"
version = "0.6.3"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2020-02-12 17:33:10 +00:00
dependencies = [
2021-12-30 19:42:56 +00:00
"getrandom",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "rand_hc"
version = "0.3.1"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
2020-02-12 17:33:10 +00:00
dependencies = [
2021-12-30 19:42:56 +00:00
"rand_core",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "regex"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
dependencies = [
"aho-corasick 0.6.10",
"memchr",
"regex-syntax 0.5.6",
"thread_local 0.3.6",
"utf8-ranges",
]
2020-05-09 13:33:02 +00:00
[[package]]
name = "regex"
version = "1.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
dependencies = [
"aho-corasick 0.7.10",
2020-05-09 13:33:02 +00:00
"memchr",
"regex-syntax 0.6.17",
"thread_local 1.0.1",
]
[[package]]
name = "regex-syntax"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
dependencies = [
"ucd-util",
2020-05-09 13:33:02 +00:00
]
[[package]]
name = "regex-syntax"
version = "0.6.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
2020-02-12 17:33:10 +00:00
[[package]]
name = "reqwest"
version = "0.11.8"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c4e0a76dc12a116108933f6301b95e83634e0c47b0afbed6abbaa0601e99258"
2020-02-12 17:33:10 +00:00
dependencies = [
"base64",
"bytes 1.1.0",
2020-02-12 17:33:10 +00:00
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body",
"hyper",
2021-12-30 19:42:56 +00:00
"hyper-rustls",
"ipnet",
"js-sys",
"lazy_static 1.4.0",
2020-02-12 17:33:10 +00:00
"log",
"mime",
"percent-encoding",
"pin-project-lite",
2021-12-30 19:42:56 +00:00
"rustls",
"rustls-pemfile",
2020-02-12 17:33:10 +00:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2021-12-30 19:42:56 +00:00
"tokio-rustls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2020-02-12 17:33:10 +00:00
"winreg",
]
2021-12-30 19:42:56 +00:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi 0.3.8",
]
[[package]]
name = "rustc_version"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084"
dependencies = [
"semver",
]
2020-02-12 17:33:10 +00:00
[[package]]
2021-12-30 19:42:56 +00:00
name = "rustls"
version = "0.20.2"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-30 19:42:56 +00:00
checksum = "d37e5e2290f3e040b594b1a9e04377c2c671f1a1cfd9bfdef82106ac1c113f84"
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
2020-02-12 17:33:10 +00:00
[[package]]
2021-12-30 19:42:56 +00:00
name = "rustls-pemfile"
version = "0.2.1"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-30 19:42:56 +00:00
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
2020-02-12 17:33:10 +00:00
dependencies = [
2021-12-30 19:42:56 +00:00
"base64",
2020-02-12 17:33:10 +00:00
]
[[package]]
2021-12-30 19:42:56 +00:00
name = "ryu"
version = "1.0.2"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-30 19:42:56 +00:00
checksum = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
2020-02-12 17:33:10 +00:00
[[package]]
2021-12-30 19:42:56 +00:00
name = "sct"
version = "0.7.0"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-30 19:42:56 +00:00
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
2020-02-12 17:33:10 +00:00
dependencies = [
2021-12-30 19:42:56 +00:00
"ring",
"untrusted",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "semver"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac"
2020-02-12 17:33:10 +00:00
[[package]]
name = "serde"
2020-05-09 13:33:02 +00:00
version = "1.0.107"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-09 13:33:02 +00:00
checksum = "eba7550f2cdf88ffc23ab0f1607133486c390a8c0f89b57e589b9654ee15e04d"
2020-05-21 21:04:21 +00:00
dependencies = [
"serde_derive",
]
2020-05-22 12:17:48 +00:00
[[package]]
name = "serde-lexpr"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "143e5e658ac3a7374bdf285b9355cab74dd144293b86c9be27eab39452239d41"
dependencies = [
"lexpr",
"serde",
]
2020-05-21 21:04:21 +00:00
[[package]]
name = "serde_derive"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10be45e22e5597d4b88afcc71f9d7bfadcd604bf0c78a3ab4582b8d2b37f39f3"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "serde_json"
2020-05-21 21:04:21 +00:00
version = "1.0.53"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-21 21:04:21 +00:00
checksum = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2"
2020-02-12 17:33:10 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.0"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
2020-02-12 17:33:10 +00:00
dependencies = [
"form_urlencoded",
2020-02-12 17:33:10 +00:00
"itoa",
"ryu",
2020-02-12 17:33:10 +00:00
"serde",
]
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "smallvec"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
[[package]]
name = "socket2"
version = "0.3.19"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
dependencies = [
"cfg-if 1.0.0",
"libc",
"winapi 0.3.8",
]
2020-02-12 17:33:10 +00:00
2021-12-30 19:42:56 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2020-02-12 17:33:10 +00:00
[[package]]
name = "syn"
version = "1.0.83"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23a1dfb999630e338648c83e91c59a4e9fb7620f520c3194b6b89e276f2f1959"
2020-02-12 17:33:10 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
2020-05-09 13:33:02 +00:00
[[package]]
name = "termcolor"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
dependencies = [
"winapi-util",
]
[[package]]
name = "thread_local"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
dependencies = [
"lazy_static 1.4.0",
]
2020-05-09 13:33:02 +00:00
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
"lazy_static 1.4.0",
2020-05-09 13:33:02 +00:00
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "tokio"
version = "1.15.0"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
2020-02-12 17:33:10 +00:00
dependencies = [
"bytes 1.1.0",
"libc",
2020-02-12 17:33:10 +00:00
"memchr",
"mio",
"num_cpus",
2020-02-12 17:33:10 +00:00
"pin-project-lite",
"tokio-macros",
"winapi 0.3.8",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "tokio-macros"
version = "1.7.0"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
2020-02-12 17:33:10 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
2021-12-30 19:42:56 +00:00
name = "tokio-rustls"
version = "0.23.2"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-30 19:42:56 +00:00
checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
2020-02-12 17:33:10 +00:00
dependencies = [
2021-12-30 19:42:56 +00:00
"rustls",
"tokio",
2021-12-30 19:42:56 +00:00
"webpki",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "tokio-util"
version = "0.6.9"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
2020-02-12 17:33:10 +00:00
dependencies = [
"bytes 1.1.0",
2020-02-12 17:33:10 +00:00
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"tokio",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "tower-service"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
[[package]]
name = "tracing"
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
dependencies = [
"cfg-if 1.0.0",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
dependencies = [
"lazy_static 1.4.0",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "try-lock"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
[[package]]
name = "ucd-util"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c85f514e095d348c279b1e5cd76795082cf15bd59b93207832abe0b1d8fed236"
2020-02-12 17:33:10 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
dependencies = [
"matches",
]
[[package]]
name = "unicode-normalization"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
dependencies = [
"smallvec",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2021-12-30 19:42:56 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020-02-12 17:33:10 +00:00
[[package]]
name = "url"
version = "2.2.2"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2020-02-12 17:33:10 +00:00
dependencies = [
"form_urlencoded",
"idna",
2020-02-12 17:33:10 +00:00
"matches",
"percent-encoding",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "utf8-ranges"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba"
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2020-02-12 17:33:10 +00:00
[[package]]
name = "want"
version = "0.3.0"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2020-02-12 17:33:10 +00:00
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "wasm-bindgen"
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
2020-02-12 17:33:10 +00:00
dependencies = [
"bumpalo",
"lazy_static 1.4.0",
2020-02-12 17:33:10 +00:00
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
2020-02-12 17:33:10 +00:00
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.28"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
[[package]]
name = "web-sys"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2021-12-30 19:42:56 +00:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "wildmatch"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f44b95f62d34113cf558c93511ac93027e03e9c29a60dd0fd70e6e025c7270a"
2020-02-12 17:33:10 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
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"
2020-05-09 13:33:02 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi 0.3.8",
]
2020-02-12 17:33:10 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winreg"
version = "0.7.0"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
2020-02-12 17:33:10 +00:00
dependencies = [
"winapi 0.3.8",
]
[[package]]
name = "xml-rs"
version = "0.8.4"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
2020-02-12 17:33:10 +00:00
[[package]]
name = "xmltree"
version = "0.10.3"
2020-02-12 17:33:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
2020-02-12 17:33:10 +00:00
dependencies = [
"xml-rs",
]