Skip to content
Snippets Groups Projects
Cargo.lock 349 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.4 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "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.8 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

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

[[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"
Ricardo Rius's avatar
Ricardo Rius committed
version = "1.0.26"
Joshy Orndorff's avatar
Joshy Orndorff committed
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.6"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
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 = [
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "assert_matches"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "async-std"
version = "1.5.0"
Joshy Orndorff's avatar
Joshy Orndorff committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "async-task 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "broadcaster 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "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)",
Ricardo Rius's avatar
Ricardo Rius committed
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "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.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "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.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "async-tls"
version = "0.6.0"
Joshy Orndorff's avatar
Joshy Orndorff committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki-roots 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "atty"
Ricardo Rius's avatar
Ricardo Rius committed
version = "0.2.14"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.67 (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 = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "backtrace"
version = "0.3.45"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "backtrace-sys 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.67 (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"
version = "0.1.33"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.67 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "bindgen"
version = "0.53.1"
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)",
 "env_logger 0.7.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)",
 "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Ricardo Rius's avatar
Ricardo Rius committed
 "log 0.4.8 (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 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hash 1.1.0 (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)",
 "which 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[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)",
 "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[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.4 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "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 = "1.0.0"
Joshy Orndorff's avatar
Joshy Orndorff committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "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"
version = "0.2.11"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

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

[[package]]
name = "byte-slice-cast"
Ricardo Rius's avatar
Ricardo Rius committed
version = "0.3.5"
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.4"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
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.4 (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.4"
Joshy Orndorff's avatar
Joshy Orndorff committed
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"
version = "1.0.50"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "jobserver 0.1.21 (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 = "chacha20-poly1305-aead"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[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.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.11 (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.67 (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)",
Ricardo Rius's avatar
Ricardo Rius committed
 "atty 0.2.14 (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 = [
 "cc 1.0.50 (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.8"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "const-random-macro 0.1.8 (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.8"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "getrandom 0.1.14 (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 = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "core-foundation"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "core-foundation-sys"
version = "0.6.2"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
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"
version = "0.4.2"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

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

[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.7.2 (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)",
 "maybe-uninit 2.0.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)",
 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "crossbeam-queue"
Ricardo Rius's avatar
Ricardo Rius committed
version = "0.2.1"
Joshy Orndorff's avatar
Joshy Orndorff committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Ricardo Rius's avatar
Ricardo Rius committed
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
Joshy Orndorff's avatar
Joshy Orndorff committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "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 = "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.4 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "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.4 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "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.2.0"
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.3"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.16 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
Ricardo Rius's avatar
Ricardo Rius committed
 "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[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.3 (registry+https://github.com/rust-lang/crates.io-index)",
Ricardo Rius's avatar
Ricardo Rius committed
 "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "either"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "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 = [
Ricardo Rius's avatar
Ricardo Rius committed
 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Ricardo Rius's avatar
Ricardo Rius committed
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "environmental"
version = "1.1.1"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "erased-serde"
Ricardo Rius's avatar
Ricardo Rius committed
version = "0.3.10"
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
 "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 = [
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

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

[[package]]
name = "failure_derive"
version = "0.1.7"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "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.2"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "finality-grandpa"
version = "0.11.1"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Ricardo Rius's avatar
Ricardo Rius committed
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.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"
Ricardo Rius's avatar
Ricardo Rius committed
version = "0.5.2"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 2.1.0 (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)",
[[package]]
name = "fixedbitset"
version = "0.2.0"
source = "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)",
 "libc 0.2.67 (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)",
 "miniz_oxide 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[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-alpha.3"
source = "git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943#013c1ee167354a08283fb69915fda56a62fee943"
dependencies = [
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "frame-benchmarking"
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943#013c1ee167354a08283fb69915fda56a62fee943"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "sp-runtime-interface 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

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

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

[[package]]
name = "frame-support"
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943#013c1ee167354a08283fb69915fda56a62fee943"
Joshy Orndorff's avatar
Joshy Orndorff committed
dependencies = [
 "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "frame-metadata 11.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "frame-support-procedural 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Ricardo Rius's avatar
Ricardo Rius committed
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "paste 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-arithmetic 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "sp-inherents 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "sp-state-machine 0.8.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
]

[[package]]
name = "frame-support-procedural"
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943#013c1ee167354a08283fb69915fda56a62fee943"
Joshy Orndorff's avatar
Joshy Orndorff committed
dependencies = [
 "frame-support-procedural-tools 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
]

[[package]]
name = "frame-support-procedural-tools"
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943#013c1ee167354a08283fb69915fda56a62fee943"
Joshy Orndorff's avatar
Joshy Orndorff committed
dependencies = [
 "frame-support-procedural-tools-derive 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
]

[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943#013c1ee167354a08283fb69915fda56a62fee943"
Joshy Orndorff's avatar
Joshy Orndorff committed
dependencies = [
 "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
]

[[package]]
name = "frame-system"
version = "2.0.0-alpha.3"
source = "git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943#013c1ee167354a08283fb69915fda56a62fee943"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
 "frame-support 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "sp-io 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "sp-runtime 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "sp-std 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
 "sp-version 2.0.0-alpha.3 (git+https://github.com/paritytech/substrate.git?rev=013c1ee167354a08283fb69915fda56a62fee943)",
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)",
 "libc 0.2.67 (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.4"
Joshy Orndorff's avatar
Joshy Orndorff committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-executor 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
]

[[package]]
name = "futures-channel"
version = "0.3.4"
Joshy Orndorff's avatar
Joshy Orndorff committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink 0.3.4 (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)",