Cargo.lock 207 KiB
Newer Older
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "lazy_static",
 "regex",
[[package]]
name = "addr2line"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543"
dependencies = [
 "gimli 0.21.0",
]

[[package]]
name = "adler32"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b077b825e468cc974f0020d4082ee6e03132512f207ef1a02fd5d00d1f32d"
[[package]]
name = "ahash"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f33b5018f120946c1dcf279194f238a9f146725593ead1c08fa47ff22b0b5d3"
 "const-random",
[[package]]
name = "aho-corasick"
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
 "memchr",
[[package]]
name = "alga"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2"
 "approx",
 "num-complex",
 "num-traits 0.2.12",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
 "winapi 0.3.8",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f"
[[package]]
name = "approx"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
 "num-traits 0.2.12",
[[package]]
name = "arc-swap"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "arrayref"
Gavin Wood's avatar
Gavin Wood committed
version = "0.3.6"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "arrayvec"
version = "0.4.12"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "nodrop",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "asn1_der"
version = "0.6.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fce6b6a0ffdafebd82c87e79e3f40e8d2c523e5fea5566ff6b90509bf98d638"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "asn1_der_derive",
]

[[package]]
name = "asn1_der_derive"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502"
 "quote 1.0.7",
 "syn 1.0.31",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "assert_cmd"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936fcf2c692b37c696cd0002c57752b2d9478402450c9ca4a463f6afae16d6f5"
dependencies = [
 "doc-comment",
 "escargot",
 "predicates",
 "predicates-core",
 "predicates-tree",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "assert_matches"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5"
Gavin Wood's avatar
Gavin Wood committed

[[package]]
name = "async-std"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "538ecb01eb64eecd772087e5b6f7540cbc917f047727339a472dafed2185b267"
dependencies = [
 "async-task",
 "broadcaster",
 "crossbeam-channel",
 "crossbeam-utils",
 "futures-core",
 "futures-io",
 "futures-timer 2.0.2",
 "kv-log-macro",
 "log 0.4.8",
 "memchr",
 "num_cpus",
 "once_cell",
 "pin-project-lite",
 "pin-utils",
 "slab",
]

[[package]]
name = "async-task"
Gavin Wood's avatar
Gavin Wood committed
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ac2c016b079e771204030951c366db398864f5026f84a44dafb0ff20f02085d"
dependencies = [
 "libc",
 "winapi 0.3.8",
[[package]]
name = "async-tls"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95fd83426b89b034bf4e9ceb9c533c2f2386b813fd3dcae0a425ec6f1837d78a"
dependencies = [
 "futures 0.3.5",
 "rustls",
 "webpki",
 "webpki-roots 0.19.0",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "atty"
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.14"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hermit-abi",
 "libc",
 "winapi 0.3.8",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "autocfg"
Kian Paimani's avatar
Kian Paimani committed
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
Gavin Wood's avatar
Gavin Wood committed

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "backtrace"
version = "0.3.49"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05100821de9e028f12ae3d189176b41ee198341eb8f369956407fea2f5cc666c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "addr2line",
 "cfg-if",
 "libc",
 "miniz_oxide",
 "object 0.20.0",
 "rustc-demangle",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "base58"
version = "0.1.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
[[package]]
name = "base64"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e223af0dc48c96d4f8342ec01a4974f139df863896b316681efd36742f22cc67"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "bincode"
Gavin Wood's avatar
Gavin Wood committed
version = "1.2.1"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "serde",
[[package]]
name = "bindgen"
version = "0.53.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c72a978d268b1d70b0e963217e60fdabd9523a941457a6c42a7315d15c7e89e5"
dependencies = [
 "bitflags",
 "cexpr",
 "cfg-if",
 "clang-sys",
 "clap",
 "env_logger",
 "lazy_static",
 "lazycell",
 "log 0.4.8",
 "peeking_take_while",
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "regex",
 "rustc-hash",
 "shlex",
 "which",
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "bitmask"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5da9b3d9f6f585199287a473f4f8dfab6566cf827d15c00c219f53c645687ead"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "bitvec"
version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c"
dependencies = [
 "either",
 "radium",
]
[[package]]
name = "blake2"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330"
dependencies = [
 "byte-tools",
 "crypto-mac",
 "digest",
 "opaque-debug",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "arrayvec 0.4.12",
 "constant_time_eq",
asynchronous rob's avatar
asynchronous rob committed
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "blake2b_simd"
Gavin Wood's avatar
Gavin Wood committed
version = "0.5.10"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "arrayref",
 "arrayvec 0.5.1",
 "constant_time_eq",
[[package]]
name = "blake2s_simd"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab9e07352b829279624ceb7c64adb4f585dacdb81d35cafae81139ccd617cf44"
dependencies = [
 "arrayref",
 "arrayvec 0.5.1",
 "constant_time_eq",
]

[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
 "block-padding",
 "byte-tools",
 "generic-array",
]

[[package]]
name = "block-padding"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
 "byte-tools",
[[package]]
name = "broadcaster"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c972e21e0d055a36cf73e4daae870941fe7a8abcd5ac3396aab9e4c126bd87"
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-sink",
 "futures-util",
 "parking_lot 0.10.2",
 "slab",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "bs58"
version = "0.3.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "bstr"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
dependencies = [
 "memchr",
[[package]]
name = "bumpalo"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
[[package]]
name = "byte-slice-cast"
Gavin Wood's avatar
Gavin Wood committed
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3"
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "byteorder"
version = "1.3.4"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "bytes"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "either",
 "iovec",
asynchronous rob's avatar
asynchronous rob committed
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "bytes"
Gavin Wood's avatar
Gavin Wood committed
version = "0.5.4"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
[[package]]
name = "c_linked_list"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "cc"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
dependencies = [
 "jobserver",
]

[[package]]
name = "cexpr"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
dependencies = [
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "cfg-if"
version = "0.1.10"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "chacha20-poly1305-aead"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77d2058ba29594f69c75e8a9018e0485e3914ca5084e3613cd64529042f5423b"
dependencies = [
 "constant_time_eq",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "chrono"
version = "0.4.11"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "js-sys",
 "num-integer",
 "num-traits 0.2.12",
 "time",
 "wasm-bindgen",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "clang-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
dependencies = [
 "glob",
 "libc",
 "libloading",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "clap"
version = "2.33.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "ansi_term 0.11.0",
 "atty",
 "bitflags",
 "strsim",
 "textwrap",
 "unicode-width",
 "vec_map",
]

[[package]]
name = "clear_on_drop"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9cc5db465b294c3fa986d5bbb0f3017cd850bff6dd6c52f9ccff8b4d21b7b08"
dependencies = [
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bitflags",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
 "cfg-if",
 "wasm-bindgen",
]

[[package]]
name = "console_log"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e7871d2947441b0fdd8e2bd1ce2a2f75304f896582c0d572162d48290683c48"
 "log 0.4.8",
 "web-sys",
[[package]]
name = "const-random"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a"
 "const-random-macro",
 "proc-macro-hack",
]

[[package]]
name = "const-random-macro"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25e4c606eb459dd29f7c57b2e0879f2b6f14ee130918c2b78ccb58a9624e6c7a"
 "getrandom",
 "proc-macro-hack",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "constant_time_eq"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.5"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
 "core-foundation-sys",
 "libc",
]

[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
name = "cranelift-bforest"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4425bb6c3f3d2f581c650f1a1fdd3196a975490149cf59bea9d34c3bea79eda"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "cranelift-entity",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
name = "cranelift-codegen"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d166b289fd30062ee6de86284750fc3fe5d037c6b864b3326ce153239b0626e1"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "cranelift-bforest",
 "cranelift-codegen-meta",
 "cranelift-codegen-shared",
 "cranelift-entity",
 "gimli 0.20.0",
 "log 0.4.8",
 "serde",
 "target-lexicon",
 "thiserror",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "cranelift-codegen-meta"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02c9fb2306a36d41c5facd4bf3400bc6c157185c43a96eaaa503471c34c5144b"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "cranelift-codegen-shared",
 "cranelift-entity",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "cranelift-codegen-shared"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44e0cfe9b1f97d9f836bca551618106c7d53b93b579029ecd38e73daa7eb689e"
Gavin Wood's avatar
Gavin Wood committed

[[package]]
name = "cranelift-entity"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "926a73c432e5ba9c891171ff50b75e7d992cd76cd271f0a0a0ba199138077472"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "serde",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "cranelift-frontend"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e45f82e3446dd1ebb8c2c2f6a6b0e6cd6cd52965c7e5f7b1b35e9a9ace31ccde"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "cranelift-codegen",
 "log 0.4.8",
 "target-lexicon",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "cranelift-native"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488b5d481bb0996a143e55a9d1739ef425efa20d4a5e5e98c859a8573c9ead9a"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "cranelift-codegen",
 "raw-cpuid",
 "target-lexicon",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "cranelift-wasm"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00aa8dde71fd9fdb1958e7b0ef8f524c1560e2c6165e4ea54bc302b40551c161"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "cranelift-codegen",
 "cranelift-entity",
 "cranelift-frontend",
 "log 0.4.8",
 "serde",
 "thiserror",
 "wasmparser 0.51.4",
Gavin Wood's avatar
Gavin Wood committed
]
name = "crc32fast"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
 "cfg-if",
[[package]]
name = "crossbeam-channel"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061"
dependencies = [
 "crossbeam-utils",
 "maybe-uninit",
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
 "crossbeam-epoch",
 "crossbeam-utils",
 "maybe-uninit",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "autocfg 1.0.0",
 "cfg-if",
 "crossbeam-utils",
 "lazy_static",
 "maybe-uninit",
 "memoffset",
 "scopeguard",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "crossbeam-queue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
 "cfg-if",
 "crossbeam-utils",
 "maybe-uninit",
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
 "autocfg 1.0.0",
 "cfg-if",
 "lazy_static",
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"

[[package]]
name = "crypto-mac"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
dependencies = [
 "generic-array",
 "subtle 1.0.0",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "ct-logs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "curve25519-dalek"
version = "2.1.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "digest",
 "rand_core 0.5.1",
 "subtle 2.2.3",
 "zeroize",
[[package]]
name = "data-encoding"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72aa14c04dfae8dd7d8a2b1cb7ca2152618cd01336dbfe704b8dcbf8d41dbd69"
[[package]]
name = "derive_more"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839"
dependencies = [
 "proc-macro2 0.4.30",
 "quote 0.6.13",
 "rustc_version",
 "syn 0.15.44",
[[package]]
name = "derive_more"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a141330240c921ec6d074a3e188a7c7ef95668bb95e7d44fa0e5778ec2a7afe"
dependencies = [
 "lazy_static",
 "proc-macro2 0.4.30",
 "quote 0.6.13",
 "regex",
 "rustc_version",
 "syn 0.15.44",
[[package]]
name = "derive_more"
version = "0.99.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc655351f820d774679da6cdc23355a93de496867d8203496675162e17b1d671"
dependencies = [
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.31",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "difference"
version = "2.0.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
 "generic-array",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "directories"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "cfg-if",
 "dirs-sys",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "dirs-sys"
version = "0.3.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "libc",
 "redox_users",
 "winapi 0.3.8",
[[package]]
name = "dlmalloc"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35055b1021724f4eb5262eb49130eebff23fc59fc5a14160e05faad8eeb36673"
dependencies = [
]

[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"
dependencies = [
 "quick-error",
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "ed25519-dalek"
Gavin Wood's avatar
Gavin Wood committed
version = "1.0.0-pre.3"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978710b352437433c97b2bff193f2fb1dfd58a093f863dd95e225a19baa599a2"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "clear_on_drop",
 "curve25519-dalek",
 "rand 0.7.3",
 "sha2",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "either"
version = "1.5.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "enum-primitive-derive"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2b90e520ec62c1864c8c78d637acbfe8baf5f63240f2fb8165b8325c07812dd"
dependencies = [
 "num-traits 0.1.43",
 "quote 0.3.15",
 "syn 0.11.11",
]

[[package]]
name = "enum_primitive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
 "num-traits 0.1.43",
[[package]]
name = "enumflags2"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
dependencies = [
 "enumflags2_derive",
]

[[package]]
name = "enumflags2_derive"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
dependencies = [
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.31",
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
 "atty",
 "humantime",
 "log 0.4.8",
 "regex",
 "termcolor",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "environmental"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "516aa8d7a71cb00a1c4146f0798549b93d083d4f189b3ced8f3de6b8f11ee6c4"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "erased-serde"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ca8b296792113e1500fd935ae487be6e00ce318952a6880555554824d6ebf38"
dependencies = [
 "serde",
asynchronous rob's avatar
asynchronous rob committed
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "errno"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [