Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-beta.5 to 3.1.5. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.0-beta.5...v3.1.5) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
809 B
TOML
26 lines
809 B
TOML
[package]
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
edition = "2021"
|
|
name = "solana-poh-bench"
|
|
version = "1.10.1"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
documentation = "https://docs.rs/solana-poh-bench"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
clap = "3.1.5"
|
|
log = "0.4.14"
|
|
rand = "0.7.0"
|
|
rayon = "1.5.1"
|
|
solana-logger = { path = "../logger", version = "=1.10.1" }
|
|
solana-entry = { path = "../entry", version = "=1.10.1" }
|
|
solana-sdk = { path = "../sdk", version = "=1.10.1" }
|
|
solana-measure = { path = "../measure", version = "=1.10.1" }
|
|
solana-version = { path = "../version", version = "=1.10.1" }
|
|
solana-perf = { path = "../perf", version = "=1.10.1" }
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|