Skip to content
Cargo.lock 214 KiB
Newer Older
checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"
dependencies = [
 "cfg-if 1.0.0",
 "wasm-bindgen-macro",
]

[[package]]
name = "wasm-bindgen-backend"
version = "0.2.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"
dependencies = [
 "bumpalo",
 "lazy_static",
 "proc-macro2",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-futures"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"
dependencies = [
 "cfg-if 1.0.0",
 "js-sys",
 "wasm-bindgen",
 "web-sys",
]

[[package]]
name = "wasm-bindgen-macro"
version = "0.2.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"
dependencies = [
 "wasm-bindgen-macro-support",
]

[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"
dependencies = [
 "proc-macro2",
 "wasm-bindgen-backend",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-shared"
version = "0.2.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"

[[package]]
name = "wasm-timer"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
dependencies = [
 "futures 0.3.13",
 "parking_lot 0.11.1",
 "pin-utils",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "web-sys",
]

[[package]]
name = "wasmi"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf617d864d25af3587aa745529f7aaa541066c876d57e050c0d0c85c61c92aff"
dependencies = [
 "libc",
 "memory_units",
 "num-rational",
 "parity-wasm",
 "wasmi-validation",
]

[[package]]
name = "wasmi-validation"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea78c597064ba73596099281e2f4cfc019075122a65cdda3205af94f0b264d93"
dependencies = [
 "parity-wasm",
]

[[package]]
name = "wasmparser"
version = "0.71.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89a30c99437829ede826802bfcf28500cf58df00e66cb9114df98813bc145ff1"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7426055cb92bd9a1e9469b48154d8d6119cd8c498c8b70284e420342c05dc45d"
dependencies = [
 "anyhow",
 "backtrace",
 "bincode",
 "cfg-if 1.0.0",
 "cpp_demangle",
 "indexmap",
 "libc",
 "log",
 "region",
 "rustc-demangle",
 "smallvec 1.6.1",
 "wasmparser",
 "wasmtime-cache",
 "wasmtime-environ",
 "wasmtime-jit",
 "wasmtime-profiling",
 "wasmtime-runtime",
 "wat",
 "winapi 0.3.9",
]

[[package]]
name = "wasmtime-cache"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c01d9287e36921e46f5887a47007824ae5dbb9b7517a2d565660ab4471478709"
dependencies = [
 "anyhow",
 "base64 0.13.0",
 "bincode",
 "directories-next",
 "errno",
 "file-per-thread-logger",
 "libc",
 "log",
 "serde",
 "sha2 0.9.3",
 "toml",
 "winapi 0.3.9",
 "zstd",
]

[[package]]
name = "wasmtime-cranelift"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4134ed3a4316cd0de0e546c6004850afe472b0fa3fcdc2f2c15f8d449562d962"
dependencies = [
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "cranelift-wasm",
 "wasmtime-environ",
]

[[package]]
name = "wasmtime-debug"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91fa931df6dd8af2b02606307674d3bad23f55473d5f4c809dddf7e4c4dc411"
dependencies = [
 "anyhow",
 "object 0.22.0",
 "target-lexicon",
 "thiserror",
 "wasmparser",
 "wasmtime-environ",
]

[[package]]
name = "wasmtime-environ"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1098871dc3120aaf8190d79153e470658bb79f63ee9ca31716711e123c28220"
dependencies = [
 "anyhow",
 "cfg-if 1.0.0",
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-wasm",
 "indexmap",
 "log",
 "more-asserts",
 "serde",
 "thiserror",
 "wasmparser",
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "738bfcd1561ede8bb174215776fd7d9a95d5f0a47ca3deabe0282c55f9a89f68"
 "addr2line",
 "cfg-if 1.0.0",
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "cranelift-native",
 "cranelift-wasm",
 "object 0.22.0",
 "target-lexicon",
 "thiserror",
 "wasmparser",
 "wasmtime-cranelift",
 "wasmtime-debug",
 "wasmtime-environ",
 "wasmtime-obj",
 "wasmtime-profiling",
 "wasmtime-runtime",
 "winapi 0.3.9",
]

[[package]]
name = "wasmtime-obj"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e96d77f1801131c5e86d93e42a3cf8a35402107332c202c245c83f34888a906"
dependencies = [
 "anyhow",
 "more-asserts",
 "object 0.22.0",
 "target-lexicon",
 "wasmtime-debug",
 "wasmtime-environ",
]

[[package]]
name = "wasmtime-profiling"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60bb672c9d894776d7b9250dd9b4fe890f8760201ee4f53e5f2da772b6c4debb"
dependencies = [
 "anyhow",
 "cfg-if 1.0.0",
 "gimli",
 "object 0.22.0",
 "scroll",
 "serde",
 "target-lexicon",
 "wasmtime-environ",
 "wasmtime-runtime",
]

[[package]]
name = "wasmtime-runtime"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a978086740949eeedfefcee667b57a9e98d9a7fc0de382fcfa0da30369e3530d"
dependencies = [
 "backtrace",
 "cc",
 "cfg-if 1.0.0",
 "indexmap",
 "lazy_static",
 "libc",
 "log",
 "memoffset 0.6.1",
 "region",
 "thiserror",
 "wasmtime-environ",
 "winapi 0.3.9",
]

[[package]]
name = "wast"
version = "34.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3de71ea922e46a60d0bde4b27ebf24ab7c4991006fd5de23ce9c58e129b3ab3c"
dependencies = [
 "leb128",
]

[[package]]
name = "wat"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "474403335b9a90b21120ab8131dd888f0a8d041c2d365ab960feddfe5a73c4b6"
[[package]]
name = "web-sys"
version = "0.3.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3"
dependencies = [
 "js-sys",
 "wasm-bindgen",
]

[[package]]
name = "web3"
version = "0.15.0"
source = "git+https://github.com/tomusdrw/rust-web3.git?branch=td-ethabi#68dabc289bf9f5e59447d822c5da5b4c768175c6"
dependencies = [
 "arrayvec 0.5.2",
 "derive_more",
 "ethereum-types",
 "futures 0.3.13",
 "futures-timer 3.0.2",
 "jsonrpc-core 17.0.0",
 "parking_lot 0.11.1",
 "pin-project 1.0.5",
 "serde",
 "serde_json",
 "tiny-keccak",
version = "0.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
[[package]]
name = "webpki-roots"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"
dependencies = [
 "webpki",
]

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

Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "which"
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
version = "3.1.1"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "libc",
]

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

[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"

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

[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"

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

[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
 "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"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
 "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",
[[package]]
name = "yaml-rust"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"

Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "yamux"
Hernando Castano's avatar
Hernando Castano committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cc7bd8c983209ed5d527f44b01c41b7dc146fd960c61cf9e1d25399841dc271"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "futures 0.3.13",
Hernando Castano's avatar
Hernando Castano committed
 "nohash-hasher",
 "parking_lot 0.11.1",
Hernando Castano's avatar
Hernando Castano committed
 "rand 0.7.3",
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
 "static_assertions",
[[package]]
name = "zeroize"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36"
dependencies = [
 "zeroize_derive",
]

[[package]]
name = "zeroize_derive"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16"
dependencies = [
 "proc-macro2",
 "synstructure",

[[package]]
name = "zstd"
version = "0.5.4+zstd.1.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69996ebdb1ba8b1517f61387a883857818a66c8a295f487b1ffd8fd9d2c82910"
dependencies = [
 "zstd-safe",
]

[[package]]
name = "zstd-safe"
version = "2.0.6+zstd.1.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98aa931fb69ecee256d44589d19754e61851ae4769bf963b385119b1cc37a49e"
dependencies = [
 "libc",
 "zstd-sys",
]

[[package]]
name = "zstd-sys"
version = "1.4.18+zstd.1.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81"
dependencies = [
 "cc",
 "glob",
 "itertools",