Newer
Older
[[package]]
name = "rand"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
dependencies = [
"cloudabi 0.0.3",
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
]
[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
dependencies = [
"autocfg 0.1.7",
"libc",
"rand_chacha 0.1.1",
"rand_core 0.4.2",
"rand_hc 0.1.0",
"rand_isaac",
"rand_jitter",
"rand_os",
]
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom",
"libc",
]
[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
dependencies = [
"autocfg 0.1.7",
"rand_core 0.3.1",
]
[[package]]
name = "rand_chacha"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
"rand_core 0.5.1",
]
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
"rand_core 0.4.2",
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
dependencies = [
"libc",
"rand_core 0.4.2",
]
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
dependencies = [
"cloudabi 0.0.3",
"fuchsia-cprng",
"libc",
"rand_core 0.4.2",
"rdrand",
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
dependencies = [
"autocfg 0.1.7",
"rand_core 0.4.2",
]
[[package]]
name = "rand_pcg"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
]
[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "rawpointer"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfd016f0c045ad38b5251be2c9c0ab806917f82da4d36b2a327e5166adad9270"
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf"
"lazy_static",
"num_cpus",
]
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "redox_syscall"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_users"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
dependencies = [
"getrandom",
"redox_syscall",
"rust-argon2",
]
[[package]]
name = "ref-cast"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623"
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144"
dependencies = [
"proc-macro2",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
"byteorder 1.3.4",
"regex-syntax",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
[[package]]
name = "relay-ethereum-client"
version = "0.1.0"
dependencies = [
"ethereum-tx-sign",
"headers-relay",
"hex",
"jsonrpsee",
"log",
"parity-crypto",
"parity-scale-codec",
"relay-utils",
"web3",
]
[[package]]
name = "relay-millau-client"
version = "0.1.0"
dependencies = [
"frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"headers-relay",
"millau-runtime",
"parity-scale-codec",
"relay-substrate-client",
"relay-utils",
"sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "relay-rialto-client"
version = "0.1.0"
dependencies = [
"frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"headers-relay",
"pallet-transaction-payment",
"parity-scale-codec",
"relay-substrate-client",
"relay-utils",
"rialto-runtime",
"sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-keyring 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "relay-substrate-client"
version = "0.1.0"
dependencies = [
"frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"headers-relay",
"jsonrpsee",
"log",
"num-traits",
"parity-scale-codec",
"relay-utils",
"sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Svyatoslav Nikolsky
committed
[[package]]
name = "relay-utils"
version = "0.1.0"
dependencies = [
"async-std",
"backoff",
"futures 0.3.5",
"log",
"substrate-prometheus-endpoint 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Svyatoslav Nikolsky
committed
"sysinfo",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
[[package]]
name = "retain_mut"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e005d658ad26eacc2b6c506dfde519f4e277e328d0eb3379ca61647d70a8f531"
[[package]]
name = "rialto-bridge-node"
version = "0.1.0"
dependencies = [
"frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-benchmarking-cli 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core 15.0.0",
"pallet-message-lane-rpc",
"rialto-runtime",
"sc-basic-authorship 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-cli 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-consensus-aura 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-executor 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-finality-grandpa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-rpc 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-service 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-transaction-pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-consensus-aura 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-finality-grandpa 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"substrate-build-script-utils 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"substrate-frame-rpc-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rialto-runtime"
version = "0.1.0"
dependencies = [
"bp-currency-exchange",
"bp-eth-poa",
"bp-header-chain",
"bp-message-lane",
"frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-executive",
"frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-system-rpc-runtime-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hex-literal 0.3.1",
"libsecp256k1",
"pallet-aura",
"pallet-balances",
"pallet-bridge-call-dispatch",
"pallet-bridge-currency-exchange",
"pallet-bridge-eth-poa",
"pallet-grandpa",
"pallet-message-lane",
"pallet-randomness-collective-flip",
"pallet-session",
"pallet-shift-session-manager",
"pallet-sudo",
"pallet-timestamp",
"pallet-transaction-payment",
"parity-scale-codec",
"serde",
"sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-block-builder 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-consensus-aura 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-offchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-session 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-transaction-pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"substrate-wasm-builder-runner",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba5a8ec64ee89a76c98c549af81ff14813df09c3e6dc4766c3856da48597a0c"
dependencies = [
"cc",
"lazy_static",
"libc",
"spin",
"untrusted",
"web-sys",
]
[[package]]
name = "ripemd160"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad5112e0dbbb87577bfbc56c42450235e3012ce336e29c5befd7807bd626da4a"
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
"opaque-debug 0.2.3",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a7d3f9bed94764eac15b8f14af59fac420c236adaff743b7bcc88e265cb4345"
dependencies = [
"rustc-hex",
]
[[package]]
name = "rocksdb"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d83c02c429044d58474eaf5ae31e062d0de894e21125b47437ec0edc1397e6"
dependencies = [
"libc",
"librocksdb-sys",
]
[[package]]
name = "rpassword"
version = "4.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
dependencies = [
"libc",
[[package]]
name = "rust-argon2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
"blake2b_simd",
"constant_time_eq",
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
[[package]]
name = "rustc-demangle"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc-hex"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver",
]
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
"ring",
"sct",
"webpki",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"
[[package]]
name = "rw-stream-sink"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
dependencies = [
"pin-project",
"static_assertions",
]
[[package]]
name = "ryu"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
name = "safe-mix"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"
dependencies = [
"rustc_version",
]
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
[[package]]
name = "salsa20"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2324b0e8c3bb9a586a571fdb3136f70e7e2c748de00a78043f86e0cff91f91fe"
dependencies = [
"byteorder 1.3.4",
"salsa20-core",
"stream-cipher 0.3.2",
]
[[package]]
name = "salsa20-core"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fe6cc1b9f5a5867853ade63099de70f042f7679e408d1ffe52821c9248e6e69"
dependencies = [
"stream-cipher 0.3.2",
]
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
"sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-proposer-metrics 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"substrate-prometheus-endpoint 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"tokio-executor 0.2.0-alpha.6",
]
[[package]]
name = "sc-basic-authorship"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527f6822cf592ac2b4a6ca7d04601c48d6728b8c03d9a9cc0488e4b535c69c6d"
dependencies = [
"futures 0.3.5",
"futures-timer 3.0.2",
"log",
"parity-scale-codec",
"sc-block-builder 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-proposer-metrics 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-telemetry 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-transaction-pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"substrate-prometheus-endpoint 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.2.0-alpha.6",
]
[[package]]
name = "sc-block-builder"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
]
[[package]]
name = "sc-block-builder"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bee59dc560f30e72ee95c224e3e75299b53b619e659a38af9db2639803c08ee"
"sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-block-builder 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sc-chain-spec"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"parity-scale-codec",
"sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-network 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
"sp-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
]
[[package]]
name = "sc-chain-spec"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d0e4d53e723ee6bad8cadec9651086887d1d920996e1589ee7dfa767a7cba9"
dependencies = [
"impl-trait-for-tuples",
"parity-scale-codec",
"sc-chain-spec-derive 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-network 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-telemetry 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde",
"serde_json",
"sp-chain-spec 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38af2ca789e2d2fa2aa0ec16d27dc648fa4d64ecb10760d2f552b2c86ea7a403"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
dependencies = [
"ansi_term 0.12.1",
"atty",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-informant 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-network 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-service 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-utils 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"substrate-prometheus-endpoint 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
"tracing",
"tracing-log",
"tracing-subscriber",
]
[[package]]
name = "sc-cli"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2ce2952f155bd72b85ff866c588b6bae8f1bc183275f1a7a54eee55535a640"
dependencies = [
"ansi_term 0.12.1",
"atty",
"bip39",
"chrono",
"derive_more",
"fdlimit",
"futures 0.3.5",
"hex",
"lazy_static",
"libp2p",
"log",
"names",
"nix",
"parity-scale-codec",
"parity-util-mem",
"rand 0.7.3",
"regex",
"rpassword",
"sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-informant 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-keystore 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-network 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-service 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-telemetry 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-tracing 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde",
"serde_json",
"sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-keyring 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-panic-handler 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-utils 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"structopt",
"substrate-prometheus-endpoint 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.44",
"tokio 0.2.22",
"tracing",
"tracing-log",
"tracing-subscriber",
]
[[package]]
name = "sc-client-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"parking_lot 0.10.2",
"sc-executor 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-database 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-storage 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-trie 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-utils 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"substrate-prometheus-endpoint 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
]
[[package]]
name = "sc-client-api"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fafb2b2861e847657c4656d2ae2249c9f3f6a76fb92a22f750325b77e1fb4c8"
"parking_lot 0.10.2",
"sc-executor 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-telemetry 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-database 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-externalities 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-keyring 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-storage 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-transaction-pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-trie 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-utils 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"substrate-prometheus-endpoint 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"hash-db",
"kvdb",
"kvdb-memorydb",
"kvdb-rocksdb",
"linked-hash-map",
"parking_lot 0.10.2",
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-executor 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sc-state-db 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-database 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-trie 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"substrate-prometheus-endpoint 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
]
[[package]]
name = "sc-client-db"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bc82e81fafb162ceda7635932c8b5d65b8bc7b021e49546ab913e2e2458524d"
dependencies = [
"blake2-rfc",
"hash-db",
"kvdb",
"kvdb-memorydb",
"kvdb-rocksdb",
"linked-hash-map",
"log",
"parity-db",
"parity-scale-codec",
"parity-util-mem",
"parking_lot 0.10.2",
"sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-executor 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-state-db 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-arithmetic 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-database 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-trie 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"substrate-prometheus-endpoint 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "sc-consensus"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",