[package] name = "bulbb" license = "MIT/Apache-2.0" version = "0.0.3" readme = "README.md" repository = "https://github.com/Th3Whit3Wolf/bulbb" homepage = "https://github.com/Th3Whit3Wolf/bulbb" documentation = "https://docs.rs/bulbb/" authors = ["Th3Whit3Wolf "] edition = "2018" description = ''' Bulbb is a library to manage backlight brightness. ''' keywords = [ "linux", "backlight", "brightness" ] [features] default = [ ] dbus = [ "zbus", "serde" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [target.'cfg(target_os = "linux")'.dependencies] zbus = { version = "1.9.2", default-features = false, optional = true } serde = { version = "1.0.130", default-features = false, optional = true }