2020-06-27 16:14:55 +00:00
|
|
|
[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',
|
|
|
|
]
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.aura]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2019-12-16 20:46:39 +00:00
|
|
|
package = 'pallet-aura'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[dependencies.balances]
|
2019-12-16 20:46:39 +00:00
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2019-12-16 20:46:39 +00:00
|
|
|
package = 'pallet-balances'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[dependencies.codec]
|
|
|
|
default-features = false
|
|
|
|
features = ['derive']
|
|
|
|
package = 'parity-scale-codec'
|
2020-06-27 16:14:55 +00:00
|
|
|
version = '1.3.1'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.frame-executive]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-12-16 20:46:39 +00:00
|
|
|
|
|
|
|
[dependencies.frame-support]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[dependencies.grandpa]
|
2019-12-16 20:46:39 +00:00
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2019-12-16 20:46:39 +00:00
|
|
|
package = 'pallet-grandpa'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-12-16 20:46:39 +00:00
|
|
|
|
|
|
|
[dependencies.randomness-collective-flip]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2019-12-16 20:46:39 +00:00
|
|
|
package = 'pallet-randomness-collective-flip'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-12-16 20:46:39 +00:00
|
|
|
|
|
|
|
[dependencies.serde]
|
|
|
|
features = ['derive']
|
|
|
|
optional = true
|
|
|
|
version = '1.0.101'
|
|
|
|
|
|
|
|
[dependencies.sp-api]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-block-builder]
|
2019-08-29 15:44:46 +00:00
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-consensus-aura]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '0.8.0-rc4'
|
2019-10-20 12:22:24 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-core]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-inherents]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-io]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-offchain]
|
2019-08-29 15:44:46 +00:00
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-runtime]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-session]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-std]
|
2019-08-29 15:44:46 +00:00
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-transaction-pool]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-version]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-12-16 20:46:39 +00:00
|
|
|
|
|
|
|
[dependencies.sudo]
|
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2019-12-16 20:46:39 +00:00
|
|
|
package = 'pallet-sudo'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[dependencies.system]
|
2019-12-16 20:46:39 +00:00
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2019-12-16 20:46:39 +00:00
|
|
|
package = 'frame-system'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.template]
|
|
|
|
default-features = false
|
|
|
|
package = 'pallet-template'
|
|
|
|
path = '../pallets/template'
|
2020-06-27 16:14:55 +00:00
|
|
|
version = '2.0.0-rc4'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[dependencies.timestamp]
|
2019-12-16 20:46:39 +00:00
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2019-12-16 20:46:39 +00:00
|
|
|
package = 'pallet-timestamp'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2019-10-20 12:22:24 +00:00
|
|
|
|
|
|
|
[dependencies.transaction-payment]
|
2019-12-16 20:46:39 +00:00
|
|
|
default-features = false
|
2020-05-16 13:32:11 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2019-12-16 20:46:39 +00:00
|
|
|
package = 'pallet-transaction-payment'
|
2020-06-27 16:14:55 +00:00
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|
2020-06-10 16:47:28 +00:00
|
|
|
|
|
|
|
[package]
|
|
|
|
authors = ['Substrate DevHub <https://github.com/substrate-developer-hub>']
|
|
|
|
edition = '2018'
|
2020-06-27 16:14:55 +00:00
|
|
|
homepage = 'https://substrate.dev'
|
2020-06-10 16:47:28 +00:00
|
|
|
license = 'Unlicense'
|
|
|
|
name = 'node-template-runtime'
|
|
|
|
repository = 'https://github.com/substrate-developer-hub/substrate-node-template/'
|
2020-06-27 16:14:55 +00:00
|
|
|
version = '2.0.0-rc4'
|
2020-06-10 16:47:28 +00:00
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ['x86_64-unknown-linux-gnu']
|
2020-06-27 16:14:55 +00:00
|
|
|
[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'
|