linux-fan-utility 0.1.0

A Linux fan control daemon and TUI client using hwmon sysfs
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "linux-fan-utility"
version = "0.1.0"
authors = ["Pegasus Heavy Industries LLC <pegasusheavyindustries@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Linux fan control daemon and TUI client using hwmon sysfs"
homepage = "https://github.com/pegasusheavy/linux-fan-utility"
documentation = "https://docs.rs/linux-fan-utility"
readme = false
keywords = [
    "linux",
    "fan-control",
    "hwmon",
    "tui",
    "daemon",
]
categories = [
    "command-line-utilities",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/pegasusheavy/linux-fan-utility"

[lib]
name = "linux_fan_utility"
path = "src/lib.rs"

[[bin]]
name = "fanctl-daemon"
path = "src/bin/daemon.rs"

[[bin]]
name = "fanctl-tui"
path = "src/bin/tui.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.crossterm]
version = "0.29"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.31"
features = ["signal"]

[dependencies.ratatui]
version = "0.30"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.signal-hook]
version = "0.4"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "1.0"