# 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 = "2018" name = "bulbb" version = "0.0.3" authors = ["Th3Whit3Wolf "] description = "Bulbb is a library to manage backlight brightness.\n" homepage = "https://github.com/Th3Whit3Wolf/bulbb" documentation = "https://docs.rs/bulbb/" readme = "README.md" keywords = ["linux", "backlight", "brightness"] license = "MIT/Apache-2.0" repository = "https://github.com/Th3Whit3Wolf/bulbb" [dependencies] [features] dbus = ["zbus", "serde"] default = [] [target."cfg(target_os = \"linux\")".dependencies.serde] version = "1.0.130" optional = true default-features = false [target."cfg(target_os = \"linux\")".dependencies.zbus] version = "1.9.2" optional = true default-features = false