# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "node-template" version = "2.0.0" authors = ["Anonymous"] build = "build.rs" description = "A new fabric-based Tetcore node, ready for hacking." homepage = "https://core.tetcoin.org" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies"] license = "Unlicense" repository = "https://github.com/tetcoin/tetcore" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[bin]] name = "node-template" [dependencies.fabric-benchmarking] version = "2.0.0" [dependencies.fabric-benchmarking-cli] version = "2.0.1" [dependencies.noble-transaction-payment-rpc] version = "2.0.0" [dependencies.node-template-runtime] version = "2.0.0" [dependencies.structopt] version = "0.3.8" [dependencies.tc-basic-authorship] version = "0.8.0" [dependencies.tc-cli] version = "0.8.0" features = ["wasmtime"] [dependencies.tc-client-api] version = "2.0.0" [dependencies.tc-consensus] version = "0.8.0" [dependencies.tc-consensus-aura] version = "0.8.0" [dependencies.tc-executor] version = "0.8.0" features = ["wasmtime"] [dependencies.tc-finality-grandpa] version = "0.8.0" [dependencies.tc-keystore] version = "2.0.0" [dependencies.tc-rpc] version = "2.0.0" [dependencies.tc-rpc-api] version = "0.8.0" [dependencies.tc-service] version = "0.8.0" features = ["wasmtime"] [dependencies.tc-telemetry] version = "2.0.0" [dependencies.tc-transaction-pool] version = "2.0.0" [dependencies.tet-core] version = "2.0.2" [dependencies.tetcore-fabric-rpc-system] version = "2.0.0" [dependencies.tetsy-jsonrpc-core] version = "15.1.0" [dependencies.tp-api] version = "2.0.2" [dependencies.tp-block-builder] version = "2.0.2" [dependencies.tp-blockchain] version = "2.0.2" [dependencies.tp-consensus] version = "0.8.2" [dependencies.tp-consensus-aura] version = "0.8.2" [dependencies.tp-finality-grandpa] version = "2.0.2" [dependencies.tp-inherents] version = "2.0.2" [dependencies.tp-runtime] version = "2.0.2" [dependencies.tp-transaction-pool] version = "2.0.2" [build-dependencies.build-script-utils] version = "2.0.1" [features] default = [] runtime-benchmarks = ["node-template-runtime/runtime-benchmarks"]