# 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 = "amdmond-lib" version = "1.0.11" description = "AMD GPU monitoring tool for Linux" keywords = [ "hardware", "amdgpu", ] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/Eraden/amdgpud" [dependencies.amdgpu] version = "1.0.11" [dependencies.amdgpu-config] version = "1.0.10" features = [ "monitor", "fan", ] [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.csv] version = "1.1.6" [dependencies.gumdrop] version = "0.8.0" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.toml] version = "0.5.8" [dependencies.tracing] version = "0.1.37" [dev-dependencies.amdgpu] version = "1.0" [dev-dependencies.amdgpu-config] version = "1.0" features = [ "monitor", "fan", ]