# 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 = "solana-sys-tuner" version = "1.14.29" authors = ["Solana Maintainers "] publish = true description = "The solana cluster system tuner daemon" homepage = "https://solana.com/" documentation = "https://docs.rs/solana-sys-tuner" license = "Apache-2.0" repository = "https://github.com/solana-labs/solana" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "solana_sys_tuner" [[bin]] name = "solana-sys-tuner" path = "src/main.rs" [dependencies.clap] version = "2.33.1" [dependencies.libc] version = "0.2.126" [dependencies.log] version = "0.4.17" [dependencies.solana-logger] version = "=1.14.29" [dependencies.solana-version] version = "=1.14.29" [target."cfg(unix)".dependencies.nix] version = "0.24.2" [target."cfg(unix)".dependencies.sysctl] version = "0.4.4" [target."cfg(unix)".dependencies.unix_socket2] version = "0.5.4" [target."cfg(unix)".dependencies.users] version = "0.10.0"