# 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 = "wluma" version = "4.4.0" authors = [ "Maxim Baz", "Cyril Levis", ] description = "Automatic brightness adjustment based on screen contents and ALS" readme = "README.md" license = "ISC" [dependencies.ash] version = "0.37.2" features = ["linked"] default-features = false [dependencies.chrono] version = "0.4" [dependencies.dbus] version = "0.9.7" [dependencies.ddc-hi] version = "0.4" [dependencies.env_logger] version = "0.9" [dependencies.inotify] version = "0.10" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.toml] version = "0.7.6" [dependencies.v4l] version = "0.14.0" features = ["libv4l"] default-features = false [dependencies.wayland-client] version = "0.29.5" features = ["dlopen"] [dependencies.wayland-protocols] version = "0.29.5" features = [ "client", "unstable_protocols", ] [dependencies.xdg] version = "2.4.1" [dev-dependencies.mockall] version = "0.11.4"