mirror of https://git.zx2c4.com/wireguard-rs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1468 lines
36 KiB
1468 lines
36 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
[[package]] |
|
name = "addr2line" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072" |
|
dependencies = [ |
|
"gimli", |
|
] |
|
|
|
[[package]] |
|
name = "adler" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" |
|
|
|
[[package]] |
|
name = "aead" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4cf01b9b56e767bb57b94ebf91a58b338002963785cdd7013e21c0d4679471e4" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.3.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217" |
|
dependencies = [ |
|
"const-random", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "arraydeque" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f0ffd3d69bd89910509a5d31d1f1353f38ccffdd116dd0099bbd6627f7bd8ad8" |
|
|
|
[[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.9", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
|
|
[[package]] |
|
name = "backtrace" |
|
version = "0.3.50" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "46254cf2fdcdf1badb5934448c1bcbe046a56537b3987d96c51a7afc5d03f293" |
|
dependencies = [ |
|
"addr2line", |
|
"cfg-if", |
|
"libc", |
|
"miniz_oxide", |
|
"object", |
|
"rustc-demangle", |
|
] |
|
|
|
[[package]] |
|
name = "bit-set" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de" |
|
dependencies = [ |
|
"bit-vec", |
|
] |
|
|
|
[[package]] |
|
name = "bit-vec" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5f0dc55f2d8a1a85650ac47858bb001b4c0dd73d79e3c455a842925e68d29cd3" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
|
[[package]] |
|
name = "blake2" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330" |
|
dependencies = [ |
|
"byte-tools", |
|
"crypto-mac", |
|
"digest", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" |
|
|
|
[[package]] |
|
name = "byte-tools" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.60" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
[[package]] |
|
name = "chacha20" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6a7ae4c498f8447d86baef0fa0831909333f558866fabcb21600625ac5a31c7" |
|
dependencies = [ |
|
"stream-cipher", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "chacha20poly1305" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "48901293601228db2131606f741db33561f7576b5d19c99cd66222380a7dc863" |
|
dependencies = [ |
|
"aead", |
|
"chacha20", |
|
"poly1305", |
|
"stream-cipher", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "clear_on_drop" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c9cc5db465b294c3fa986d5bbb0f3017cd850bff6dd6c52f9ccff8b4d21b7b08" |
|
dependencies = [ |
|
"cc", |
|
] |
|
|
|
[[package]] |
|
name = "cloudabi" |
|
version = "0.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
dependencies = [ |
|
"bitflags 1.2.1", |
|
] |
|
|
|
[[package]] |
|
name = "const-random" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a" |
|
dependencies = [ |
|
"const-random-macro", |
|
"proc-macro-hack", |
|
] |
|
|
|
[[package]] |
|
name = "const-random-macro" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "25e4c606eb459dd29f7c57b2e0879f2b6f14ee130918c2b78ccb58a9624e6c7a" |
|
dependencies = [ |
|
"getrandom", |
|
"proc-macro-hack", |
|
] |
|
|
|
[[package]] |
|
name = "cpuprofiler" |
|
version = "0.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43f8479dbcfd2bbaa0c0c26779b913052b375981cdf533091f2127ea3d42e52b" |
|
dependencies = [ |
|
"error-chain", |
|
"lazy_static", |
|
"pkg-config", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"maybe-uninit", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
dependencies = [ |
|
"autocfg 1.0.1", |
|
"cfg-if", |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "crypto-mac" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" |
|
dependencies = [ |
|
"generic-array", |
|
"subtle 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "curve25519-dalek" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5" |
|
dependencies = [ |
|
"byteorder", |
|
"digest", |
|
"rand_core 0.5.1", |
|
"subtle 2.3.0", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "dashmap" |
|
version = "3.11.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0f260e2fc850179ef410018660006951c1b55b79e8087e87111a2c388994b9b5" |
|
dependencies = [ |
|
"ahash", |
|
"cfg-if", |
|
"num_cpus", |
|
] |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "env_logger" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
|
dependencies = [ |
|
"atty", |
|
"humantime", |
|
"log 0.4.11", |
|
"regex", |
|
"termcolor", |
|
] |
|
|
|
[[package]] |
|
name = "error-chain" |
|
version = "0.12.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" |
|
dependencies = [ |
|
"backtrace", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[package]] |
|
name = "fuchsia-cprng" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
|
|
|
[[package]] |
|
name = "fuchsia-zircon" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
|
dependencies = [ |
|
"bitflags 1.2.1", |
|
"fuchsia-zircon-sys", |
|
] |
|
|
|
[[package]] |
|
name = "fuchsia-zircon-sys" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" |
|
dependencies = [ |
|
"typenum", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.1.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"wasi", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724" |
|
|
|
[[package]] |
|
name = "glob" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "hex" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" |
|
|
|
[[package]] |
|
name = "hjul" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b543d59589bf4d94a3dd2294162b5eeafc969962a675d544e597b03233869180" |
|
dependencies = [ |
|
"mio", |
|
"mio-extras", |
|
"spin", |
|
] |
|
|
|
[[package]] |
|
name = "hmac" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695" |
|
dependencies = [ |
|
"crypto-mac", |
|
"digest", |
|
] |
|
|
|
[[package]] |
|
name = "humantime" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
|
dependencies = [ |
|
"quick-error", |
|
] |
|
|
|
[[package]] |
|
name = "iovec" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "ipnetwork" |
|
version = "0.15.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a69dd5e3613374e74da81c251750153abe3bd0ad17641ea63d43d1e21d0dbd4d" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8" |
|
dependencies = [ |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "kernel32-sys" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
dependencies = [ |
|
"winapi 0.2.8", |
|
"winapi-build", |
|
] |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
[[package]] |
|
name = "lazycell" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.77" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235" |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" |
|
dependencies = [ |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" |
|
dependencies = [ |
|
"log 0.4.11", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "maybe-uninit" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9" |
|
dependencies = [ |
|
"adler", |
|
"autocfg 1.0.1", |
|
] |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.6.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" |
|
dependencies = [ |
|
"cfg-if", |
|
"fuchsia-zircon", |
|
"fuchsia-zircon-sys", |
|
"iovec", |
|
"kernel32-sys", |
|
"libc", |
|
"log 0.4.11", |
|
"miow", |
|
"net2", |
|
"slab", |
|
"winapi 0.2.8", |
|
] |
|
|
|
[[package]] |
|
name = "mio-extras" |
|
version = "2.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" |
|
dependencies = [ |
|
"lazycell", |
|
"log 0.4.11", |
|
"mio", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "miow" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
|
dependencies = [ |
|
"kernel32-sys", |
|
"net2", |
|
"winapi 0.2.8", |
|
"ws2_32-sys", |
|
] |
|
|
|
[[package]] |
|
name = "net2" |
|
version = "0.2.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" |
|
dependencies = [ |
|
"autocfg 1.0.1", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
|
dependencies = [ |
|
"hermit-abi", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "object" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5" |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" |
|
|
|
[[package]] |
|
name = "opaque-debug" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e" |
|
dependencies = [ |
|
"lock_api", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" |
|
dependencies = [ |
|
"cfg-if", |
|
"cloudabi", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33" |
|
|
|
[[package]] |
|
name = "pnet" |
|
version = "0.25.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c08c2c6c26481fcbe49dc4405baedf47151f859c5a45d3f254c2ff74ce51cf0" |
|
dependencies = [ |
|
"ipnetwork", |
|
"pnet_base", |
|
"pnet_datalink", |
|
"pnet_packet", |
|
"pnet_sys 0.25.0", |
|
"pnet_transport", |
|
] |
|
|
|
[[package]] |
|
name = "pnet_base" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4df28acf2fcc77436dd2b91a9a0c2bb617f9ca5f2acefee1a4135058b9f9801f" |
|
|
|
[[package]] |
|
name = "pnet_datalink" |
|
version = "0.25.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "545f8df67cbc53438f37f56e68ae5ca49beb3990e9fd7e9e214c8ffd36c0e0ea" |
|
dependencies = [ |
|
"ipnetwork", |
|
"libc", |
|
"pnet_base", |
|
"pnet_sys 0.26.0", |
|
"winapi 0.2.8", |
|
] |
|
|
|
[[package]] |
|
name = "pnet_macros" |
|
version = "0.26.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bbbd5c52c6e04aa720400f9c71cd0e8bcb38cd13421d5caabd9035e9efa47de9" |
|
dependencies = [ |
|
"regex", |
|
"syntex", |
|
"syntex_syntax", |
|
] |
|
|
|
[[package]] |
|
name = "pnet_macros_support" |
|
version = "0.25.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5e586854ba703c15f74c486e1a46624566b47f1f61cc8a6b02c6bbe5e34a383b" |
|
dependencies = [ |
|
"pnet_base", |
|
] |
|
|
|
[[package]] |
|
name = "pnet_packet" |
|
version = "0.25.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c44c075c6d4f2e814dba621a999838e4a4f749f6117024f52b05b3c559a4fd17" |
|
dependencies = [ |
|
"glob", |
|
"pnet_base", |
|
"pnet_macros", |
|
"pnet_macros_support", |
|
"syntex", |
|
] |
|
|
|
[[package]] |
|
name = "pnet_sys" |
|
version = "0.25.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "82f881a6d75ac98c5541db6144682d1773bb14c6fc50c6ebac7086c8f7f23c29" |
|
dependencies = [ |
|
"libc", |
|
"winapi 0.2.8", |
|
"ws2_32-sys", |
|
] |
|
|
|
[[package]] |
|
name = "pnet_sys" |
|
version = "0.26.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73f0de0c52609f157b25d79ce24d9016ab1bbf10cde761397200d634a833872c" |
|
dependencies = [ |
|
"libc", |
|
"winapi 0.2.8", |
|
"ws2_32-sys", |
|
] |
|
|
|
[[package]] |
|
name = "pnet_transport" |
|
version = "0.25.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b75ccaee7b5daba9f9a7d47bceeb73cc32edde9952dc5409460d6621ec667b6" |
|
dependencies = [ |
|
"libc", |
|
"pnet_base", |
|
"pnet_packet", |
|
"pnet_sys 0.25.0", |
|
] |
|
|
|
[[package]] |
|
name = "poly1305" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5829f50f48e9ddb79f3f7c3097029d0caee30f8286accb241416df603b080b8" |
|
dependencies = [ |
|
"universal-hash", |
|
] |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20" |
|
|
|
[[package]] |
|
name = "proc-macro-hack" |
|
version = "0.5.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598" |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c" |
|
dependencies = [ |
|
"unicode-xid 0.2.1", |
|
] |
|
|
|
[[package]] |
|
name = "proptest" |
|
version = "0.9.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "01c477819b845fe023d33583ebf10c9f62518c8d79a0960ba5c36d6ac8a55a5b" |
|
dependencies = [ |
|
"bit-set", |
|
"bitflags 1.2.1", |
|
"byteorder", |
|
"lazy_static", |
|
"num-traits", |
|
"quick-error", |
|
"rand 0.6.5", |
|
"rand_chacha 0.1.1", |
|
"rand_xorshift", |
|
"regex-syntax", |
|
"rusty-fork", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "quick-error" |
|
version = "1.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.6.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
|
dependencies = [ |
|
"autocfg 0.1.7", |
|
"libc", |
|
"rand_chacha 0.1.1", |
|
"rand_core 0.4.2", |
|
"rand_hc 0.1.0", |
|
"rand_isaac", |
|
"rand_jitter", |
|
"rand_os", |
|
"rand_pcg", |
|
"rand_xorshift", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
dependencies = [ |
|
"getrandom", |
|
"libc", |
|
"rand_chacha 0.2.2", |
|
"rand_core 0.5.1", |
|
"rand_hc 0.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
|
dependencies = [ |
|
"autocfg 0.1.7", |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
|
dependencies = [ |
|
"ppv-lite86", |
|
"rand_core 0.5.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
|
dependencies = [ |
|
"rand_core 0.4.2", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
dependencies = [ |
|
"getrandom", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
|
dependencies = [ |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
dependencies = [ |
|
"rand_core 0.5.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_isaac" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
|
dependencies = [ |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_jitter" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
|
dependencies = [ |
|
"libc", |
|
"rand_core 0.4.2", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "rand_os" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
|
dependencies = [ |
|
"cloudabi", |
|
"fuchsia-cprng", |
|
"libc", |
|
"rand_core 0.4.2", |
|
"rdrand", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "rand_pcg" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
|
dependencies = [ |
|
"autocfg 0.1.7", |
|
"rand_core 0.4.2", |
|
] |
|
|
|
[[package]] |
|
name = "rand_xorshift" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
|
dependencies = [ |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "rdrand" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
|
dependencies = [ |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.1.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax", |
|
"thread_local", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" |
|
|
|
[[package]] |
|
name = "remove_dir_all" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
|
dependencies = [ |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "ring" |
|
version = "0.16.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"once_cell", |
|
"spin", |
|
"untrusted", |
|
"web-sys", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
|
|
|
[[package]] |
|
name = "rustc-serialize" |
|
version = "0.3.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" |
|
|
|
[[package]] |
|
name = "rusty-fork" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3dd93264e10c577503e926bd1430193eeb5d21b059148910082245309b424fae" |
|
dependencies = [ |
|
"fnv", |
|
"quick-error", |
|
"tempfile", |
|
"wait-timeout", |
|
] |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.116" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5" |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252" |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
|
|
|
[[package]] |
|
name = "stream-cipher" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8131256a5896cabcf5eb04f4d6dacbe1aefda854b0d9896e09cb58829ec5638c" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd" |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-xid 0.2.1", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.12.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"unicode-xid 0.2.1", |
|
] |
|
|
|
[[package]] |
|
name = "syntex" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0a30b08a6b383a22e5f6edc127d169670d48f905bb00ca79a00ea3e442ebe317" |
|
dependencies = [ |
|
"syntex_errors", |
|
"syntex_syntax", |
|
] |
|
|
|
[[package]] |
|
name = "syntex_errors" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "04c48f32867b6114449155b2a82114b86d4b09e1bddb21c47ff104ab9172b646" |
|
dependencies = [ |
|
"libc", |
|
"log 0.3.9", |
|
"rustc-serialize", |
|
"syntex_pos", |
|
"term", |
|
"unicode-xid 0.0.3", |
|
] |
|
|
|
[[package]] |
|
name = "syntex_pos" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3fd49988e52451813c61fecbe9abb5cfd4e1b7bb6cdbb980a6fbcbab859171a6" |
|
dependencies = [ |
|
"rustc-serialize", |
|
] |
|
|
|
[[package]] |
|
name = "syntex_syntax" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7628a0506e8f9666fdabb5f265d0059b059edac9a3f810bda077abb5d826bd8d" |
|
dependencies = [ |
|
"bitflags 0.5.0", |
|
"libc", |
|
"log 0.3.9", |
|
"rustc-serialize", |
|
"syntex_errors", |
|
"syntex_pos", |
|
"term", |
|
"unicode-xid 0.0.3", |
|
] |
|
|
|
[[package]] |
|
name = "tempfile" |
|
version = "3.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"rand 0.7.3", |
|
"redox_syscall", |
|
"remove_dir_all", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "term" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1" |
|
dependencies = [ |
|
"kernel32-sys", |
|
"winapi 0.2.8", |
|
] |
|
|
|
[[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 = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
|
dependencies = [ |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "treebitmap" |
|
version = "0.5.0" |
|
source = "git+https://github.com/JakubOnderka/treebitmap?rev=207c371a501780a94a8cd375fe15f877b110d9e2#207c371a501780a94a8cd375fe15f877b110d9e2" |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
|
|
|
[[package]] |
|
name = "universal-hash" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df0c900f2f9b4116803415878ff48b63da9edb268668e08cf9292d7503114a01" |
|
dependencies = [ |
|
"generic-array", |
|
"subtle 2.3.0", |
|
] |
|
|
|
[[package]] |
|
name = "untrusted" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
|
|
|
[[package]] |
|
name = "wait-timeout" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.9.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42" |
|
dependencies = [ |
|
"cfg-if", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68" |
|
dependencies = [ |
|
"bumpalo", |
|
"lazy_static", |
|
"log 0.4.11", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307" |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[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.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-build" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
|
|
[[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 0.3.9", |
|
] |
|
|
|
[[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 = "wireguard-rs" |
|
version = "0.1.4" |
|
dependencies = [ |
|
"aead", |
|
"arraydeque", |
|
"blake2", |
|
"byteorder", |
|
"chacha20poly1305", |
|
"clear_on_drop", |
|
"cpuprofiler", |
|
"crossbeam-channel", |
|
"dashmap", |
|
"digest", |
|
"env_logger", |
|
"generic-array", |
|
"hex", |
|
"hjul", |
|
"hmac", |
|
"libc", |
|
"log 0.4.11", |
|
"num_cpus", |
|
"parking_lot", |
|
"pnet", |
|
"proptest", |
|
"rand 0.7.3", |
|
"rand_chacha 0.2.2", |
|
"rand_core 0.5.1", |
|
"ring", |
|
"spin", |
|
"subtle 2.3.0", |
|
"treebitmap", |
|
"x25519-dalek", |
|
"zerocopy", |
|
] |
|
|
|
[[package]] |
|
name = "ws2_32-sys" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
|
dependencies = [ |
|
"winapi 0.2.8", |
|
"winapi-build", |
|
] |
|
|
|
[[package]] |
|
name = "x25519-dalek" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "637ff90c9540fa3073bb577e65033069e4bae7c79d49d74aa3ffdf5342a53217" |
|
dependencies = [ |
|
"curve25519-dalek", |
|
"rand_core 0.5.1", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6580539ad917b7c026220c4b3f2c08d52ce54d6ce0dc491e66002e35388fab46" |
|
dependencies = [ |
|
"byteorder", |
|
"zerocopy-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy-derive" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d498dbd1fd7beb83c86709ae1c33ca50942889473473d287d56ce4770a18edfb" |
|
dependencies = [ |
|
"proc-macro2", |
|
"syn", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05f33972566adbd2d3588b0491eb94b98b43695c4ef897903470ede4f3f5a28a" |
|
dependencies = [ |
|
"zeroize_derive", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize_derive" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"synstructure", |
|
]
|
|
|