2020-01-06 20:58:38 +00:00
|
|
|
[profile.release]
|
|
|
|
panic = 'unwind'
|
|
|
|
|
|
|
|
[package]
|
|
|
|
authors = ['Anonymous']
|
|
|
|
build = 'build.rs'
|
|
|
|
edition = '2018'
|
|
|
|
name = 'node-template'
|
|
|
|
version = '2.0.0'
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
vergen = '3.0.4'
|
|
|
|
|
|
|
|
[build-dependencies.build-script-utils]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
|
|
|
package = 'substrate-build-script-utils'
|
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '2.0.0'
|
2019-10-20 12:22:24 +00:00
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[dependencies]
|
2019-12-16 20:46:39 +00:00
|
|
|
futures = '0.3.1'
|
2019-10-04 13:32:53 +00:00
|
|
|
log = '0.4.8'
|
2019-08-29 15:44:46 +00:00
|
|
|
parking_lot = '0.9.0'
|
2019-10-04 13:32:53 +00:00
|
|
|
tokio = '0.1.22'
|
2019-08-29 15:44:46 +00:00
|
|
|
trie-root = '0.15.2'
|
|
|
|
|
|
|
|
[dependencies.codec]
|
|
|
|
package = 'parity-scale-codec'
|
|
|
|
version = '1.0.0'
|
|
|
|
|
|
|
|
[dependencies.ctrlc]
|
|
|
|
features = ['termination']
|
2019-10-04 13:32:53 +00:00
|
|
|
version = '3.1.3'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.futures01]
|
|
|
|
package = 'futures'
|
|
|
|
version = '0.1.29'
|
|
|
|
|
2019-08-29 15:44:46 +00:00
|
|
|
[dependencies.grandpa]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2019-12-16 20:46:39 +00:00
|
|
|
package = 'sc-finality-grandpa'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '2.0.0'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
|
|
|
[dependencies.grandpa-primitives]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2019-12-16 20:46:39 +00:00
|
|
|
package = 'sp-finality-grandpa'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '2.0.0'
|
2019-12-16 20:46:39 +00:00
|
|
|
|
|
|
|
[dependencies.node-template-runtime]
|
|
|
|
path = 'runtime'
|
2020-01-06 20:58:38 +00:00
|
|
|
version = '2.0.0'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sc-basic-authority]
|
2019-08-29 15:44:46 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sc-cli]
|
2019-08-29 15:44:46 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '2.0.0'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sc-client]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '2.0.0'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sc-consensus-aura]
|
2019-08-29 15:44:46 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '0.8'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sc-executor]
|
2019-08-29 15:44:46 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '2.0.0'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sc-network]
|
2019-08-29 15:44:46 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '0.8'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sc-service]
|
2019-08-29 15:44:46 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '2.0.0'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sc-transaction-pool]
|
2019-08-29 15:44:46 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '2.0.0'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-consensus]
|
2019-08-29 15:44:46 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '0.8'
|
2019-08-29 15:44:46 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-consensus-aura]
|
2019-08-29 15:44:46 +00:00
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '0.8'
|
2019-10-04 13:32:53 +00:00
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[dependencies.sp-core]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '2.0.0'
|
2019-12-16 20:46:39 +00:00
|
|
|
|
|
|
|
[dependencies.sp-inherents]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '2.0.0'
|
2019-12-16 20:46:39 +00:00
|
|
|
|
|
|
|
[dependencies.sp-io]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '2.0.0'
|
2019-12-16 20:46:39 +00:00
|
|
|
|
|
|
|
[dependencies.sp-runtime]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
|
|
|
version = '2.0.0'
|
2019-12-16 20:46:39 +00:00
|
|
|
|
|
|
|
[dependencies.sp-transaction-pool]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2020-01-06 20:58:38 +00:00
|
|
|
rev = '3e651110aa06aa835790df63410a29676243fc54'
|
2019-12-16 20:46:39 +00:00
|
|
|
version = '2.0.0'
|
|
|
|
|
2020-01-06 20:58:38 +00:00
|
|
|
[workspace]
|
|
|
|
members = ['runtime']
|
|
|
|
|
2019-12-16 20:46:39 +00:00
|
|
|
[[bin]]
|
|
|
|
name = 'node-template'
|
|
|
|
path = 'src/main.rs'
|