# 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 = "wayout" version = "1.1.3" authors = ["Shinyzenith "] exclude = [ "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "contrib/*", "docs/*", ] description = "A Simple tool to set output modes for wlroots compositors implementing zwlr_output_power_management_v1." homepage = "https://waycrate.shinyzenith.xyz" documentation = "https://docs.rs/crate/wayout/latest" readme = "README.md" keywords = [ "display", "power", "wlroots", ] license = "BSD-2-Clause" repository = "https://git.sr.ht/~shinyzenith/wayout" resolver = "2" [profile.release] opt-level = "z" strip = true [[bin]] name = "wayout" path = "src/wayout.rs" [dependencies.clap] version = "3.1.2" [dependencies.wayland-client] version = "0.29.4" [dependencies.wayland-protocols] version = "0.29.4" features = [ "unstable_protocols", "client", ]