[package] name = "pallet-encointer-communities-rpc-runtime-api" version = "14.1.0" authors = ["Encointer Association "] edition = "2021" description = "Communities rpc runtime api for the Encointer blockchain runtime" homepage = "https://encointer.org" repository = "https://github.com/encointer/pallets" license = "GPL-3.0-or-later" [dependencies] # local deps encointer-primitives = { workspace = true } # substrate deps parity-scale-codec = { workspace = true } sp-api = { workspace = true } sp-std = { workspace = true } [features] default = ["std"] std = ["encointer-primitives/std", "sp-api/std", "sp-std/std"]