[package]
edition = "2021"
rust-version = "1.81"
name = "displays_physical_linux_sys"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for querying and updating Linux backlight and LED brightness devices via sysfs"
homepage = "https://github.com/AndreasBackx/displays"
documentation = "https://docs.rs/displays_physical_linux_sys"
readme = "README.md"
keywords = [
"linux",
"backlight",
"brightness",
"led",
"sysfs",
]
categories = [
"os::linux-apis",
"hardware-support",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/AndreasBackx/displays"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = ["x86_64-unknown-linux-gnu"]
[lib]
name = "displays_physical_linux_sys"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies.tempfile]
version = "3.23.0"