[package] name = "ghost-networks" license.workspace = true authors.workspace = true version.workspace = true edition.workspace = true homepage.workspace = true repository.workspace = true [dependencies] scale-info = { workspace = true, features = ["derive"] } codec = { workspace = true, features = ["max-encoded-len"] } frame-benchmarking = { workspace = true, optional = true } frame-support = { workspace = true } frame-system = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } ghost-traits = { workspace = true } [dev-dependencies] primitives = { workspace = true } pallet-balances = { workspace = true } sp-io = { workspace = true } [features] default = ["std"] std = [ "scale-info/std", "codec/std", "frame-support/std", "frame-system/std", "frame-benchmarking?/std", "sp-runtime/std", "sp-std/std", "sp-io/std", "ghost-traits/std", "pallet-balances/std", ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", ]