# 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 = "fanctl" version = "0.6.0" authors = ["Matt Coffin "] exclude = ["fanctl.yml", ".gitlab-ci.yml"] description = "Fancontrol replacement in Rust with YAML configuration" homepage = "https://gitlab.com/mcoffin/fanctl" documentation = "https://docs.rs/fanctl" keywords = ["fancontrol", "fan", "sysfs", "hwmon"] license = "GPL-3.0" repository = "https://gitlab.com/mcoffin/fanctl" resolver = "2" [dependencies.clap] version = "3.0.0-beta.5" [dependencies.env_logger] version = "0.6" [dependencies.log] version = "0.4" [dependencies.regex] version = "^1.3.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.signal-hook] version = "0.1" [dependencies.splines] version = "1.0.0-rc.3" [dependencies.thiserror] version = "1.0"