[package]
edition = "2018"
name = "fanctl"
version = "0.2.0"
authors = ["Matt Coffin <mcoffin13@gmail.com>"]
exclude = ["fanctl.yml"]
description = "Fancontrol replacement in Rust with YAML configuration"
homepage = "https://github.com/mcoffin/fanctl"
documentation = "https://docs.rs/fanctl"
keywords = ["fancontrol", "fan", "sysfs", "hwmon"]
license = "GPL-3.0"
repository = "https://github.com/mcoffin/fanctl"
[dependencies.clap]
version = "2"
[dependencies.ctrlc]
version = "3"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_yaml]
version = "0.8"
[dependencies.splines]
version = "1.0.0-rc.3"