[[bin]] name = "polkadot" path = "src/main.rs" [package] name = "polkadot" version = "0.8.23" authors = ["Parity Technologies "] edition = "2018" [dependencies] cli = { package = "polkadot-cli", path = "cli" } futures = "0.3.4" service = { package = "polkadot-service-new", path = "node/service" } parity-util-mem = { version = "*", default-features = false, features = ["jemalloc-global"] } [dev-dependencies] assert_cmd = "0.12" nix = "0.17" tempfile = "3.1.0" [workspace] members = [ "cli", "core-primitives", "erasure-coding", "primitives", "runtime/common", "runtime/parachains", "runtime/polkadot", "runtime/kusama", "runtime/rococo-v1", "runtime/westend", "runtime/test-runtime", "runtime/test-runtime/client", "statement-table", "validation", "node/collation-generation", "node/core/av-store", "node/core/backing", "node/core/bitfield-signing", "node/core/candidate-selection", "node/core/candidate-validation", "node/core/chain-api", "node/core/proposer", "node/core/provisioner", "node/core/runtime-api", "node/network/bridge", "node/network/pov-distribution", "node/network/protocol", "node/network/statement-distribution", "node/network/bitfield-distribution", "node/network/availability-distribution", "node/overseer", "node/primitives", "node/service", "node/subsystem", "node/subsystem-test-helpers", "node/subsystem-util", "parachain/test-parachains", "parachain/test-parachains/adder", ] [badges] maintenance = { status = "actively-developed" } [profile.release] # Polkadot runtime requires unwinding. panic = "unwind" [features] runtime-benchmarks=["cli/runtime-benchmarks"]