Skip to content
Snippets Groups Projects
Cargo.lock 330 KiB
Newer Older
Shawn Tabrizi's avatar
Shawn Tabrizi committed
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "adler32"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "aes-ctr"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "aes-soft 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "aesni 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "ctr 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "aes-soft"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "aesni"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "ahash"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.2.18"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "const-random 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "aho-corasick"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "anyhow"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "app_dirs"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "arc-swap"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.4.4"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "arrayref"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "arrayvec"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
version = "0.4.12"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "asn1_der"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
version = "0.6.3"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "asn1_der_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "asn1_der_derive"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
version = "0.1.2"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "async-std"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "async-task 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "broadcaster 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "async-task"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "atty"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "autocfg"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.1.7"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "backtrace"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
version = "0.3.40"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "backtrace-sys"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
version = "0.1.32"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "base58"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "bindgen"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.49.4"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "bitflags"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
version = "1.2.1"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bitmask"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bitvec"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.15.2"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "blake2"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "blake2-rfc"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "block-cipher-trait"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "block-padding"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.1.5"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "broadcaster"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "bs58"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "bs58"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "bstr"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "bumpalo"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "byte-slice-cast"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.3.4"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "byteorder"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "byteorder"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "bytes"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "bytes"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "c2-chacha"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.2.3"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "c_linked_list"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "cc"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "1.0.48"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "cexpr"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.3.6"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cfg-if"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "chrono"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.4.10"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "clang-sys"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.28.1"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "clap"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
version = "2.33.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "clear_on_drop"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "const-random"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "const-random-macro 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "const-random-macro"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "constant_time_eq"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "crc32fast"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "crossbeam-channel"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.4.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "crossbeam-deque"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.7.2"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "crossbeam-epoch"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.8.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "crossbeam-queue"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "crossbeam-utils"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "crossbeam-utils"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "crypto-mac"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.7.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
Joshy Orndorff's avatar
Joshy Orndorff committed
name = "ct-logs"
version = "0.6.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "ctr"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "ctrlc"
version = "3.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "cuckoofilter"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "curve25519-dalek"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
Joshy Orndorff's avatar
Joshy Orndorff committed
name = "curve25519-dalek"
version = "2.0.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Joshy Orndorff's avatar
Joshy Orndorff committed
dependencies = [
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
Shawn Tabrizi's avatar
Shawn Tabrizi committed

[[package]]
Joshy Orndorff's avatar
Joshy Orndorff committed
name = "data-encoding"
version = "2.1.2"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
Joshy Orndorff's avatar
Joshy Orndorff committed
name = "derive_more"
version = "0.99.2"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "doc-comment"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "ed25519-dalek"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "1.0.0-pre.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "curve25519-dalek 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "either"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "elastic-array"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.10.3"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "env_logger"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "environmental"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "erased-serde"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "exit-future"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.2.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "failure"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
version = "0.1.6"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "failure_derive"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
version = "0.1.6"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "fdlimit"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "finality-grandpa"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.10.2"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "fixed-hash"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.5.1"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "flate2"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "1.0.13"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
Joshy Orndorff's avatar
Joshy Orndorff committed
name = "fork-tree"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
Joshy Orndorff's avatar
Joshy Orndorff committed
name = "frame-executive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]
Shawn Tabrizi's avatar
Shawn Tabrizi committed

[[package]]
Joshy Orndorff's avatar
Joshy Orndorff committed
name = "frame-metadata"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]

[[package]]
name = "frame-support"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "frame-metadata 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-support-procedural 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "frame-support-procedural"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "frame-support-procedural-tools 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "frame-support-procedural-tools"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "frame-support-procedural-tools-derive 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "frame-system"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
version = "2.0.0"
Joshy Orndorff's avatar
Joshy Orndorff committed
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "fs-swap"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "futures"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "futures"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "futures-channel"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "futures-channel-preview"
version = "0.3.0-alpha.19"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "futures-core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "futures-core-preview"
version = "0.3.0-alpha.19"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",