# 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 = "nvidia_oc" version = "0.1.15" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple command line tool to overclock Nvidia GPUs using the NVML library on Linux. This supports both X11 and Wayland." readme = "README.md" license = "MIT" repository = "https://github.com/Dreaming-Codes/nvidia_oc" [[bin]] name = "nvidia_oc" path = "src/main.rs" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.clap_complete] version = "4.5.8" [dependencies.nvml-wrapper] version = "0.10.0" [dependencies.nvml-wrapper-sys] version = "0.8.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sudo2] version = "0.2.1" [dependencies.which] version = "6.0.3"