# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "substrate-benchmark-machine" version = "0.1.2" authors = ["Parity Technologies "] description = "CLI for benchmarking substrate validator node" homepage = "https://substrate.io" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/paritytech/substrate/" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [profile.release] strip = true [lib] path = "lib.rs" [[bin]] name = "substrate-benchmark-machine" path = "main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.comfy-table] version = "6" default-features = false [dependencies.lazy_static] version = "1" [dependencies.lg] version = "0" [dependencies.log] version = "0" [dependencies.rand] version = "0" features = ["small_rng"] [dependencies.sc-cli] version = "0" default-features = false [dependencies.sc-service] version = "0" default-features = false [dependencies.sc-sysinfo] version = "27" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1"