Newer
Older
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
default-features = false
package = 'pallet-balances'
[dependencies.codec]
default-features = false
features = ['derive']
package = 'parity-scale-codec'
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
default-features = false
package = 'pallet-grandpa'
git = 'https://github.com/paritytech/substrate.git'
default-features = false
package = 'pallet-randomness-collective-flip'
[dependencies.serde]
features = ['derive']
optional = true
version = '1.0.101'
[dependencies.sp-api]
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
version = '0.8.0-alpha.7'
tag = 'v2.0.0-alpha.7'
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
git = 'https://github.com/paritytech/substrate.git'
default-features = false
package = 'pallet-sudo'
git = 'https://github.com/paritytech/substrate.git'
default-features = false
package = 'frame-system'
[dependencies.template]
default-features = false
package = 'pallet-template'
path = '../pallets/template'
git = 'https://github.com/paritytech/substrate.git'
default-features = false
package = 'pallet-timestamp'
git = 'https://github.com/paritytech/substrate.git'
default-features = false
package = 'pallet-transaction-payment'
[build-dependencies.wasm-builder-runner]
git = 'https://github.com/paritytech/substrate.git'
package = 'substrate-wasm-builder-runner'
version = '1.0.5'
[package]
authors = ['Anonymous']
edition = '2018'
homepage = 'https://substrate.dev'
license = 'Unlicense'
name = 'node-template-runtime'
repository = 'https://github.com/paritytech/substrate/'
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
[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',
]