Newer
Older
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
"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",
]
name = "rand_distr"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"
dependencies = [
"rand 0.7.3",
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
]
[[package]]
name = "rand_pcg"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
name = "raw-cpuid"
version = "7.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
"bitflags",
"cc",
"rustc_version",
[[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"
"crossbeam-utils 0.7.2",
"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",
[[package]]
name = "regalloc"
version = "0.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ba8aaf5fe7cf307c6dbdaeed85478961d29e25e3bee5169e11b92fa9f027a8"
dependencies = [
"log",
"rustc-hash",
"smallvec 1.5.0",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
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 = [
"regex-syntax",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
[[package]]
name = "region"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
dependencies = [
"bitflags",
"libc",
"mach",
"winapi 0.3.9",
]
[[package]]
name = "relay-ethereum-client"
version = "0.1.0"
dependencies = [
"hex-literal 0.3.1",
"log",
"parity-scale-codec",
"relay-utils",
"web3",
]
[[package]]
name = "relay-kusama-client"
version = "0.1.0"
dependencies = [
"bp-kusama",
"frame-support",
"frame-system",
"headers-relay",
"pallet-transaction-payment",
"parity-scale-codec",
"relay-substrate-client",
"relay-utils",
"sp-core",
"sp-keyring",
"sp-runtime",
]
[[package]]
name = "relay-millau-client"
version = "0.1.0"
dependencies = [
"frame-system",
"headers-relay",
"millau-runtime",
"pallet-transaction-payment",
"parity-scale-codec",
"relay-substrate-client",
"relay-utils",
"sp-core",
[[package]]
name = "relay-polkadot-client"
version = "0.1.0"
dependencies = [
"bp-polkadot",
"frame-support",
"frame-system",
"headers-relay",
"pallet-transaction-payment",
"parity-scale-codec",
"relay-substrate-client",
"relay-utils",
"sp-core",
"sp-keyring",
"sp-runtime",
]
[[package]]
name = "relay-rialto-client"
version = "0.1.0"
dependencies = [
"frame-system",
"headers-relay",
"pallet-transaction-payment",
"parity-scale-codec",
"relay-substrate-client",
"relay-utils",
"rialto-runtime",
"sp-core",
"sp-keyring",
"sp-runtime",
]
[[package]]
name = "relay-substrate-client"
version = "0.1.0"
dependencies = [
"frame-support",
"frame-system",
"headers-relay",
"jsonrpsee",
"log",
"num-traits",
"parity-scale-codec",
"relay-utils",
"sp-core",
"sp-runtime",
Svyatoslav Nikolsky
committed
[[package]]
name = "relay-utils"
version = "0.1.0"
dependencies = [
"ansi_term 0.12.1",
Svyatoslav Nikolsky
committed
"async-std",
"backoff",
"env_logger 0.7.1",
Svyatoslav Nikolsky
committed
"log",
Svyatoslav Nikolsky
committed
"substrate-prometheus-endpoint",
"sysinfo",
Svyatoslav Nikolsky
committed
]
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 = [
"bp-message-lane",
"bp-runtime",
"frame-benchmarking",
"frame-benchmarking-cli",
"pallet-message-lane-rpc",
"rialto-runtime",
"sc-basic-authorship",
"sc-cli",
"sc-client-api",
"sc-consensus",
"sc-consensus-aura",
"sc-executor",
"sc-finality-grandpa",
"sc-finality-grandpa-rpc",
"sc-rpc",
"sc-service",
"sc-transaction-pool",
"sp-consensus",
"sp-consensus-aura",
"sp-core",
"sp-finality-grandpa",
"sp-inherents",
"sp-runtime",
"structopt",
"substrate-build-script-utils",
"substrate-frame-rpc-system",
"vergen",
]
[[package]]
name = "rialto-runtime"
version = "0.1.0"
dependencies = [
"bp-currency-exchange",
"bp-eth-poa",
"bp-header-chain",
Svyatoslav Nikolsky
committed
"bp-message-dispatch",
"bp-message-lane",
Svyatoslav Nikolsky
committed
"bp-runtime",
"bridge-runtime-common",
"frame-benchmarking",
"frame-executive",
"frame-support",
"frame-system",
"frame-system-rpc-runtime-api",
"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-substrate-bridge",
"pallet-sudo",
"pallet-timestamp",
"pallet-transaction-payment",
"parity-scale-codec",
"serde",
"sp-api",
"sp-block-builder",
"sp-consensus-aura",
"sp-core",
"sp-finality-grandpa",
"sp-inherents",
"sp-io",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-std",
"sp-transaction-pool",
Svyatoslav Nikolsky
committed
"sp-trie",
"sp-version",
"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",
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d755237fc0f99d98641540e66abac8bc46a0652f19148ac9e21de2da06b326c9"
[[package]]
name = "rust-argon2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils 0.7.2",
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
[[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]]
name = "rustls"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b25a18b1bf7387f0145e7f8324e700805aade3842dd3db2e74e4cdeb4677c09e"
dependencies = [
"base64 0.10.1",
"log",
"ring",
"sct",
"webpki",
]
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"
"security-framework",
[[package]]
name = "rw-stream-sink"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
dependencies = [
"pin-project 0.4.24",
"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 = "salsa20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f47b10fa80f6969bbbd9c8e7cc998f082979d402a9e10579e2303a87955395"
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
"parity-scale-codec",
"sc-block-builder",
"sc-client-api",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-runtime",
]
[[package]]
name = "sc-block-builder"
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
dependencies = [
"parity-scale-codec",
"sc-client-api",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
"sp-state-machine",
]
[[package]]
name = "sc-chain-spec"
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
"sc-consensus-babe",
"sc-consensus-epochs",
"sc-finality-grandpa",
"sc-network",
"sc-telemetry",
"serde",
"serde_json",
"sp-core",
"sp-runtime",
]
[[package]]
name = "sc-chain-spec-derive"
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
dependencies = [
"atty",
"chrono",
"fdlimit",
"parity-scale-codec",
"rand 0.7.3",
"sc-network",
"sc-service",
"sc-telemetry",
"sc-tracing",
"sp-blockchain",
"sp-core",
"sp-panic-handler",
"sp-runtime",
"sp-version",
"thiserror",
"tiny-bip39",
"tokio 0.2.22",
"tracing",
"tracing-log",
"tracing-subscriber",
[[package]]
name = "sc-cli-proc-macro"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
"parking_lot 0.10.2",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-externalities",
"sp-inherents",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-storage",
"sp-trie",
"sp-version",
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
"hash-db",
"kvdb",
"kvdb-memorydb",
"kvdb-rocksdb",
"linked-hash-map",
"parking_lot 0.10.2",
"sc-client-api",
"sc-executor",
"sc-state-db",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
"sp-state-machine",
"sp-trie",
[[package]]
name = "sc-consensus"
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
dependencies = [
"sc-client-api",
"sp-blockchain",
"sp-consensus",
"sp-runtime",
]
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
"parking_lot 0.10.2",
"sc-client-api",
"sc-consensus-slots",
"sc-telemetry",
"sp-api",
"sp-application-crypto",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-version",
[[package]]
name = "sc-consensus-babe"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
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
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
dependencies = [
"derive_more",
"fork-tree",
"futures 0.3.8",
"futures-timer 3.0.2",
"log",
"merlin",
"num-bigint",
"num-rational",
"num-traits",
"parity-scale-codec",
"parking_lot 0.10.2",
"pdqselect",
"rand 0.7.3",
"retain_mut",
"sc-client-api",
"sc-consensus-epochs",
"sc-consensus-slots",
"sc-consensus-uncles",
"sc-keystore",
"sc-telemetry",
"schnorrkel",
"serde",
"sp-api",
"sp-application-crypto",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-consensus-vrf",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keystore",
"sp-runtime",
"sp-timestamp",
"sp-utils",
"sp-version",
"substrate-prometheus-endpoint",
]
[[package]]
name = "sc-consensus-epochs"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
dependencies = [
"fork-tree",
"parity-scale-codec",
"parking_lot 0.10.2",
"sc-client-api",
"sp-blockchain",
"sp-runtime",
]
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
"parking_lot 0.10.2",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-runtime",
"sp-state-machine",
]
[[package]]
name = "sc-consensus-uncles"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
dependencies = [
"log",
"sc-client-api",
"sp-authorship",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-runtime",
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
dependencies = [
"derive_more",
"lazy_static",
"libsecp256k1",
"parking_lot 0.10.2",
"sc-executor-wasmtime",
"sp-api",
"sp-core",
"sp-externalities",
"sp-io",
"sp-panic-handler",
"sp-runtime-interface",
"sp-trie",
"sp-version",
"sp-wasm-interface",
"wasmi",
]
[[package]]
name = "sc-executor-common"
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
dependencies = [
"derive_more",
"parity-scale-codec",
"sp-core",
"sp-wasm-interface",
"wasmi",
]
[[package]]
name = "sc-executor-wasmi"
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
"parity-scale-codec",
"sc-executor-common",
"sp-allocator",
"sp-core",
"sp-runtime-interface",
"sp-wasm-interface",
[[package]]
name = "sc-executor-wasmtime"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?branch=master#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
dependencies = [
"log",
"parity-scale-codec",
"parity-wasm",
"pwasm-utils",
"sc-executor-common",
"scoped-tls",
"sp-allocator",
"sp-core",
"sp-runtime-interface",
"sp-wasm-interface",
"wasmtime",
]
source = "git+https://github.com/paritytech/substrate.git#9d843c3e1b05c0ddfa2469277f5b522f7d57f612"
"finality-grandpa",