Skip to content
Snippets Groups Projects
Cargo.lock 246 KiB
Newer Older
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
Gavin Wood's avatar
Gavin Wood committed
 "winapi-util",
Seun Lanlege's avatar
Seun Lanlege committed
[[package]]
name = "test-runner"
version = "0.9.0"
dependencies = [
 "frame-system",
Seun Lanlege's avatar
Seun Lanlege committed
 "jsonrpc-core",
 "log 0.4.14",
 "num-traits",
Seun Lanlege's avatar
Seun Lanlege committed
 "sc-basic-authorship",
 "sc-cli",
 "sc-client-api",
 "sc-consensus",
 "sc-consensus-babe",
Seun Lanlege's avatar
Seun Lanlege committed
 "sc-consensus-manual-seal",
 "sc-executor",
 "sc-finality-grandpa",
Seun Lanlege's avatar
Seun Lanlege committed
 "sc-informant",
 "sc-network",
 "sc-rpc",
 "sc-rpc-server",
 "sc-service",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
Seun Lanlege's avatar
Seun Lanlege committed
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
Seun Lanlege's avatar
Seun Lanlege committed
 "sp-core",
 "sp-externalities",
 "sp-finality-grandpa",
Seun Lanlege's avatar
Seun Lanlege committed
 "sp-inherents",
 "sp-keyring",
 "sp-offchain",
 "sp-runtime",
 "sp-runtime-interface",
 "sp-session",
 "sp-state-machine",
 "sp-transaction-pool",
 "sp-wasm-interface",
Seun Lanlege's avatar
Seun Lanlege committed
]

[[package]]
name = "test-runner-example"
version = "0.1.0"
dependencies = [
 "frame-benchmarking",
 "frame-system",
 "node-cli",
 "node-primitives",
 "node-runtime",
 "pallet-transaction-payment",
 "sc-consensus",
 "sc-consensus-babe",
 "sc-consensus-manual-seal",
 "sc-executor",
 "sc-finality-grandpa",
 "sc-service",
 "sp-consensus-babe",
 "sp-keyring",
 "sp-runtime",
 "test-runner",
]

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "textwrap"
version = "0.11.0"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "unicode-width",
[[package]]
name = "thiserror"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"
Gavin Wood's avatar
Gavin Wood committed
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"
 "proc-macro2",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "thread_local"
version = "1.1.3"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
Gavin Wood's avatar
Gavin Wood committed
 "num_cpus",
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "wasi 0.10.0+wasi-snapshot-preview1",
 "winapi 0.3.9",
[[package]]
name = "tiny-bip39"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8"
dependencies = [
 "anyhow",
 "hmac 0.8.1",
 "pbkdf2 0.4.0",
Gavin Wood's avatar
Gavin Wood committed
 "rand 0.7.3",
 "rustc-hash",
 "thiserror",
 "unicode-normalization",
Weiliang Li's avatar
Weiliang Li committed
[[package]]
name = "tiny-keccak"
Weiliang Li's avatar
Weiliang Li committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
Weiliang Li's avatar
Weiliang Li committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "crunchy",
[[package]]
name = "tinytemplate"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "serde",
 "serde_json",
[[package]]
name = "tinyvec"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
dependencies = [
 "tinyvec_macros",
]

[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01cf844b23c6131f624accf65ce0e4e9956a8bb329400ea5bcc26ae3a5c20b0b"
 "autocfg 1.0.1",
 "bytes 1.0.1",
 "libc",
 "memchr",
 "mio 0.7.13",
 "num_cpus",
 "once_cell",
 "parking_lot 0.11.1",
 "pin-project-lite 0.2.6",
 "signal-hook-registry",
 "tokio-macros",
 "winapi 0.3.9",
[[package]]
name = "tokio-codec"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "bytes 0.4.12",
Gavin Wood's avatar
Gavin Wood committed
 "tokio-io",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "tokio-executor"
version = "0.1.10"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "crossbeam-utils 0.7.2",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "tokio-io"
version = "0.1.13"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "bytes 0.4.12",
 "log 0.4.14",
Demi Obenour's avatar
Demi Obenour committed
[[package]]
name = "tokio-macros"
version = "1.3.0"
Demi Obenour's avatar
Demi Obenour committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110"
Demi Obenour's avatar
Demi Obenour committed
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "tokio-native-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
 "native-tls",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "tokio-reactor"
version = "0.1.12"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "crossbeam-utils 0.7.2",
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static",
 "log 0.4.14",
 "mio 0.6.23",
Gavin Wood's avatar
Gavin Wood committed
 "num_cpus",
 "parking_lot 0.9.0",
 "slab",
Gavin Wood's avatar
Gavin Wood committed
 "tokio-io",
[[package]]
name = "tokio-rustls"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
Demi Obenour's avatar
Demi Obenour committed
[[package]]
name = "tokio-stream"
version = "0.1.7"
Demi Obenour's avatar
Demi Obenour committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
Demi Obenour's avatar
Demi Obenour committed
dependencies = [
 "futures-core",
 "pin-project-lite 0.2.6",
[[package]]
name = "tokio-sync"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
Gavin Wood's avatar
Gavin Wood committed
 "fnv",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "tokio-tcp"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "bytes 0.4.12",
Gavin Wood's avatar
Gavin Wood committed
 "iovec",
 "mio 0.6.23",
Gavin Wood's avatar
Gavin Wood committed
 "tokio-io",
 "tokio-reactor",
[[package]]
name = "tokio-tls"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "354b8cd83825b3c20217a9dc174d6a0c67441a2fae5c41bcb1ea6679f6ae0f7c"
dependencies = [
 "futures 0.1.31",
 "native-tls",
 "tokio-io",
]

[[package]]
name = "tokio-util"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
dependencies = [
 "bytes 1.0.1",
 "futures-core",
 "futures-io",
 "futures-sink",
 "log 0.4.14",
 "pin-project-lite 0.2.6",
Ashley's avatar
Ashley committed
[[package]]
Ashley's avatar
Ashley committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
Ashley's avatar
Ashley committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "serde",
Ashley's avatar
Ashley committed
]

[[package]]
name = "tower-service"
Ashley's avatar
Ashley committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
Gavin Wood's avatar
Gavin Wood committed
 "tracing-attributes",
 "tracing-core",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
[[package]]
name = "tracing-futures"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static",
 "log 0.4.14",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
dependencies = [
 "serde",
 "tracing-core",
]

[[package]]
name = "tracing-subscriber"
Squirrel's avatar
Squirrel committed
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
Squirrel's avatar
Squirrel committed
checksum = "ab69019741fca4d98be3c62d2b75254528b5432233fd8a4d2739fec20278de48"
dependencies = [
 "ansi_term 0.12.1",
 "chrono",
 "lazy_static",
 "matchers",
 "regex",
 "serde",
 "serde_json",
 "sharded-slab",
[[package]]
name = "traitobject"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"

[[package]]
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
[[package]]
name = "trie-bench"
version = "0.28.0"
Wei Tang's avatar
Wei Tang committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4edd9bdf0c2e08fd77c0fb2608179cac7ebed997ae18f58d47a2d96425ff51f0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
 "keccak-hasher",
 "memory-db",
 "parity-scale-codec",
Gavin Wood's avatar
Gavin Wood committed
 "trie-db",
 "trie-root",
 "trie-standardmap",
[[package]]
name = "trie-db"
version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eac131e334e81b6b3be07399482042838adcd7957aa0010231d0813e39e02fa"
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
 "hashbrown 0.11.2",
 "log 0.4.14",
Gavin Wood's avatar
Gavin Wood committed
 "rustc-hex",
]

[[package]]
name = "trie-root"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "652931506d2c1244d7217a70b99f56718a7b4161b37f04e7cd868072a99f68cd"
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
[[package]]
name = "trie-standardmap"
version = "0.15.2"
Wei Tang's avatar
Wei Tang committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "c3161ba520ab28cd8e6b68e1126f1009f6e335339d1a73b978139011703264c8"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
 "keccak-hasher",
[[package]]
name = "trust-dns-proto"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d57e219ba600dd96c2f6d82eb79645068e14edbc5c7e27514af40436b88150c"
dependencies = [
 "async-trait",
 "cfg-if 1.0.0",
 "data-encoding",
 "enum-as-inner",
 "futures-channel",
 "futures-io",
 "futures-util",
 "idna 0.2.2",
 "ipnet",
 "lazy_static",
 "log 0.4.14",
 "rand 0.8.4",
 "smallvec 1.6.1",
 "thiserror",
 "tinyvec",
 "url 2.2.1",
]

[[package]]
name = "trust-dns-resolver"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0437eea3a6da51acc1e946545ff53d5b8fb2611ff1c3bed58522dde100536ae"
dependencies = [
 "cfg-if 1.0.0",
 "futures-util",
 "ipconfig",
 "lazy_static",
 "log 0.4.14",
 "lru-cache",
 "parking_lot 0.11.1",
 "resolv-conf",
 "smallvec 1.6.1",
 "thiserror",
 "trust-dns-proto",
]

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "try-lock"
version = "0.2.3"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "try-runtime-cli"
version = "0.10.0-dev"
dependencies = [
 "log 0.4.14",
 "parity-scale-codec",
 "remote-externalities",
 "sc-cli",
 "sc-executor",
 "sc-service",
 "sp-runtime",
 "sp-state-machine",
 "structopt",
]

[[package]]
name = "trybuild"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c02c413315329fc96167f922b46fd0caa3a43f4697b7a7896b183c7142635832"
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static",
 "serde",
 "serde_json",
 "termcolor",
 "toml",
Gav's avatar
Gav committed
[[package]]
name = "twox-hash"
version = "1.6.0"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
Gav's avatar
Gav committed
dependencies = [
 "cfg-if 0.1.10",
 "static_assertions",
[[package]]
name = "typeable"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"

[[package]]
name = "typenum"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"

[[package]]
name = "uint"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e"
dependencies = [
 "byteorder",
 "crunchy",
 "hex",
 "static_assertions",
]

[[package]]
name = "unicase"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
dependencies = [
 "version_check 0.1.5",
]

[[package]]
name = "unicase"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
 "version_check 0.9.2",
]

[[package]]
name = "unicode-bidi"
version = "0.3.4"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "matches",
[[package]]
name = "unicode-normalization"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
dependencies = [
[[package]]
name = "unicode-segmentation"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "unicode-width"
version = "0.1.8"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
Tomasz Drwięga's avatar
Tomasz Drwięga committed

version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
[[package]]
name = "universal-hash"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"
dependencies = [
 "generic-array 0.14.4",
[[package]]
name = "unsigned-varint"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"

[[package]]
name = "unsigned-varint"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"
dependencies = [
 "asynchronous-codec 0.5.0",
 "bytes 1.0.1",
 "futures-io",
 "futures-util",
]

[[package]]
name = "unsigned-varint"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"
dependencies = [
 "asynchronous-codec 0.6.0",
 "bytes 1.0.1",
 "futures-io",
 "futures-util",
]

Gav's avatar
Gav committed
[[package]]
name = "untrusted"
version = "0.7.1"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
Gav's avatar
Gav committed

[[package]]
name = "url"
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",
 "smallvec 1.6.1",
 "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",
 "smallvec 1.6.1",
 "tracing",
 "wasmer-compiler",
 "wasmer-types",
 "wasmer-vm",
]

[[package]]