Newer
Older
"sp-consensus-slots",
"sp-core",
"sp-inherents",
"sp-runtime",
"sp-state-machine",
"substrate-test-runtime-client",
]
[[package]]
name = "sc-executor"
"assert_matches",
"criterion 0.4.0",
"env_logger 0.9.3",
"num_cpus",
"parity-scale-codec",
"parking_lot 0.12.1",
"paste",
"regex",
"sc-executor-common",
"sc-executor-wasmtime",
"sc-runtime-test",
"sc-tracing",
"schnellru",
"sp-api",
"sp-core",
"sp-crypto-hashing",
"sp-externalities 0.25.0",
"sp-io",
"sp-maybe-compressed-blob",
"sp-panic-handler",
"sp-runtime",
"sp-runtime-interface 24.0.0",
"sp-wasm-interface 20.0.0",
"substrate-test-runtime",
"tempfile",
"tracing",
"tracing-subscriber 0.2.25",
"wat",
]
[[package]]
name = "sc-executor-common"
dependencies = [
"sc-allocator",
"sp-maybe-compressed-blob",
"sp-wasm-interface 20.0.0",
]
[[package]]
name = "sc-executor-wasmtime"
dependencies = [
"anyhow",
"cargo_metadata",
"cfg-if",
"libc",
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"paste",
"rustix 0.36.15",
"sc-allocator",
"sc-executor-common",
"sc-runtime-test",
"sp-io",
"sp-runtime-interface 24.0.0",
"sp-wasm-interface 20.0.0",
"tempfile",
"wasmtime",
"wat",
]
[[package]]
name = "sc-informant"
dependencies = [
"ansi_term",
"futures",
"futures-timer",
"log",
"sc-client-api",
"sc-network",
"sc-network-common",
"sc-network-sync",
"sp-blockchain",
"sp-runtime",
]
[[package]]
name = "sc-keystore"
"parking_lot 0.12.1",
"serde_json",
"sp-application-crypto",
"sp-core",
"sp-keystore",
"tempfile",
"thiserror",
]
dependencies = [
"array-bytes 4.2.0",
"arrayvec 0.7.4",
"blake2 0.10.6",
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
"futures",
"futures-timer",
"libp2p-identity",
"log",
"mixnet",
"multiaddr",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-client-api",
"sc-network",
"sc-transaction-pool-api",
"sp-api",
"sp-consensus",
"sp-core",
"sp-keystore",
"sp-mixnet",
"sp-runtime",
"thiserror",
]
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
16162
16163
16164
"assert_matches",
"async-channel",
"async-trait",
"asynchronous-codec",
"bytes",
"either",
"fnv",
"futures",
"futures-timer",
"ip_network",
"libp2p",
"linked_hash_set",
"log",
"mockall",
"multistream-select",
"parity-scale-codec",
"parking_lot 0.12.1",
"partial_sort",
"pin-project",
"sc-client-api",
"sc-network-common",
"sc-network-light",
"sc-network-sync",
"sc-utils",
"serde",
"serde_json",
"smallvec",
"sp-arithmetic",
"sp-blockchain",
"sp-core",
"sp-runtime",
"sp-test-primitives",
"substrate-prometheus-endpoint",
"substrate-test-runtime",
"substrate-test-runtime-client",
"tempfile",
"thiserror",
"tokio",
"tokio-test",
"tokio-util",
"unsigned-varint",
"wasm-timer",
"zeroize",
]
[[package]]
name = "sc-network-bitswap"
dependencies = [
"async-channel",
"cid",
"futures",
"libp2p-identity",
"log",
"prost-build",
"sc-block-builder",
"sc-client-api",
"sc-consensus",
"sc-network",
"sp-blockchain",
"sp-consensus",
"sp-crypto-hashing",
"sp-runtime",
"substrate-test-runtime",
"substrate-test-runtime-client",
"thiserror",
"tokio",
"unsigned-varint",
]
[[package]]
name = "sc-network-common"
dependencies = [
"async-trait",
"bitflags 1.3.2",
"futures",
"libp2p-identity",
"parity-scale-codec",
"prost-build",
"sc-consensus",
"sp-consensus",
"sp-consensus-grandpa",
"sp-runtime",
"tempfile",
]
[[package]]
name = "sc-network-gossip"
"ahash 0.8.8",
"futures",
"futures-timer",
"libp2p",
"log",
"quickcheck",
"sc-network",
"sc-network-common",
"sc-network-sync",
"schnellru",
"sp-runtime",
"substrate-prometheus-endpoint",
"substrate-test-runtime-client",
"tokio",
"tracing",
]
[[package]]
name = "sc-network-light"
"async-channel",
"futures",
"libp2p-identity",
"log",
"parity-scale-codec",
"prost-build",
"sc-client-api",
"sc-network",
"sp-blockchain",
"sp-core",
"sp-runtime",
"thiserror",
]
[[package]]
name = "sc-network-statement"
"async-channel",
"futures",
"libp2p",
"log",
"parity-scale-codec",
"sc-network",
"sc-network-common",
"sc-network-sync",
"sp-consensus",
"sp-statement-store",
"substrate-prometheus-endpoint",
]
[[package]]
name = "sc-network-sync"
"async-channel",
"async-trait",
"fork-tree",
"futures",
"futures-timer",
"libp2p",
"log",
"mockall",
"parity-scale-codec",
16313
16314
16315
16316
16317
16318
16319
16320
16321
16322
16323
16324
16325
16326
16327
16328
16329
"prost-build",
"quickcheck",
"sc-block-builder",
"sc-client-api",
"sc-consensus",
"sc-network",
"sc-network-common",
"sc-utils",
"schnellru",
"smallvec",
"sp-arithmetic",
"sp-blockchain",
"sp-consensus",
"sp-consensus-grandpa",
"sp-core",
"sp-runtime",
"sp-test-primitives",
"substrate-prometheus-endpoint",
"substrate-test-runtime-client",
"thiserror",
"tokio",
Dmitry Markin
committed
"tokio-stream",
]
[[package]]
name = "sc-network-test"
version = "0.8.0"
dependencies = [
"async-trait",
"futures",
"futures-timer",
"libp2p",
"log",
"parking_lot 0.12.1",
"sc-block-builder",
"sc-client-api",
"sc-consensus",
"sc-network",
"sc-network-common",
"sc-network-light",
"sc-network-sync",
"sc-service",
"sc-utils",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
"substrate-test-runtime",
"substrate-test-runtime-client",
"tokio",
]
[[package]]
name = "sc-network-transactions"
"futures",
"libp2p",
"log",
"parity-scale-codec",
"sc-network",
"sc-network-common",
"sc-network-sync",
"sc-utils",
"sp-consensus",
"sp-runtime",
"substrate-prometheus-endpoint",
]
[[package]]
name = "sc-offchain"
"bytes",
"fnv",
"futures",
"futures-timer",
"hyper",
"hyper-rustls",
"lazy_static",
"libp2p",
"log",
"num_cpus",
"once_cell",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-block-builder",
"sc-client-api",
"sc-client-db",
"sc-network",
"sc-network-common",
"sc-transaction-pool",
"sc-transaction-pool-api",
"sc-utils",
"sp-api",
"sp-consensus",
"sp-core",
"sp-externalities 0.25.0",
"sp-keystore",
"sp-offchain",
"sp-runtime",
"substrate-test-runtime-client",
"threadpool",
"tokio",
"tracing",
]
[[package]]
name = "sc-proposer-metrics"
dependencies = [
"log",
"substrate-prometheus-endpoint",
]
[[package]]
name = "sc-rpc"
dependencies = [
"assert_matches",
"env_logger 0.9.3",
"futures",
"jsonrpsee",
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"pretty_assertions",
"sc-block-builder",
"sc-chain-spec",
"sc-client-api",
"sc-network",
"sc-network-common",
"sc-rpc-api",
"sc-tracing",
"sc-transaction-pool",
"sc-transaction-pool-api",
"sc-utils",
"serde_json",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-crypto-hashing",
"sp-io",
"sp-keystore",
"sp-offchain",
"sp-rpc",
"sp-runtime",
"sp-session",
"sp-statement-store",
"sp-version",
"substrate-test-runtime-client",
"tokio",
"tracing-subscriber 0.3.18",
dependencies = [
"jsonrpsee",
"parity-scale-codec",
"sc-chain-spec",
"sc-transaction-pool-api",
"scale-info",
"serde",
"serde_json",
"sp-core",
"sp-rpc",
"sp-runtime",
"sp-version",
"thiserror",
]
[[package]]
name = "sc-rpc-server"
"futures",
"hyper",
"pin-project",
"serde_json",
"substrate-prometheus-endpoint",
"tokio",
"tower",
"tower-http",
]
[[package]]
name = "sc-rpc-spec-v2"
"assert_matches",
"futures",
"futures-util",
"hex",
"jsonrpsee",
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"pretty_assertions",
Alexandru Vasile
committed
"rand",
"sc-block-builder",
"sc-chain-spec",
"sc-client-api",
"sc-rpc",
Alexandru Vasile
committed
"sc-transaction-pool",
"sc-transaction-pool-api",
"sc-utils",
"serde",
"serde_json",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-externalities 0.25.0",
"sp-rpc",
"sp-runtime",
"sp-version",
"substrate-test-runtime",
"substrate-test-runtime-client",
Alexandru Vasile
committed
"substrate-test-runtime-transaction-pool",
"thiserror",
"tokio",
"tokio-stream",
]
[[package]]
name = "sc-runtime-test"
version = "2.0.0"
dependencies = [
"sp-core",
"sp-io",
"sp-runtime",
"sp-runtime-interface 24.0.0",
"sp-std 14.0.0",
"substrate-wasm-builder",
]
[[package]]
name = "sc-service"
dependencies = [
"async-trait",
"directories",
"exit-future",
"futures",
"futures-timer",
"jsonrpsee",
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"pin-project",
16582
16583
16584
16585
16586
16587
16588
16589
16590
16591
16592
16593
16594
16595
16596
16597
16598
16599
16600
16601
16602
16603
16604
16605
16606
16607
16608
16609
"sc-chain-spec",
"sc-client-api",
"sc-client-db",
"sc-consensus",
"sc-executor",
"sc-informant",
"sc-keystore",
"sc-network",
"sc-network-bitswap",
"sc-network-common",
"sc-network-light",
"sc-network-sync",
"sc-network-transactions",
"sc-rpc",
"sc-rpc-server",
"sc-rpc-spec-v2",
"sc-sysinfo",
"sc-telemetry",
"sc-tracing",
"sc-transaction-pool",
"sc-transaction-pool-api",
"sc-utils",
"serde",
"serde_json",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-externalities 0.25.0",
"sp-keystore",
"sp-runtime",
"sp-session",
"sp-state-machine",
"sp-transaction-pool",
"sp-transaction-storage-proof",
"sp-trie",
"sp-version",
"substrate-prometheus-endpoint",
"substrate-test-runtime",
"substrate-test-runtime-client",
"tempfile",
"thiserror",
"tokio",
"tracing",
"tracing-futures",
]
[[package]]
name = "sc-service-test"
version = "2.0.0"
dependencies = [
16636
16637
16638
16639
16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
16651
16652
16653
16654
16655
16656
16657
"async-channel",
"fdlimit",
"futures",
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-block-builder",
"sc-client-api",
"sc-client-db",
"sc-consensus",
"sc-executor",
"sc-network",
"sc-network-sync",
"sc-service",
"sc-transaction-pool-api",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-io",
"sp-runtime",
"sp-state-machine",
"sp-storage 19.0.0",
"sp-tracing 16.0.0",
"sp-trie",
"substrate-test-runtime",
"substrate-test-runtime-client",
"tempfile",
"tokio",
]
[[package]]
name = "sc-state-db"
dependencies = [
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"sp-core",
]
[[package]]
name = "sc-statement-store"
16680
16681
16682
16683
16684
16685
16686
16687
16688
16689
16690
16691
16692
16693
16694
16695
16696
16697
16698
dependencies = [
"env_logger 0.9.3",
"log",
"parity-db",
"parking_lot 0.12.1",
"sc-client-api",
"sc-keystore",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-runtime",
"sp-statement-store",
"substrate-prometheus-endpoint",
"tempfile",
"tokio",
]
[[package]]
name = "sc-storage-monitor"
"clap 4.5.0",
"fs4",
"log",
"sp-core",
"thiserror",
"tokio",
]
[[package]]
name = "sc-sync-state-rpc"
16712
16713
16714
16715
16716
16717
16718
16719
16720
16721
16722
16723
16724
16725
16726
16727
16728
dependencies = [
"jsonrpsee",
"parity-scale-codec",
"sc-chain-spec",
"sc-client-api",
"sc-consensus-babe",
"sc-consensus-epochs",
"sc-consensus-grandpa",
"serde",
"serde_json",
"sp-blockchain",
"sp-runtime",
"thiserror",
]
[[package]]
name = "sc-sysinfo"
"derive_more",
"rand_pcg",
"regex",
"sc-telemetry",
"serde",
"serde_json",
"sp-core",
"sp-crypto-hashing",
dependencies = [
"chrono",
"futures",
"libp2p",
"log",
"parking_lot 0.12.1",
"pin-project",
"sc-utils",
"serde",
"serde_json",
"thiserror",
"wasm-timer",
]
[[package]]
name = "sc-tracing"
dependencies = [
"ansi_term",
"chrono",
"criterion 0.4.0",
"parity-scale-codec",
"parking_lot 0.12.1",
"regex",
"rustc-hash",
"sc-client-api",
"sc-tracing-proc-macro",
"serde",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-rpc",
"sp-runtime",
"tracing-log 0.1.3",
"tracing-subscriber 0.2.25",
]
[[package]]
name = "sc-tracing-proc-macro"
"proc-macro-crate 3.0.0",
"syn 2.0.49",
]
[[package]]
name = "sc-transaction-pool"
16811
16812
16813
16814
16815
16816
16817
16818
16819
16820
16821
16822
16823
16824
16825
16826
16827
16828
"assert_matches",
"async-trait",
"criterion 0.4.0",
"futures",
"futures-timer",
"linked-hash-map",
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-block-builder",
"sc-client-api",
"sc-transaction-pool-api",
"sc-utils",
"serde",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-crypto-hashing",
"sp-transaction-pool",
"substrate-prometheus-endpoint",
"substrate-test-runtime",
"substrate-test-runtime-client",
"substrate-test-runtime-transaction-pool",
"thiserror",
]
[[package]]
name = "sc-transaction-pool-api"
dependencies = [
"async-trait",
"futures",
"log",
"parity-scale-codec",
"serde",
"serde_json",
"sp-blockchain",
"sp-core",
"sp-runtime",
"thiserror",
]
[[package]]
name = "sc-utils"
dependencies = [
"async-channel",
"futures",
"futures-timer",
"lazy_static",
"log",
"parking_lot 0.12.1",
"prometheus",
"sp-arithmetic",
"tokio-test",
]
[[package]]
name = "scale-info"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7d66a1128282b7ef025a8ead62a4a9fcf017382ec53b8ffbf4d7bf77bd3c60"
dependencies = [
"bitvec",
"cfg-if",
"derive_more",
"parity-scale-codec",
"scale-info-derive",
"serde",
]
[[package]]
name = "scale-info-derive"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf2c68b89cafb3b8d918dd07b42be0da66ff202cf1155c5739a4e0c1ea0dc19"
"proc-macro-crate 1.3.1",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "schannel"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
dependencies = [
"windows-sys 0.48.0",
]
16906
16907
16908
16909
16910
16911
16912
16913
16914
16915
16916
16917
16918
16919
16920
16921
16922
16923
16924
16925
16926
16927
16928
16929
[[package]]
name = "schemars"
version = "0.8.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "763f8cd0d4c71ed8389c90cb8100cba87e763bd01a8e614d4f0af97bcd50a161"
dependencies = [
"dyn-clone",
"schemars_derive",
"serde",
"serde_json",
]
[[package]]
name = "schemars_derive"
version = "0.8.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0f696e21e10fa546b7ffb1c9672c6de8fbc7a81acf59524386d8639bf12737"
dependencies = [
"proc-macro2",
"quote",
"serde_derive_internals",
"syn 1.0.109",
]
[[package]]
name = "schnellru"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"
dependencies = [
"ahash 0.8.8",
"cfg-if",
"hashbrown 0.13.2",
]
[[package]]
name = "schnorrkel"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"
dependencies = [
"arrayref",
"arrayvec 0.5.2",
"curve25519-dalek 2.1.3",
"merlin 2.0.1",
"rand_core 0.5.1",
"sha2 0.8.2",
"subtle 2.5.0",
16954
16955
16956
16957
16958
16959
16960
16961
16962
16963
16964
16965
16966
16967
16968
16969
16970
16971
16972
"zeroize",
]
[[package]]
name = "schnorrkel"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d"
dependencies = [
"arrayref",
"arrayvec 0.7.4",
"curve25519-dalek-ng",
"merlin 3.0.0",
"rand_core 0.6.4",
"sha2 0.9.9",
"subtle-ng",
"zeroize",
]
[[package]]
name = "schnorrkel"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0"
dependencies = [
"aead 0.5.2",
"arrayref",
"arrayvec 0.7.4",
"curve25519-dalek 4.1.2",
"getrandom_or_panic",
"merlin 3.0.0",
"rand_core 0.6.4",
"serde_bytes",
"sha2 0.10.7",
"subtle 2.5.0",
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "scopeguard"
version = "1.2.0"