Skip to content
Snippets Groups Projects
Cargo.lock 245 KiB
Newer Older
Gavin Wood's avatar
Gavin Wood committed
 "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-bindgen-test"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d4da138503a4cf86801b94d95781ee3619faa8feca830569cc6b54997b8b5c"
dependencies = [
 "console_error_panic_hook",
 "js-sys",
 "scoped-tls",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "wasm-bindgen-test-macro",
]

[[package]]
name = "wasm-bindgen-test-macro"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3199c33f06500c731d5544664c24d0c2b742b98debc6b1c6f0c6d6e8fb7c19b"
dependencies = [
 "proc-macro2",
[[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 = "wasmi"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ee05bba3d1d994652079893941a2ef9324d2b58a63c31b40678fb7eddd7a5a"
Gavin Wood's avatar
Gavin Wood committed
 "errno",
 "libc",
 "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",
]

version = "0.78.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b310b9d20fcf59385761d1ade7a3ef06aecc380e3d3172035b919eaf7465d9f7"
 "bincode",
 "cfg-if 1.0.0",
 "cpp_demangle",
 "indexmap",
 "lazy_static",
 "log 0.4.14",
 "paste 1.0.4",
 "wasmparser",
 "wasmtime-cache",
 "wasmtime-environ",
 "wasmtime-jit",
 "wasmtime-profiling",
 "wasmtime-runtime",
 "winapi 0.3.9",
[[package]]
name = "wasmtime-cache"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d14d500d5c3dc5f5c097158feee123d64b3097f0d836a2a27dff9c761c73c843"
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.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c525b39f062eada7db3c1298287b96dcb6e472b9f6b22501300b28d9fa7582f6"
dependencies = [
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "cranelift-wasm",
 "target-lexicon",
 "wasmparser",
[[package]]
name = "wasmtime-debug"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5d2a763e7a6fc734218e0e463196762a4f409c483063d81e0e85f96343b2e0a"
Gavin Wood's avatar
Gavin Wood committed
 "anyhow",
 "gimli 0.24.0",
Gavin Wood's avatar
Gavin Wood committed
 "more-asserts",
 "object 0.24.0",
Gavin Wood's avatar
Gavin Wood committed
 "target-lexicon",
 "thiserror",
Gavin Wood's avatar
Gavin Wood committed
 "wasmtime-environ",
]

[[package]]
name = "wasmtime-environ"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f64d0c2d881c31b0d65c1f2695e022d71eb60b9fbdd336aacca28208b58eac90"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-wasm",
 "gimli 0.24.0",
Gavin Wood's avatar
Gavin Wood committed
 "indexmap",
 "log 0.4.14",
Gavin Wood's avatar
Gavin Wood committed
 "more-asserts",
 "serde",
 "thiserror",
[[package]]
name = "wasmtime-jit"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707"
 "addr2line 0.15.1",
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "cranelift-native",
 "cranelift-wasm",
 "gimli 0.24.0",
 "log 0.4.14",
 "object 0.24.0",
 "target-lexicon",
 "thiserror",
 "wasmparser",
 "wasmtime-cranelift",
 "wasmtime-debug",
 "wasmtime-environ",
 "wasmtime-obj",
 "wasmtime-profiling",
 "wasmtime-runtime",
 "winapi 0.3.9",
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e1a8ff85246d091828e2225af521a6208ed28c997bb5c39eb697366dc2e2f2b"
dependencies = [
 "anyhow",
 "more-asserts",
 "object 0.24.0",
 "target-lexicon",
 "wasmtime-debug",
 "wasmtime-environ",
]

[[package]]
name = "wasmtime-profiling"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e24364d522dcd67c897c8fffc42e5bdfc57207bbb6d7eeade0da9d4a7d70105b"
 "lazy_static",
 "libc",
 "serde",
 "target-lexicon",
 "wasmtime-environ",
 "wasmtime-runtime",
]

[[package]]
name = "wasmtime-runtime"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c51e57976e8a19a18a18e002c6eb12e5769554204238e47ff155fda1809ef0f7"
 "indexmap",
 "lazy_static",
 "libc",
 "log 0.4.14",
 "rand 0.8.4",
 "region",
 "thiserror",
 "wasmtime-environ",
 "winapi 0.3.9",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db5ae96da18bb5926341516fd409b5a8ce4e4714da7f0a1063d3b20ac9f9a1e1"
Gavin Wood's avatar
Gavin Wood committed
 "leb128",
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ec280a739b69173e0ffd12c1658507996836ba4e992ed9bc1e5385a0bd72a02"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36"
Gavin Wood's avatar
Gavin Wood committed
 "zeroize_derive",
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16"
 "proc-macro2",
Gavin Wood's avatar
Gavin Wood committed
 "synstructure",
[[package]]
name = "zstd"
version = "0.6.1+zstd.1.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de55e77f798f205d8561b8fe2ef57abfb6e0ff2abe7fd3c089e119cdb5631a3"
Gavin Wood's avatar
Gavin Wood committed
 "zstd-safe",
version = "3.0.1+zstd.1.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1387cabcd938127b30ce78c4bf00b30387dddf704e3f0881dbc4ff62b5566f8c"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "zstd-sys",
version = "1.4.20+zstd.1.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd5b733d7cf2d9447e2c3e76a5589b4f5e5ae065c22a2bc0b023cbc331b6c8e"
Gavin Wood's avatar
Gavin Wood committed
 "cc",
 "libc",
]