Skip to content
Snippets Groups Projects
Cargo.lock 250 KiB
Newer Older
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "idna 0.1.5",
 "matches",
 "percent-encoding 1.0.1",
[[package]]
name = "url"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
dependencies = [
 "form_urlencoded",
Gavin Wood's avatar
Gavin Wood committed
 "matches",
 "percent-encoding 2.1.0",
[[package]]
name = "value-bag"
version = "1.0.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1"
dependencies = [
 "ctor",
]

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "vcpkg"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
[[package]]
name = "vec-arena"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "vec_map"
version = "0.8.2"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "version_check"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"

[[package]]
name = "version_check"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
 "libc",
]

[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
Gavin Wood's avatar
Gavin Wood committed
 "same-file",
 "winapi 0.3.9",
Gavin Wood's avatar
Gavin Wood committed
 "winapi-util",
Ashley's avatar
Ashley committed
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
Ashley's avatar
Ashley committed
dependencies = [
 "log 0.4.14",
Gavin Wood's avatar
Gavin Wood committed
 "try-lock",
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"

[[package]]
name = "wasm-bindgen"
version = "0.2.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "cfg-if 1.0.0",
Gavin Wood's avatar
Gavin Wood committed
 "wasm-bindgen-macro",
]

[[package]]
name = "wasm-bindgen-backend"
version = "0.2.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "bumpalo",
 "lazy_static",
 "log 0.4.14",
 "proc-macro2",
Gavin Wood's avatar
Gavin Wood committed
 "wasm-bindgen-shared",
[[package]]
name = "wasm-bindgen-futures"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "js-sys",
 "wasm-bindgen",
 "web-sys",
]

[[package]]
name = "wasm-bindgen-macro"
version = "0.2.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "wasm-bindgen-macro-support",
]

[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c"
dependencies = [
 "proc-macro2",
Gavin Wood's avatar
Gavin Wood committed
 "wasm-bindgen-backend",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-shared"
version = "0.2.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489"
[[package]]
name = "wasm-gc-api"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"
 "log 0.4.14",
Gavin Wood's avatar
Gavin Wood committed
 "parity-wasm 0.32.0",
 "rustc-demangle",
[[package]]
name = "wasm-timer"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "js-sys",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "pin-utils",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "web-sys",
[[package]]
name = "wasmer"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a70cfae554988d904d64ca17ab0e7cd652ee5c8a0807094819c1ea93eb9d6866"
dependencies = [
 "cfg-if 0.1.10",
 "indexmap",
 "more-asserts",
 "target-lexicon 0.11.2",
 "thiserror",
 "wasmer-compiler",
 "wasmer-compiler-cranelift",
 "wasmer-derive",
 "wasmer-engine",
 "wasmer-engine-jit",
 "wasmer-engine-native",
 "wasmer-types",
 "wasmer-vm",
 "wat",
 "winapi 0.3.9",
]

[[package]]
name = "wasmer-compiler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b7732a9cab472bd921d5a0c422f45b3d03f62fa2c40a89e0770cef6d47e383e"
dependencies = [
 "enumset",
 "serde",
 "serde_bytes",
 "target-lexicon 0.11.2",
 "thiserror",
 "wasmer-types",
 "wasmer-vm",
 "wasmparser 0.65.0",
]

[[package]]
name = "wasmer-compiler-cranelift"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48cb9395f094e1d81534f4c5e330ed4cdb424e8df870d29ad585620284f5fddb"
dependencies = [
 "cranelift-codegen 0.68.0",
 "cranelift-frontend 0.68.0",
 "gimli 0.22.0",
 "more-asserts",
 "rayon",
 "serde",
 "tracing",
 "wasmer-compiler",
 "wasmer-types",
 "wasmer-vm",
]

[[package]]
name = "wasmer-compiler-singlepass"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "426ae6ef0f606ca815510f3e2ef6f520e217514bfb7a664defe180b9a9e75d07"
dependencies = [
 "byteorder",
 "dynasm",
 "dynasmrt",
 "lazy_static",
 "more-asserts",
 "rayon",
 "serde",
 "wasmer-compiler",
 "wasmer-types",
 "wasmer-vm",
]

[[package]]
name = "wasmer-derive"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b86dcd2c3efdb8390728a2b56f762db07789aaa5aa872a9dc776ba3a7912ed"
dependencies = [
 "proc-macro-error 1.0.4",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "wasmer-engine"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efe4667d6bd888f26ae8062a63a9379fa697415b4b4e380f33832e8418fd71b5"
dependencies = [
 "backtrace",
 "bincode",
 "lazy_static",
 "memmap2",
 "more-asserts",
 "rustc-demangle",
 "serde",
 "serde_bytes",
 "target-lexicon 0.11.2",
 "thiserror",
 "wasmer-compiler",
 "wasmer-types",
 "wasmer-vm",
]

[[package]]
name = "wasmer-engine-jit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26770be802888011b4a3072f2a282fc2faa68aa48c71b3db6252a3937a85f3da"
dependencies = [
 "bincode",
 "cfg-if 0.1.10",
 "region",
 "serde",
 "serde_bytes",
 "wasmer-compiler",
 "wasmer-engine",
 "wasmer-types",
 "wasmer-vm",
 "winapi 0.3.9",
]

[[package]]
name = "wasmer-engine-native"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bb4083a6c69f2cd4b000b82a80717f37c6cc2e536aee3a8ffe9af3edc276a8b"
dependencies = [
 "bincode",
 "cfg-if 0.1.10",
 "leb128",
 "libloading 0.6.7",
 "serde",
 "tempfile",
 "tracing",
 "wasmer-compiler",
 "wasmer-engine",
 "wasmer-object",
 "wasmer-types",
 "wasmer-vm",
 "which",
]

[[package]]
name = "wasmer-object"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf8e0c12b82ff81ebecd30d7e118be5fec871d6de885a90eeb105df0a769a7b"
dependencies = [
 "object 0.22.0",
 "thiserror",
 "wasmer-compiler",
 "wasmer-types",
]

[[package]]
name = "wasmer-types"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f4ac28c2951cd792c18332f03da523ed06b170f5cf6bb5b1bdd7e36c2a8218"
dependencies = [
 "cranelift-entity 0.68.0",
 "serde",
 "thiserror",
]

[[package]]
name = "wasmer-vm"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7635ba0b6d2fd325f588d69a950ad9fa04dddbf6ad08b6b2a183146319bf6ae"
dependencies = [
 "backtrace",
 "cc",
 "cfg-if 0.1.10",
 "indexmap",
 "libc",
 "memoffset",
 "more-asserts",
 "region",
 "serde",
 "thiserror",
 "wasmer-types",
 "winapi 0.3.9",
]

[[package]]
name = "wasmi"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ee05bba3d1d994652079893941a2ef9324d2b58a63c31b40678fb7eddd7a5a"
Gavin Wood's avatar
Gavin Wood committed
 "errno",
 "libc",
Gavin Wood's avatar
Gavin Wood committed
 "memory_units",
[[package]]
name = "wasmi-validation"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb8e860796d8be48efef530b60eebf84e74a88bce107374fffb0da97d504b8"
dependencies = [
 "parity-wasm 0.42.2",
]

[[package]]
name = "wasmparser"
version = "0.65.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc2fe6350834b4e528ba0901e7aa405d78b89dc1fa3145359eb4de0e323fcf"

version = "0.79.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b5894be15a559c85779254700e1d35f02f843b5a69152e5c82c626d9fd66c0e"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bbb8a082a8ef50f7eeb8b82dda9709ef1e68963ea3c94e45581644dd4041835"
 "bincode",
 "cfg-if 1.0.0",
 "cpp_demangle",
 "indexmap",
 "lazy_static",
 "log 0.4.14",
 "paste 1.0.4",
 "wasmparser 0.79.0",
 "wasmtime-environ",
 "wasmtime-jit",
 "wasmtime-profiling",
 "wasmtime-runtime",
 "winapi 0.3.9",
[[package]]
name = "wasmtime-cache"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d73391579ca7f24573138ef768b73b2aed5f9d542385c64979b65d60d0912399"
dependencies = [
 "anyhow",
 "base64 0.13.0",
 "bincode",
 "directories-next",
 "errno",
 "file-per-thread-logger",
 "libc",
 "log 0.4.14",
 "serde",
 "sha2 0.9.3",
 "toml",
 "winapi 0.3.9",
 "zstd",
]

[[package]]
name = "wasmtime-cranelift"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81c6f5ae9205382345c7cd7454932a906186836999a2161c385e38a15f52e1fe"
 "cranelift-codegen 0.76.0",
 "cranelift-entity 0.76.0",
 "cranelift-frontend 0.76.0",
 "wasmparser 0.79.0",
[[package]]
name = "wasmtime-debug"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c69e08f55e12f15f50b1b533bc3626723e7224254a065de6576934c86258c9e8"
Gavin Wood's avatar
Gavin Wood committed
 "anyhow",
 "gimli 0.25.0",
Gavin Wood's avatar
Gavin Wood committed
 "more-asserts",
 "object 0.26.0",
Gavin Wood's avatar
Gavin Wood committed
 "thiserror",
 "wasmparser 0.79.0",
Gavin Wood's avatar
Gavin Wood committed
 "wasmtime-environ",
]

[[package]]
name = "wasmtime-environ"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "005d93174040af37fb8625f891cd9827afdad314261f7ec4ee61ec497d6e9d3c"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "cranelift-codegen 0.76.0",
 "cranelift-entity 0.76.0",
Gavin Wood's avatar
Gavin Wood committed
 "cranelift-wasm",
 "gimli 0.25.0",
Gavin Wood's avatar
Gavin Wood committed
 "indexmap",
 "log 0.4.14",
Gavin Wood's avatar
Gavin Wood committed
 "more-asserts",
 "serde",
 "thiserror",
 "wasmparser 0.79.0",
[[package]]
name = "wasmtime-jit"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0bf1dfb213a35d8f21aefae40e597fe72778a907011ffdff7affb029a02af9a"
 "addr2line",
 "cranelift-codegen 0.76.0",
 "cranelift-entity 0.76.0",
 "cranelift-frontend 0.76.0",
 "cranelift-native",
 "cranelift-wasm",
 "gimli 0.25.0",
 "log 0.4.14",
 "object 0.26.0",
 "wasmparser 0.79.0",
 "wasmtime-cranelift",
 "wasmtime-debug",
 "wasmtime-environ",
 "wasmtime-obj",
 "wasmtime-profiling",
 "wasmtime-runtime",
 "winapi 0.3.9",
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231491878e710c68015228c9f9fc5955fe5c96dbf1485c15f7bed55b622c83c"
dependencies = [
 "anyhow",
 "more-asserts",
 "object 0.26.0",
 "wasmtime-debug",
 "wasmtime-environ",
]

[[package]]
name = "wasmtime-profiling"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21486cfb5255c2069666c1f116f9e949d4e35c9a494f11112fa407879e42198d"
 "gimli 0.25.0",
 "object 0.26.0",
 "scroll",
 "wasmtime-environ",
 "wasmtime-runtime",
]

[[package]]
name = "wasmtime-runtime"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7ddfdf32e0a20d81f48be9dacd31612bc61de5a174d1356fef806d300f507de"
 "indexmap",
 "lazy_static",
 "libc",
 "log 0.4.14",
 "memoffset",
 "rand 0.8.4",
 "region",
 "thiserror",
 "wasmtime-environ",
 "winapi 0.3.9",
version = "38.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ebc29df4629f497e0893aacd40f13a4a56b85ef6eb4ab6d603f07244f1a7bf2"
Gavin Wood's avatar
Gavin Wood committed
 "leb128",
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcfaeb27e2578d2c6271a45609f4a055e6d7ba3a12eff35b1fd5ba147bdf046"
Gavin Wood's avatar
Gavin Wood committed
 "wast",
[[package]]
name = "web-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "js-sys",
 "wasm-bindgen",
[[package]]
name = "webpki"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "ring",
 "untrusted",
[[package]]
name = "webpki-roots"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"
dependencies = [
[[package]]
name = "websocket"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413b37840b9e27b340ce91b319ede10731de8c72f5bc4cb0206ec1ca4ce581d0"
dependencies = [
 "bytes 0.4.12",
 "futures 0.1.31",
 "hyper 0.10.16",
 "native-tls",
 "rand 0.6.5",
 "tokio-codec",
 "tokio-io",
 "tokio-reactor",
 "tokio-tcp",
 "tokio-tls",
 "unicase 1.4.2",
 "url 1.7.2",
 "websocket-base",
]

[[package]]
name = "websocket-base"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e3810f0d00c4dccb54c30a4eee815e703232819dec7b007db115791c42aa374"
dependencies = [
 "base64 0.10.1",
 "bitflags",
 "byteorder",
 "bytes 0.4.12",
 "futures 0.1.31",
 "native-tls",
 "rand 0.6.5",
 "sha1",
 "tokio-codec",
 "tokio-io",
 "tokio-tcp",
 "tokio-tls",
]

[[package]]
name = "wepoll-sys"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
[[package]]
name = "which"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"
dependencies = [
 "libc",
 "thiserror",
]

[[package]]
name = "widestring"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
Gavin Wood's avatar
Gavin Wood committed
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
 "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"
Gavin Wood's avatar
Gavin Wood committed
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winreg"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
dependencies = [
 "winapi 0.3.9",
]

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "winapi 0.2.8",
 "winapi-build",
[[package]]
name = "wyz"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"

[[package]]
name = "x25519-dalek"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088"
dependencies = [
 "curve25519-dalek 3.0.2",
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.5.1",
 "zeroize",
[[package]]
name = "yamux"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"
dependencies = [
 "log 0.4.14",
Gavin Wood's avatar
Gavin Wood committed
 "nohash-hasher",
 "parking_lot 0.11.1",
 "rand 0.8.4",
 "static_assertions",
[[package]]
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf68b08513768deaa790264a7fac27a58cbf2705cfcdc9448362229217d7e970"
Gavin Wood's avatar
Gavin Wood committed
 "zeroize_derive",
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7"
 "proc-macro2",
Gavin Wood's avatar
Gavin Wood committed
 "synstructure",
[[package]]
name = "zstd"
version = "0.9.0+zstd.1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07749a5dc2cb6b36661290245e350f15ec3bbb304e493db54a1d354480522ccd"
Gavin Wood's avatar
Gavin Wood committed
 "zstd-safe",
version = "4.1.1+zstd.1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c91c90f2c593b003603e5e0493c837088df4469da25aafff8bce42ba48caf079"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "zstd-sys",
version = "1.6.1+zstd.1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "615120c7a2431d16cf1cf979e7fc31ba7a5b5e5707b29c8a99e5dbf8a8392a33"
Gavin Wood's avatar
Gavin Wood committed
 "cc",
 "libc",
]