Newer
Older
name = "sc-consensus-uncles"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"log 0.4.8",
"sc-client-api",
"sp-authorship",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-runtime",
name = "sc-executor"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"lazy_static",
"libsecp256k1",
"log 0.4.8",
"parity-scale-codec",
"parity-wasm",
"parking_lot 0.10.2",
"sc-executor-common",
"sc-executor-wasmi",
"sc-executor-wasmtime",
"sp-core",
"sp-externalities",
"sp-io",
"sp-panic-handler",
"sp-runtime-interface",
"sp-serializer",
"sp-trie",
"sp-version",
"sp-wasm-interface",
"wasmi",
]
[[package]]
name = "sc-executor-common"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"log 0.4.8",
"parity-scale-codec",
"sp-allocator",
"sp-core",
"sp-runtime-interface",
"sp-serializer",
"sp-wasm-interface",
"wasmi",
]
[[package]]
name = "sc-executor-wasmi"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"log 0.4.8",
"parity-scale-codec",
"sc-executor-common",
"sp-allocator",
"sp-core",
"sp-runtime-interface",
"sp-wasm-interface",
"wasmi",
]
[[package]]
name = "sc-executor-wasmtime"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"cranelift-codegen",
"cranelift-wasm",
"log 0.4.8",
"parity-scale-codec",
"parity-wasm",
"sc-executor-common",
"scoped-tls",
"sp-allocator",
"sp-core",
"sp-runtime-interface",
"sp-wasm-interface",
"substrate-wasmtime",
"substrate-wasmtime-runtime",
"wasmtime-environ",
[[package]]
name = "sc-finality-grandpa"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
dependencies = [
"assert_matches",
"futures-timer 3.0.2",
"log 0.4.8",
"parity-scale-codec",
"parking_lot 0.10.2",
"pin-project",
"rand 0.7.3",
"sc-block-builder",
"sc-client-api",
"sc-keystore",
"sc-network",
"sc-network-gossip",
"sc-telemetry",
"serde_json",
"sp-api",
"sp-arithmetic",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-finality-grandpa",
"sp-finality-tracker",
"sp-inherents",
"sp-runtime",
[[package]]
name = "sc-finality-grandpa-rpc"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",
"log 0.4.8",
"sc-finality-grandpa",
"serde",
"serde_json",
]
[[package]]
name = "sc-informant"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"sc-client-api",
"sc-network",
"sp-blockchain",
"sp-runtime",
name = "sc-keystore"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"parking_lot 0.10.2",
"rand 0.7.3",
"serde_json",
"sp-application-crypto",
"sp-core",
]
[[package]]
name = "sc-light"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
dependencies = [
"hash-db",
"lazy_static",
"parity-scale-codec",
"parking_lot 0.10.2",
"sc-client-api",
"sc-executor",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-externalities",
"sp-runtime",
"sp-state-machine",
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"either",
"erased-serde",
"fnv",
"fork-tree",
"futures_codec 0.3.4",
"libp2p",
"linked-hash-map",
"linked_hash_set",
"log 0.4.8",
"lru",
"nohash-hasher",
"parity-scale-codec",
"parking_lot 0.10.2",
"pin-project",
"prost",
"prost-build",
"rand 0.7.3",
"sc-block-builder",
"sc-client-api",
"sc-peerset",
"serde",
"serde_json",
"slog",
"slog_derive",
"smallvec 0.6.13",
"sp-arithmetic",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
"substrate-prometheus-endpoint",
"thiserror",
"unsigned-varint 0.3.3",
"void",
"wasm-timer",
"zeroize",
[[package]]
name = "sc-network-gossip"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"futures-timer 3.0.2",
"libp2p",
"log 0.4.8",
"lru",
"sc-network",
"sp-runtime",
"wasm-timer",
[[package]]
name = "sc-network-test"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"futures-timer 3.0.2",
"libp2p",
"log 0.4.8",
"parking_lot 0.10.2",
"rand 0.7.3",
"sc-block-builder",
"sc-client-api",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-runtime",
"substrate-test-runtime",
"substrate-test-runtime-client",
"tempfile",
name = "sc-offchain"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
dependencies = [
"bytes 0.5.4",
"fnv",
"hyper-rustls",
"log 0.4.8",
"num_cpus",
"parity-scale-codec",
"parking_lot 0.10.2",
"rand 0.7.3",
"sc-client-api",
"sc-keystore",
"sc-network",
"sp-api",
"sp-core",
"sp-offchain",
"sp-runtime",
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"libp2p",
"log 0.4.8",
"serde_json",
[[package]]
name = "sc-proposer-metrics"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
dependencies = [
"log 0.4.8",
"substrate-prometheus-endpoint",
]
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"hash-db",
"jsonrpc-core",
"jsonrpc-pubsub",
"log 0.4.8",
"parity-scale-codec",
"parking_lot 0.10.2",
"sc-block-builder",
"sc-client-api",
"sc-executor",
"sc-keystore",
"sc-rpc-api",
"serde_json",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-offchain",
"sp-rpc",
"sp-runtime",
"sp-session",
"sp-state-machine",
"sp-transaction-pool",
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",
"jsonrpc-pubsub",
"log 0.4.8",
"parity-scale-codec",
"parking_lot 0.10.2",
"sp-core",
"sp-rpc",
"sp-runtime",
"sp-transaction-pool",
"sp-version",
name = "sc-rpc-server"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"jsonrpc-core",
"jsonrpc-http-server",
"jsonrpc-pubsub",
"jsonrpc-ws-server",
"log 0.4.8",
"serde",
"serde_json",
"sp-runtime",
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"directories",
"jsonrpc-pubsub",
"parity-multiaddr 0.7.3",
"parity-scale-codec",
"parity-util-mem",
"parking_lot 0.10.2",
"sc-chain-spec",
"sc-client-api",
"sc-client-db",
"sc-executor",
"sc-network",
"sc-offchain",
"sc-rpc",
"sc-rpc-server",
"sc-telemetry",
"sc-tracing",
"sc-transaction-pool",
"serde",
"serde_json",
"slog",
"sp-api",
"sp-application-crypto",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-io",
"sp-runtime",
"sp-session",
"substrate-prometheus-endpoint",
"sysinfo",
"tempfile",
name = "sc-state-db"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"log 0.4.8",
"parity-scale-codec",
"parity-util-mem",
"parity-util-mem-derive",
"parking_lot 0.10.2",
name = "sc-telemetry"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"futures-timer 3.0.2",
"libp2p",
"log 0.4.8",
"parking_lot 0.10.2",
"pin-project",
"rand 0.7.3",
"serde",
"slog",
"slog-json",
"slog-scope",
"take_mut",
"void",
"wasm-timer",
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"parking_lot 0.10.2",
"sc-telemetry",
"serde",
"serde_json",
"slog",
name = "sc-transaction-graph"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"linked-hash-map",
"log 0.4.8",
"parity-util-mem",
"parking_lot 0.10.2",
"serde",
"sp-blockchain",
"sp-core",
"sp-runtime",
"sp-transaction-pool",
name = "sc-transaction-pool"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"intervalier",
"log 0.4.8",
"parity-scale-codec",
"parity-util-mem",
"parking_lot 0.10.2",
"sc-client-api",
"sc-transaction-graph",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-runtime",
]
[[package]]
name = "schannel"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"
"arrayref",
"arrayvec 0.5.1",
"curve25519-dalek",
"getrandom",
"merlin",
"rand 0.7.3",
"rand_core 0.5.1",
"sha2",
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scroll"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1"
name = "scroll_derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e367622f934864ffa1c704ba2b82280aab856e3d8213c84c5720257eb34b15b9"
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
]
[[package]]
name = "sct"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
[[package]]
name = "security-framework"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
"bitflags",
"core-foundation",
"core-foundation-sys",
]
[[package]]
name = "security-framework-sys"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
name = "send_wrapper"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0eddf2e8f50ced781f288c19f18621fa72a3779e3cb58dbf23b07469b0abeb4"
[[package]]
name = "send_wrapper"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "686ef91cf020ad8d4aca9a7047641fd6add626b7b89e14546c2b6a76781cf822"
[[package]]
name = "send_wrapper"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0"
[[package]]
name = "serde"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243"
name = "serde_derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf0343ce212ac0d3d6afd9391ac8e9c9efe06b533c8d33f660f6390cc4093f57"
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
name = "sha3"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"
"block-buffer",
"byte-tools",
"digest",
"keccak",
"opaque-debug",
name = "shared_memory"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf3ab0cdff84d6c66fc9e268010ea6508e58ee942575afb66f2cf194bb218bb4"
"cfg-if",
"enum_primitive",
"libc",
"log 0.4.8",
"memrange",
"nix 0.10.0",
"quick-error",
"rand 0.4.6",
"shared_memory_derive",
"theban_interval_tree",
"winapi 0.3.8",
[[package]]
name = "shared_memory_derive"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "767a14f1304be2f0b04e69860252f8ae9cfae0afaa9cc07b675147c43425dd3a"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
[[package]]
name = "signal-hook-registry"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "slog"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cc9c640a4adbfbcc11ffb95efe5aa7af7309e002adab54b185507dbf2377b99"
name = "slog-json"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddc0d2aff1f8f325ef660d9a0eb6e6dcd20b30b3f581a5897f58bf42d061c37a"
"chrono",
"erased-serde",
"serde",
"serde_json",
"slog",
name = "slog-scope"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c44c89dd8b0ae4537d1ae318353eaf7840b4869c536e31c41e963d1ea523ee6"
"arc-swap",
"lazy_static",
"slog",
name = "slog_derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a945ec7f7ce853e89ffa36be1e27dce9a43e82ff9093bf3461c30d5da74ed11b"
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
name = "smallvec"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
[[package]]
name = "snow"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce0f91be479494dd92e69d9971bd23ed27037dd1c94fcf558f6c6e74e6afa654"
"aes-gcm",
"blake2",
"chacha20poly1305",
"rand 0.7.3",
"rand_core 0.5.1",
"ring",
"rustc_version",
"sha2",
[[package]]
name = "socket2"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"winapi 0.3.8",
]
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85457366ae0c6ce56bf05a958aef14cd38513c236568618edbcd9a8c52cb80b0"
"base64 0.12.2",
"httparse",
"log 0.4.8",
"rand 0.7.3",
"sha-1",
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"log 0.4.8",
"sp-core",
"sp-std",
"sp-wasm-interface",
[[package]]
name = "sp-api"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"hash-db",
"parity-scale-codec",
"sp-api-proc-macro",
"sp-core",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-version",
name = "sp-api-proc-macro"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"proc-macro2 1.0.18",
"quote 1.0.7",
"syn 1.0.31",
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"parity-scale-codec",
"serde",
"sp-core",
"sp-io",
"sp-std",
name = "sp-arithmetic"
source = "git+https://github.com/paritytech/substrate#ec2ab7978a54e7f20af2f9ac12bde7719bb744fb"
"parity-scale-codec",
"serde",
"sp-debug-derive",
"sp-std",
name = "sp-authority-discovery"