solana-sys-tuner 1.0.10

The solana cluster system tuner daemon
Documentation
[package]
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-sys-tuner"
description = "The solana cluster system tuner daemon"
version = "1.0.10"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
publish = true

[dependencies]
clap = "2.33.0"
log = "0.4.8"
libc = "0.2.66"
solana-clap-utils = { path = "../clap-utils", version = "1.0.10" }
solana-logger = { path = "../logger", version = "1.0.10" }

[target."cfg(unix)".dependencies]
unix_socket2 = "0.5.4"
users = "0.9.1"
nix = "0.17.0"
sysctl = "0.4.0"

[lib]
name = "solana_sys_tuner"

[[bin]]
name = "solana-sys-tuner"
path = "src/main.rs"