[package] authors = ['Substrate DevHub '] edition = '2018' homepage = 'https://substrate.dev' license = 'Unlicense' name = 'node-template-runtime' repository = 'https://github.com/substrate-developer-hub/substrate-node-template/' version = '2.0.0-rc6' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] [dependencies.codec] default-features = false features = ['derive'] package = 'parity-scale-codec' version = '1.3.4' [dependencies.frame-executive] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.frame-system] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.frame-system-rpc-runtime-api] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.pallet-aura] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.pallet-balances] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.pallet-grandpa] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.pallet-randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.pallet-sudo] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.pallet-timestamp] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.pallet-transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.pallet-transaction-payment-rpc-runtime-api] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.serde] features = ['derive'] optional = true version = '1.0.101' [dependencies.sp-api] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.sp-block-builder] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.sp-consensus-aura] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '0.8.0-rc6' [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.sp-inherents] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.sp-offchain] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.sp-session] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.sp-transaction-pool] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.sp-version] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc6' version = '2.0.0-rc6' [dependencies.template] default-features = false package = 'pallet-template' path = '../pallets/template' version = '2.0.0-rc6' [features] default = ['std'] std = [ 'codec/std', 'frame-executive/std', 'frame-support/std', 'frame-system/std', 'frame-system-rpc-runtime-api/std', 'pallet-aura/std', 'pallet-balances/std', 'pallet-grandpa/std', 'pallet-randomness-collective-flip/std', 'pallet-sudo/std', 'pallet-timestamp/std', 'pallet-transaction-payment/std', 'pallet-transaction-payment-rpc-runtime-api/std', 'serde', 'sp-api/std', 'sp-block-builder/std', 'sp-consensus-aura/std', 'sp-core/std', 'sp-inherents/std', 'sp-offchain/std', 'sp-runtime/std', 'sp-session/std', 'sp-std/std', 'sp-transaction-pool/std', 'sp-version/std', 'template/std', ] [build-dependencies.wasm-builder-runner] git = 'https://github.com/paritytech/substrate.git' package = 'substrate-wasm-builder-runner' tag = 'v2.0.0-rc6' version = '1.0.5'