[dev-dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' rev = '013c1ee167354a08283fb69915fda56a62fee943' version = '2.0.0-alpha.2' [dev-dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' rev = '013c1ee167354a08283fb69915fda56a62fee943' version = '2.0.0-alpha.2' [dev-dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' rev = '013c1ee167354a08283fb69915fda56a62fee943' version = '2.0.0-alpha.2' [features] default = ['std'] std = [ 'codec/std', 'frame-support/std', 'safe-mix/std', 'system/std', ] [package] authors = ['Anonymous'] description = 'FRAME pallet template' edition = '2018' homepage = 'https://substrate.dev' license = 'Unlicense' name = 'pallet-template' repository = 'https://github.com/paritytech/substrate/' version = '2.0.0-alpha.3' [dependencies.codec] default-features = false features = ['derive'] package = 'parity-scale-codec' version = '1.0.0' [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' rev = '013c1ee167354a08283fb69915fda56a62fee943' version = '2.0.0-alpha.2' [dependencies.safe-mix] default-features = false version = '1.0.0' [dependencies.system] default-features = false git = 'https://github.com/paritytech/substrate.git' package = 'frame-system' rev = '013c1ee167354a08283fb69915fda56a62fee943' version = '2.0.0-alpha.2'