Newer
Older
16001
16002
16003
16004
16005
16006
16007
16008
16009
16010
16011
16012
16013
16014
16015
16016
16017
16018
16019
16020
16021
16022
16023
16024
16025
"sc-consensus-babe",
"sc-consensus-epochs",
"sc-transaction-pool",
"sc-transaction-pool-api",
"serde",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-consensus-aura",
"sp-consensus-babe",
"sp-consensus-slots",
"sp-core",
"sp-inherents",
"sp-keystore",
"sp-runtime",
"sp-timestamp",
"substrate-prometheus-endpoint",
"substrate-test-runtime-client",
"substrate-test-runtime-transaction-pool",
"thiserror",
"tokio",
]
[[package]]
name = "sc-consensus-pow"
16027
16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
16048
16049
dependencies = [
"async-trait",
"futures",
"futures-timer",
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-client-api",
"sc-consensus",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-pow",
"sp-core",
"sp-inherents",
"sp-runtime",
"substrate-prometheus-endpoint",
"thiserror",
]
[[package]]
name = "sc-consensus-slots"
16051
16052
16053
16054
16055
16056
16057
16058
16059
16060
16061
16062
16063
16064
16065
16066
16067
16068
16069
16070
16071
16072
dependencies = [
"async-trait",
"futures",
"futures-timer",
"log",
"parity-scale-codec",
"sc-client-api",
"sc-consensus",
"sc-telemetry",
"sp-arithmetic",
"sp-blockchain",
"sp-consensus",
"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",
16183
16184
16185
16186
16187
16188
16189
16190
16191
16192
16193
16194
16195
16196
16197
16198
16199
16200
16201
16202
"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",
]
16208
16209
16210
16211
16212
16213
16214
16215
16216
16217
16218
16219
16220
16221
16222
16223
16224
16225
16226
"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",
16375
16376
16377
16378
16379
16380
16381
16382
16383
16384
16385
16386
16387
16388
16389
16390
16391
"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",
16645
16646
16647
16648
16649
16650
16651
16652
16653
16654
16655
16656
16657
16658
16659
16660
16661
16662
16663
16664
16665
16666
16667
16668
16669
16670
16671
16672
"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 = [
16699
16700
16701
16702
16703
16704
16705
16706
16707
16708
16709
16710
16711
16712
16713
16714
16715
16716
16717
16718
16719
16720
"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"
16743
16744
16745
16746
16747
16748
16749
16750
16751
16752
16753
16754
16755
16756
16757
16758
16759
16760
16761
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"
16775
16776
16777
16778
16779
16780
16781
16782
16783
16784
16785
16786
16787
16788
16789
16790
16791
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"
16874
16875
16876
16877
16878
16879
16880
16881
16882
16883
16884
16885
16886
16887
16888
16889
16890
16891
"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",
]
16969
16970
16971
16972
16973
16974
16975
16976
16977
16978
16979
16980
16981
16982
16983
16984
16985
16986
16987
16988
16989
16990
16991
16992
[[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",