# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pallet-encointer-communities" version = "14.1.0" authors = ["Encointer Association "] description = "Communities pallet for the Encointer blockchain runtime" homepage = "https://encointer.org" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/encointer/pallets" [dependencies.encointer-primitives] version = "14.3.0" features = ["serde_derive"] default-features = false [dependencies.frame-benchmarking] version = "38.0.0" optional = true default-features = false [dependencies.frame-support] version = "38.0.0" default-features = false [dependencies.frame-system] version = "38.0.0" default-features = false [dependencies.log] version = "0.4.20" default-features = false [dependencies.pallet-encointer-balances] version = "14.1.0" default-features = false [dependencies.pallet-encointer-scheduler] version = "14.1.0" default-features = false [dependencies.parity-scale-codec] version = "3.6.5" features = [ "derive", "max-encoded-len", ] default-features = false [dependencies.scale-info] version = "2.10.0" features = ["derive"] default-features = false [dependencies.sp-io] version = "38.0.0" default-features = false [dependencies.sp-runtime] version = "39.0.1" default-features = false [dependencies.sp-std] version = "14.0.0" default-features = false [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.sp-core] version = "34.0.0" features = ["std"] default-features = false [features] default = ["std"] runtime-benchmarks = [ "pallet-encointer-balances/runtime-benchmarks", "pallet-encointer-scheduler/runtime-benchmarks", "frame-benchmarking", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", ] std = [ "encointer-primitives/std", "frame-support/std", "frame-system/std", "log/std", "pallet-encointer-balances/std", "pallet-encointer-scheduler/std", "parity-scale-codec/std", "scale-info/std", "sp-io/std", "sp-runtime/std", "sp-std/std", ] try-runtime = [ "frame-system/try-runtime", "pallet-encointer-balances/try-runtime", "pallet-encointer-scheduler/try-runtime", ]