Cargo.lock 189 KiB
Newer Older
 "indexmap",
 "libc",
 "log 0.4.8",
 "more-asserts",
 "rayon",
 "serde",
 "sha2",
 "thiserror",
 "toml",
 "wasmparser",
 "winapi 0.3.8",
 "zstd",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "wasmtime-jit"
version = "0.12.0"
source = "git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api#851887d84d03543f931f6312448d0dd5d8a9324e"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "anyhow",
 "cfg-if",
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "cranelift-native",
 "cranelift-wasm",
 "more-asserts",
 "region",
 "target-lexicon",
 "thiserror",
 "wasmparser",
 "wasmtime-debug",
 "wasmtime-environ",
 "wasmtime-profiling",
 "wasmtime-runtime",
 "winapi 0.3.8",
[[package]]
name = "wasmtime-profiling"
version = "0.12.0"
source = "git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api#851887d84d03543f931f6312448d0dd5d8a9324e"
dependencies = [
 "gimli",
 "goblin",
 "lazy_static",
 "libc",
 "object",
 "scroll",
 "serde",
 "target-lexicon",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "wasmtime-runtime"
version = "0.12.0"
source = "git+https://github.com/paritytech/wasmtime?branch=a-thread-safe-api#851887d84d03543f931f6312448d0dd5d8a9324e"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "backtrace",
 "cc",
 "cfg-if",
 "indexmap",
 "lazy_static",
 "libc",
 "memoffset",
 "more-asserts",
 "region",
 "thiserror",
 "wasmtime-environ",
 "wasmtime-profiling",
 "winapi 0.3.8",
[[package]]
name = "wast"
version = "9.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee7b16105405ca2aa2376ba522d8d4b1a11604941dd3bb7df9fd2ece60f8d16a"
dependencies = [
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56173f7f4fb59aebe35a7e71423845e1c6c7144bfb56362d497931b6b3bed0f6"
dependencies = [
[[package]]
name = "web-sys"
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721c6263e2c66fd44501cc5efbfa2b7dfa775d13e4ea38c46299646ed1f9c70a"
dependencies = [
 "js-sys",
 "wasm-bindgen",
name = "webpki"
Gavin Wood's avatar
Gavin Wood committed
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f50e1972865d6b1adb54167d1c8ed48606004c2c9d0ea5f1eeb34d95e863ef"
 "ring",
 "untrusted",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "webpki-roots"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a262ae37dd9d60f60dd473d1158f9fbebf110ba7b6a5051c8160460f6043718b"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
[[package]]
name = "webpki-roots"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91cd5736df7f12a964a5067a12c62fa38e1bd8080aff1f80bc29be7c80d19ab4"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "which"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5475d47078209a02e60614f7ba5e645ef3ed60f771920ac1906d7c1cc65024c8"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "winapi"
Gavin Wood's avatar
Gavin Wood committed
version = "0.3.8"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "winapi-build"
version = "0.1.1"
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"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
dependencies = [
 "winapi 0.3.8",
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.8",
 "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 2.0.0",
 "rand_core 0.5.1",
 "zeroize 1.1.0",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "xdg"
version = "2.2.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "yamux"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f03098897b734bd943ab23f6aa9f98aafd72a88516deedd66f9d564c57bf2f19"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.5.4",
 "futures 0.3.4",
 "log 0.4.8",
 "nohash-hasher",
 "parking_lot 0.10.0",
 "rand 0.7.3",
 "thiserror",
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45af6a010d13e4cf5b54c94ba5a2b2eba5596b9e46bf5875612d332a1f2b3f86"
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.9",
 "quote 1.0.3",
 "syn 1.0.16",
 "synstructure",
Gavin Wood's avatar
Gavin Wood committed
]
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "zstd"
version = "0.5.1+zstd.1.4.4"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5d978b793ae64375b80baf652919b148f6a496ac8802922d9999f5a553194f"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "zstd-safe"
version = "2.0.3+zstd.1.4.4"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bee25eac9753cfedd48133fa1736cbd23b774e253d89badbeac7d12b23848d3f"
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.15+zstd.1.4.4"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89719b034dc22d240d5b407fb0a3fe6d29952c181cff9a9f95c0bd40b4f8f7d8"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [