[package] authors = ['CipherProxy'] description = 'Pallet for Decentralized Data Cloud' edition = '2018' homepage = 'https://www.cipherproxy.com/' license = 'Unlicense' name = 'pallet-cipher-ddc' repository = 'https://github.com/CipherProxy/cipher-pallets' version = '3.0.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] [dependencies] codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] } frame-support = { version = "2.0.0", default-features = false, path = "../support" } frame-system = { version = "2.0.0", default-features = false, path = "../system" } sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" } sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" } sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" } [dev-dependencies] sp-core = { version = "2.0.0", path = "../../primitives/core" } [features] default = ['std'] std = [ 'codec/std', 'sp-io/std', 'sp-std/std', 'sp-runtime/std', 'frame-support/std', 'frame-system/std', ]