# 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 = "plight" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A configurable program for organizing dynamic backlighting." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/pguin-sudo/plight" [[bin]] name = "plight" path = "src/main.rs" [dependencies.confique] version = "0.2.6" features = ["toml"] [dependencies.derive_more] version = "1.0.0" features = [ "display", "from", ] [dependencies.image] version = "0.25.2" [dependencies.lazy_static] version = "1.5.0" [dependencies.ndarray] version = "0.16.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210" [dependencies.serde_derive] version = "1.0.210" [dependencies.serialport] version = "4.5.1" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.xcap] version = "0.0.14"