# 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 = "2018" name = "amdvold" version = "1.0.11" authors = ["Adrian Woźniak "] description = "AMDGPU fan control service" homepage = "https://github.com/Eraden/amdgpud" readme = "README.md" keywords = [ "hardware", "amdgpu", ] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/Eraden/amdgpud" resolver = "2" [package.metadata] target = "x86_64-unknown-linux-musl" [[bin]] name = "amdvold" path = "./src/main.rs" [dependencies.amdgpu] version = "1.0.11" [dependencies.amdgpu-config] version = "1.0.10" features = ["voltage"] [dependencies.gumdrop] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dev-dependencies.amdgpu] version = "1.0" [dev-dependencies.amdgpu-config] version = "1.0" features = ["voltage"]