# 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 = "meh-asus" version = "0.2.1" authors = ["Vishal Das <26341736+dvishal485@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Abstraction over ASUS hardware configurations to control it programatically on Linux." readme = "README.md" keywords = [ "asus", "asus-fan", "asusctl", "asusd", "asus-fan-control", ] license = "MIT" repository = "https://github.com/dvishal485/meh-asus" [lib] name = "meh_asus" path = "src/lib.rs" [[example]] name = "camera_modprobe" path = "examples/camera_modprobe.rs" [[example]] name = "debugfs_fan_mode" path = "examples/debugfs_fan_mode.rs" [[example]] name = "kbd_brightness" path = "examples/kbd_brightness.rs" [[example]] name = "speed_change" path = "examples/speed_change.rs" required-features = ["pwm"] [[example]] name = "toggle_fan_mode" path = "examples/toggle_fan_mode.rs" required-features = ["pwm"] [dependencies.thiserror] version = "2.0.3" [dev-dependencies.anyhow] version = "1.0.93" [features] common-hardware = [] default = ["common-hardware"] pwm = []