Skip to content
Snippets Groups Projects
Cargo.lock 245 KiB
Newer Older
[[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.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",
 "target-lexicon 0.12.0",
 "wasmparser 0.78.2",
 "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"
 "cranelift-codegen 0.74.0",
 "cranelift-entity 0.74.0",
 "cranelift-frontend 0.74.0",
 "target-lexicon 0.12.0",
 "wasmparser 0.78.2",
[[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
 "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 = [
 "cranelift-codegen 0.74.0",
 "cranelift-entity 0.74.0",
Gavin Wood's avatar
Gavin Wood committed
 "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 0.74.0",
 "cranelift-entity 0.74.0",
 "cranelift-frontend 0.74.0",
 "cranelift-native",
 "cranelift-wasm",
 "gimli 0.24.0",
 "log 0.4.14",
 "object 0.24.0",
 "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",
 "wasmtime-debug",
 "wasmtime-environ",
]

[[package]]
name = "wasmtime-profiling"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e24364d522dcd67c897c8fffc42e5bdfc57207bbb6d7eeade0da9d4a7d70105b"
 "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",
 "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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd"
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",
]