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-07-25 12:35:30 +00:00
|
|
|
description = 'A fresh FRAME-based Substrate node, ready for hacking.'
|
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'
|
2021-08-06 14:51:49 +00:00
|
|
|
publish = false
|
2020-05-16 13:32:11 +00:00
|
|
|
repository = 'https://github.com/substrate-developer-hub/substrate-node-template/'
|
2021-08-06 14:51:49 +00:00
|
|
|
version = '3.0.0-monthly-2021-08'
|
|
|
|
build = 'build.rs'
|
|
|
|
|
2020-09-23 00:24:35 +00:00
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ['x86_64-unknown-linux-gnu']
|
2020-08-21 11:20:35 +00:00
|
|
|
|
2021-08-06 14:51:49 +00:00
|
|
|
[[bin]]
|
|
|
|
name = 'node-template'
|
|
|
|
[build-dependencies.substrate-build-script-utils]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '3.0.0'
|
|
|
|
|
|
|
|
[dependencies.node-template-runtime]
|
|
|
|
path = '../runtime'
|
|
|
|
version = '3.0.0-monthly-2021-08'
|
|
|
|
|
2020-08-21 11:20:35 +00:00
|
|
|
[dependencies]
|
2021-02-24 14:12:24 +00:00
|
|
|
jsonrpc-core = '15.1.0'
|
2020-08-21 11:20:35 +00:00
|
|
|
structopt = '0.3.8'
|
2020-07-28 10:57:49 +00:00
|
|
|
|
2021-06-22 06:00:32 +00:00
|
|
|
[dependencies.frame-benchmarking]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-03-29 23:51:52 +00:00
|
|
|
|
2021-06-22 06:00:32 +00:00
|
|
|
[dependencies.frame-benchmarking-cli]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.pallet-transaction-payment-rpc]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sc-basic-authorship]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '0.10.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sc-cli]
|
|
|
|
features = ['wasmtime']
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '0.10.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sc-client-api]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sc-consensus]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '0.10.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sc-consensus-aura]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '0.10.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sc-executor]
|
|
|
|
features = ['wasmtime']
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '0.10.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sc-finality-grandpa]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '0.10.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sc-keystore]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sc-rpc]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sc-rpc-api]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '0.10.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sc-service]
|
|
|
|
features = ['wasmtime']
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '0.10.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sc-telemetry]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sc-transaction-pool]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
|
|
|
|
|
|
|
[dependencies.sc-transaction-pool-api]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sp-api]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sp-block-builder]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sp-blockchain]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sp-consensus]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '0.10.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sp-consensus-aura]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '0.10.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sp-core]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sp-finality-grandpa]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sp-inherents]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sp-runtime]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.sp-timestamp]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-06-22 06:00:32 +00:00
|
|
|
|
|
|
|
[dependencies.substrate-frame-rpc-system]
|
|
|
|
git = 'https://github.com/paritytech/substrate.git'
|
2021-08-06 14:51:49 +00:00
|
|
|
tag = 'monthly-2021-08'
|
|
|
|
version = '4.0.0-dev'
|
2021-07-05 03:17:23 +00:00
|
|
|
|
2021-08-06 14:51:49 +00:00
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
runtime-benchmarks = ['node-template-runtime/runtime-benchmarks']
|