2020-03-05 16:53:25 +00:00
|
|
|
[package]
|
2020-05-16 13:32:11 +00:00
|
|
|
authors = ['Substrate DevHub <https://github.com/substrate-developer-hub>']
|
2020-03-05 16:53:25 +00:00
|
|
|
build = 'build.rs'
|
2020-06-27 16:14:55 +00:00
|
|
|
description = 'Substrate Node template'
|
2020-03-05 16:53:25 +00:00
|
|
|
edition = '2018'
|
2020-06-27 16:14:55 +00:00
|
|
|
homepage = 'https://substrate.dev'
|
2020-03-05 16:53:25 +00:00
|
|
|
license = 'Unlicense'
|
|
|
|
name = 'node-template'
|
2020-05-16 13:32:11 +00:00
|
|
|
repository = 'https://github.com/substrate-developer-hub/substrate-node-template/'
|
2020-06-27 16:14:55 +00:00
|
|
|
version = '2.0.0-rc4'
|
2020-04-15 11:33:19 +00:00
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ['x86_64-unknown-linux-gnu']
|
2020-03-05 16:53:25 +00:00
|
|
|
|
2020-06-27 16:14:55 +00:00
|
|
|
[[bin]]
|
|
|
|
name = 'node-template'
|
|
|
|
|
2020-03-05 16:53:25 +00:00
|
|
|
[dependencies]
|
2020-04-15 11:33:19 +00:00
|
|
|
futures = '0.3.4'
|
2020-03-05 16:53:25 +00:00
|
|
|
log = '0.4.8'
|
2020-05-16 13:32:11 +00:00
|
|
|
parking_lot = '0.10.0'
|
2020-03-05 16:53:25 +00:00
|
|
|
structopt = '0.3.8'
|
|
|
|
|
|
|
|
[dependencies.node-template-runtime]
|
|
|
|
path = '../runtime'
|
2020-06-27 16:14:55 +00:00
|
|
|
version = '2.0.0-rc4'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.sc-basic-authorship]
|
2020-05-06 16:39:30 +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'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.sc-cli]
|
2020-06-27 16:14:55 +00:00
|
|
|
features = ['wasmtime']
|
2020-05-06 16:39:30 +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'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
2020-05-06 20:25:03 +00:00
|
|
|
[dependencies.sc-client-api]
|
2020-05-06 16:39:30 +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'
|
2020-03-25 03:42:27 +00:00
|
|
|
|
2020-05-06 20:25:03 +00:00
|
|
|
[dependencies.sc-consensus]
|
2020-05-06 16:39:30 +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'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.sc-consensus-aura]
|
2020-05-06 16:39:30 +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'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.sc-executor]
|
2020-06-27 16:14:55 +00:00
|
|
|
features = ['wasmtime']
|
2020-05-06 16:39:30 +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'
|
2020-04-15 11:33:19 +00:00
|
|
|
|
|
|
|
[dependencies.sc-finality-grandpa]
|
2020-05-06 16:39:30 +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'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.sc-network]
|
2020-05-06 16:39:30 +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'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.sc-service]
|
2020-06-27 16:14:55 +00:00
|
|
|
features = ['wasmtime']
|
2020-05-06 16:39:30 +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'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.sc-transaction-pool]
|
2020-05-06 16:39:30 +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'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.sp-consensus]
|
2020-05-06 16:39:30 +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'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.sp-consensus-aura]
|
2020-05-06 16:39:30 +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'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.sp-core]
|
2020-05-06 16:39:30 +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'
|
2020-04-15 11:33:19 +00:00
|
|
|
|
|
|
|
[dependencies.sp-finality-grandpa]
|
2020-05-06 16:39:30 +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'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.sp-inherents]
|
2020-05-06 16:39:30 +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'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.sp-runtime]
|
2020-05-06 16:39:30 +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'
|
2020-03-05 16:53:25 +00:00
|
|
|
|
|
|
|
[dependencies.sp-transaction-pool]
|
2020-05-06 16:39:30 +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'
|
|
|
|
[build-dependencies.substrate-build-script-utils]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
|
|
|
tag = 'v2.0.0-rc4'
|
|
|
|
version = '2.0.0-rc4'
|