# 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 = "waffles-solana-sys-tuner" version = "1.16.0-alpha.10" authors = [ "Solana Maintainers ", ] publish = true description = "Waffle Labs maintained The solana cluster system tuner daemon" homepage = "https://waffles.so/" documentation = "https://docs.rs/waffles-solana-sys-tuner" license = "Apache-2.0" repository = "https://github.com/waffles-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.131" [dependencies.log] version = "0.4.17" [dependencies.solana-logger] version = "=1.16.0-alpha.10" package = "waffles-solana-logger" [dependencies.solana-version] version = "=1.16.0-alpha.10" package = "waffles-solana-version" [target."cfg(unix)".dependencies.nix] version = "0.25.0" [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"