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