Cargo.lock 227 KiB
Newer Older
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
asynchronous rob's avatar
asynchronous rob committed

[[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",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "ws"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c51a2c47b5798ccc774ffb93ff536aec7c4275d722fd9c740c83cdd1af1f2d94"
dependencies = [
 "byteorder 1.3.4",
 "bytes 0.4.12",
 "httparse",
 "log 0.4.11",
 "mio",
 "mio-extras",
 "rand 0.7.3",
 "sha-1",
 "slab",
 "url 2.1.1",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
asynchronous rob's avatar
asynchronous rob committed
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",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "yamux"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd37e58a1256a0b328ce9c67d8b62ecdd02f4803ba443df478835cb1a41a637c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.5",
 "log 0.4.11",
 "nohash-hasher",
 "rand 0.7.3",
 "static_assertions",
name = "zeroize"
Gavin Wood's avatar
Gavin Wood committed
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cbac2ed2ba24cc90f5e06485ac8c7c1e5449fe8911aef4d8877218af021a5b8"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "zeroize_derive",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "zeroize_derive"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
 "synstructure",
Gavin Wood's avatar
Gavin Wood committed
]
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "zstd"
version = "0.5.3+zstd.1.4.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "zstd-safe",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "zstd-safe"
version = "2.0.5+zstd.1.4.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "libc",
 "zstd-sys",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "zstd-sys"
version = "1.4.17+zstd.1.4.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "itertools 0.9.0",