# 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 = "wl-distore" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A program that manages your display configuration on wl-roots compositors automatically in the background." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/andriyDev/wl-distore" [[bin]] name = "wl-distore" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.expanduser] version = "1.2.2" [dependencies.serde] version = "1.0.210" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "1.0.65" [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.wayland-client] version = "0.31.6" [dependencies.wayland-protocols-wlr] version = "0.3.4" features = ["client"]