Newer
Older
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
12022
12023
12024
12025
12026
12027
12028
12029
12030
12031
12032
12033
12034
12035
12036
12037
12038
12039
12040
12041
12042
12043
12044
12045
12046
12047
12048
12049
12050
12051
12052
12053
12054
12055
12056
12057
12058
12059
12060
12061
12062
12063
]
[[package]]
name = "pkg-config"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]]
name = "platforms"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"
[[package]]
name = "plotters"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
[[package]]
name = "plotters-svg"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
dependencies = [
"plotters-backend",
]
12067
12068
12069
12070
12071
12072
12073
12074
12075
12076
12077
12078
12079
12080
12081
12082
12083
12084
dependencies = [
"assert_cmd",
"color-eyre",
"nix 0.26.2",
"polkadot-cli",
"polkadot-core-primitives",
"polkadot-node-core-pvf",
"polkadot-node-core-pvf-common",
"polkadot-node-core-pvf-execute-worker",
"polkadot-node-core-pvf-prepare-worker",
"polkadot-overseer",
"substrate-build-script-utils",
"substrate-rpc-client",
"tempfile",
"tikv-jemallocator",
"tokio",
]
[[package]]
name = "polkadot-approval-distribution"
Andrei Sandu
committed
"bitvec",
"env_logger 0.9.3",
"futures",
"futures-timer",
Andrei Sandu
committed
"itertools 0.10.5",
"log",
"polkadot-node-jaeger",
"polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"rand_core 0.6.4",
"schnorrkel 0.11.4",
"sp-authority-discovery",
"sp-core",
"tracing-gum",
]
[[package]]
name = "polkadot-availability-bitfield-distribution"
dependencies = [
"always-assert",
"assert_matches",
"bitvec",
"env_logger 0.9.3",
"futures",
"futures-timer",
"log",
"maplit",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"rand_chacha 0.3.1",
"sp-application-crypto",
"sp-authority-discovery",
"sp-core",
"sp-keyring",
"sp-keystore",
"tracing-gum",
]
[[package]]
name = "polkadot-availability-distribution"
dependencies = [
"assert_matches",
"derive_more",
"fatality",
"futures",
"futures-timer",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-availability-recovery"
"env_logger 0.9.3",
"fatality",
"futures",
"futures-timer",
"log",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-cli"
"clap 4.5.0",
"frame-benchmarking-cli",
"futures",
"log",
"polkadot-node-metrics",
"polkadot-node-primitives",
"polkadot-service",
"pyroscope",
"pyroscope_pprofrs",
"sc-cli",
"sc-executor",
"sc-service",
"sc-storage-monitor",
"sc-sysinfo",
"sc-tracing",
"sp-core",
"sp-io",
"sp-keyring",
"sp-maybe-compressed-blob",
"sp-runtime",
"substrate-build-script-utils",
"thiserror",
"try-runtime-cli",
]
[[package]]
name = "polkadot-collator-protocol"
12234
12235
12236
12237
12238
12239
12240
12241
12242
12243
12244
12245
12246
12247
12248
12249
12250
12251
12252
12253
12254
12255
12256
12257
12258
12259
12260
12261
12262
dependencies = [
"assert_matches",
"bitvec",
"env_logger 0.9.3",
"fatality",
"futures",
"futures-timer",
"log",
"parity-scale-codec",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sc-keystore",
"sc-network",
"sp-core",
"sp-keyring",
"sp-keystore",
"sp-runtime",
"thiserror",
"tokio-util",
"tracing-gum",
]
[[package]]
name = "polkadot-core-primitives"
dependencies = [
"parity-scale-codec",
"scale-info",
"sp-core",
"sp-runtime",
]
[[package]]
name = "polkadot-dispute-distribution"
dependencies = [
"assert_matches",
"async-channel",
"async-trait",
"derive_more",
"fatality",
"futures",
"futures-timer",
"indexmap 2.2.3",
"lazy_static",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sc-keystore",
"sc-network",
"sp-application-crypto",
"sp-keyring",
"sp-keystore",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-erasure-coding"
dependencies = [
"criterion 0.4.0",
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-primitives",
"reed-solomon-novelpoly",
"sp-core",
"sp-trie",
"thiserror",
]
[[package]]
name = "polkadot-gossip-support"
dependencies = [
"assert_matches",
"async-trait",
"futures",
"futures-timer",
"lazy_static",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
asynchronous rob
committed
"quickcheck",
"rand_chacha 0.3.1",
"sc-network",
"sc-network-common",
"sp-application-crypto",
"sp-authority-discovery",
"sp-consensus-babe",
"sp-core",
"sp-crypto-hashing",
"tracing-gum",
]
[[package]]
name = "polkadot-network-bridge"
12352
12353
12354
12355
12356
12357
12358
12359
12360
12361
12362
12363
12364
12365
12366
12367
12368
12369
12370
12371
12372
12373
12374
12375
12376
12377
12378
12379
dependencies = [
"always-assert",
"assert_matches",
"async-trait",
"bytes",
"fatality",
"futures",
"futures-timer",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sc-network",
"sp-consensus",
"sp-core",
"sp-keyring",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-collation-generation"
12381
12382
12383
12384
12385
12386
12387
12388
12389
12390
12391
12392
12393
12394
12395
12396
12397
12398
12399
12400
dependencies = [
"assert_matches",
"futures",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-core",
"sp-keyring",
"sp-maybe-compressed-blob",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-approval-voting"
dependencies = [
"assert_matches",
"async-trait",
"bitvec",
"derive_more",
Andrei Sandu
committed
"env_logger 0.9.3",
Andrei Sandu
committed
"itertools 0.10.5",
Andrei Sandu
committed
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-node-jaeger",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
Andrei Sandu
committed
"rand_chacha 0.3.1",
"sp-application-crypto",
"sp-consensus",
"sp-consensus-babe",
"sp-consensus-slots",
"sp-core",
"sp-keyring",
"sp-keystore",
"sp-runtime",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-av-store"
12446
12447
12448
12449
12450
12451
12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
12473
12474
dependencies = [
"assert_matches",
"bitvec",
"env_logger 0.9.3",
"futures",
"futures-timer",
"kvdb",
"kvdb-memorydb",
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-erasure-coding",
"polkadot-node-jaeger",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-consensus",
"sp-core",
"sp-keyring",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-backing"
12476
12477
12478
12479
12480
12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
dependencies = [
"assert_matches",
"bitvec",
"fatality",
"futures",
"polkadot-erasure-coding",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"polkadot-statement-table",
"sc-keystore",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"sp-keystore",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-bitfield-signing"
dependencies = [
"futures",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-keystore",
"thiserror",
"tracing-gum",
"wasm-timer",
]
[[package]]
name = "polkadot-node-core-candidate-validation"
dependencies = [
"assert_matches",
"async-trait",
"futures",
"futures-timer",
"parity-scale-codec",
"polkadot-node-core-pvf",
"polkadot-node-metrics",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-parachain-primitives",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-core",
"sp-keyring",
"sp-maybe-compressed-blob",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-chain-api"
dependencies = [
"futures",
"maplit",
"parity-scale-codec",
"polkadot-node-metrics",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
Michal Kucharczyk
committed
"polkadot-node-subsystem-types",
"polkadot-primitives",
"sc-client-api",
"sc-consensus-babe",
"sp-blockchain",
"sp-core",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-chain-selection"
12563
12564
12565
12566
12567
12568
12569
12570
12571
12572
12573
12574
12575
12576
12577
12578
12579
12580
12581
12582
dependencies = [
"assert_matches",
"futures",
"futures-timer",
"kvdb",
"kvdb-memorydb",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"sp-core",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-dispute-coordinator"
dependencies = [
"assert_matches",
"fatality",
"futures",
"futures-timer",
"kvdb",
"kvdb-memorydb",
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sc-keystore",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"sp-keystore",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-parachains-inherent"
dependencies = [
"async-trait",
"futures",
"futures-timer",
"polkadot-node-subsystem",
"polkadot-overseer",
"polkadot-primitives",
"sp-blockchain",
"sp-inherents",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-prospective-parachains"
12628
12629
12630
12631
12632
12633
12634
12635
12636
12637
12638
12639
12640
12641
12642
12643
12644
12645
12646
12647
12648
12649
12650
12651
dependencies = [
"assert_matches",
"bitvec",
"fatality",
"futures",
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-types",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sc-keystore",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"sp-keystore",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-provisioner"
12653
12654
12655
12656
12657
12658
12659
12660
12661
12662
12663
12664
12665
12666
12667
12668
12669
12670
12671
dependencies = [
"bitvec",
"fatality",
"futures",
"futures-timer",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-application-crypto",
"sp-keystore",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf"
"array-bytes 6.1.0",
"libc",
"parity-scale-codec",
"pin-project",
"polkadot-core-primitives",
"polkadot-node-core-pvf",
"polkadot-node-core-pvf-common",
"polkadot-node-core-pvf-execute-worker",
"polkadot-node-core-pvf-prepare-worker",
"polkadot-node-metrics",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-parachain-primitives",
"procfs",
"rusty-fork",
"slotmap",
"sp-core",
"sp-maybe-compressed-blob",
"sp-wasm-interface 20.0.0",
"tempfile",
"test-parachain-adder",
"test-parachain-halt",
"tokio",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf-checker"
12717
12718
12719
12720
12721
12722
12723
12724
12725
12726
12727
12728
12729
12730
12731
12732
12733
12734
12735
12736
12737
12738
dependencies = [
"futures",
"futures-timer",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sc-keystore",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"sp-keystore",
"sp-runtime",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf-common"
"cpu-time",
"futures",
"landlock",
"libc",
"polkadot-parachain-primitives",
"polkadot-primitives",
"sc-executor",
"sc-executor-common",
"sc-executor-wasmtime",
"seccompiler",
"sp-crypto-hashing",
"sp-externalities 0.25.0",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf-execute-worker"
"libc",
"nix 0.27.1",
"parity-scale-codec",
"polkadot-node-core-pvf-common",
"polkadot-parachain-primitives",
"polkadot-primitives",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-pvf-prepare-worker"
"parity-scale-codec",
"polkadot-node-core-pvf-common",
"polkadot-primitives",
"rayon",
"sp-maybe-compressed-blob",
"staging-tracking-allocator",
"tracing-gum",
]
[[package]]
name = "polkadot-node-core-runtime-api"
dependencies = [
"async-trait",
"futures",
"polkadot-node-metrics",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-types",
"polkadot-primitives",
"polkadot-primitives-test-helpers",
"sp-api",
"sp-consensus-babe",
"sp-core",
"sp-keyring",
"tracing-gum",
]
[[package]]
name = "polkadot-node-jaeger"
dependencies = [
"lazy_static",
"log",
"mick-jaeger",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-node-primitives",
"polkadot-primitives",
"sc-network",
"sp-core",
"thiserror",
"tokio",
]
[[package]]
name = "polkadot-node-metrics"
12847
12848
12849
12850
12851
12852
12853
12854
12855
12856
12857
12858
12859
12860
12861
12862
12863
12864
12865
12866
12867
12868
"futures",
"futures-timer",
"hyper",
"log",
"parity-scale-codec",
"polkadot-primitives",
"polkadot-test-service",
"prioritized-metered-channel",
"prometheus-parse",
"sc-cli",
"sc-service",
"sc-tracing",
"sp-keyring",
"substrate-prometheus-endpoint",
"substrate-test-utils",
"tempfile",
"tokio",
"tracing-gum",
]
[[package]]
name = "polkadot-node-network-protocol"
dependencies = [
"async-channel",
"async-trait",
"bitvec",
"derive_more",
"fatality",
"futures",
"hex",
"parity-scale-codec",
"polkadot-node-jaeger",
"polkadot-node-primitives",
"polkadot-primitives",
"rand_chacha 0.3.1",
"sc-authority-discovery",
"sc-network",
"thiserror",
"tracing-gum",
]
[[package]]
name = "polkadot-node-primitives"
Andrei Sandu
committed
"bitvec",
"bounded-vec",
"futures",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-parachain-primitives",
"serde",
"sp-application-crypto",
"sp-consensus-babe",
"sp-core",
"sp-keystore",
"sp-maybe-compressed-blob",
"sp-runtime",
"thiserror",
]
[[package]]
name = "polkadot-node-subsystem"
dependencies = [
"polkadot-node-jaeger",
"polkadot-node-subsystem-types",
"polkadot-overseer",
]
[[package]]
name = "polkadot-node-subsystem-test-helpers"
version = "1.0.0"
dependencies = [
"async-trait",
"futures",
"parking_lot 0.12.1",
"polkadot-erasure-coding",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"sp-keystore",
]
[[package]]
name = "polkadot-node-subsystem-types"
Andrei Sandu
committed
"bitvec",
"derive_more",
"futures",
"orchestra",
"polkadot-node-jaeger",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-primitives",
"polkadot-statement-table",
"sc-network",
"sc-transaction-pool-api",
"smallvec",
"sp-api",
"sp-authority-discovery",
Michal Kucharczyk
committed
"sp-blockchain",
"substrate-prometheus-endpoint",
"thiserror",
]
[[package]]
name = "polkadot-node-subsystem-util"
dependencies = [
"assert_matches",
"async-trait",
"derive_more",
"env_logger 0.9.3",
"fatality",
"futures",
"futures-channel",
"itertools 0.10.5",
"kvdb",
"kvdb-memorydb",
"kvdb-shared-tests",
"lazy_static",
"log",
"parity-db",
"parity-scale-codec",
"parking_lot 0.12.1",
"pin-project",
"polkadot-node-jaeger",
"polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",