[features] default = ['std'] std = [ 'aura/std', 'balances/std', 'codec/std', 'frame-executive/std', 'frame-support/std', 'grandpa/std', 'randomness-collective-flip/std', 'serde', 'sp-api/std', 'sp-block-builder/std', 'sp-consensus-aura/std', 'sp-core/std', 'sp-inherents/std', 'sp-io/std', 'sp-offchain/std', 'sp-runtime/std', 'sp-session/std', 'sp-std/std', 'sp-transaction-pool/std', 'sp-version/std', 'sudo/std', 'system/std', 'timestamp/std', 'transaction-payment/std', 'template/std', ] [dependencies.aura] default-features = false git = 'https://github.com/paritytech/substrate.git' package = 'pallet-aura' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.balances] default-features = false git = 'https://github.com/paritytech/substrate.git' package = 'pallet-balances' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.codec] default-features = false features = ['derive'] package = 'parity-scale-codec' version = '1.3.1' [dependencies.frame-executive] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.frame-support] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.grandpa] default-features = false git = 'https://github.com/paritytech/substrate.git' package = 'pallet-grandpa' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.randomness-collective-flip] default-features = false git = 'https://github.com/paritytech/substrate.git' package = 'pallet-randomness-collective-flip' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [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-rc4' version = '2.0.0-rc4' [dependencies.sp-block-builder] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.sp-consensus-aura] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc4' version = '0.8.0-rc4' [dependencies.sp-core] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.sp-inherents] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.sp-io] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.sp-offchain] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.sp-runtime] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.sp-session] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.sp-std] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.sp-transaction-pool] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.sp-version] default-features = false git = 'https://github.com/paritytech/substrate.git' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.sudo] default-features = false git = 'https://github.com/paritytech/substrate.git' package = 'pallet-sudo' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.system] default-features = false git = 'https://github.com/paritytech/substrate.git' package = 'frame-system' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.template] default-features = false package = 'pallet-template' path = '../pallets/template' version = '2.0.0-rc4' [dependencies.timestamp] default-features = false git = 'https://github.com/paritytech/substrate.git' package = 'pallet-timestamp' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [dependencies.transaction-payment] default-features = false git = 'https://github.com/paritytech/substrate.git' package = 'pallet-transaction-payment' tag = 'v2.0.0-rc4' version = '2.0.0-rc4' [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-rc4' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] [build-dependencies.wasm-builder-runner] git = 'https://github.com/paritytech/substrate.git' package = 'substrate-wasm-builder-runner' tag = 'v2.0.0-rc4' version = '1.0.5'