[package]
name = "libmedium"
version = "0.6.2"
authors = ["Malte Veerman <malte.veerman@gmail.com>"]
edition = "2021"
license = "MIT"
description = "Library to interface with lm_sensors"
repository = "https://gitlab.com/Maldela/libmedium"
readme = "README.md"
keywords = ["pwm", "fan", "hwmon", "sensor"]
categories = ["api-bindings", "hardware-support"]
[badges]
gitlab = { repository = "https://gitlab.com/Maldela/libmedium", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]
uom = { version = "0.32", optional = true }
[dev-dependencies]
temp-dir = "0.1"
[lib]
doctest = false
[features]
default = ["writeable"]
writeable = []
uom_units = ["uom"]
unrestricted_parsing = []
[workspace]
members = [
"examples/print_temps",
"examples/pwms_to_max",
]