# 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 = "rot8" version = "1.0.0" authors = [ "efernau ", "deadly_platypus ", "nicola-sorace", ] description = "automatic display rotation using built-in accelerometer" homepage = "https://github.com/efernau/rot8" documentation = "https://github.com/efernau/rot8" readme = "README.md" keywords = [ "sway", "x11", "display", "rotation", ] license = "MIT" repository = "https://github.com/efernau/rot8" [profile.release] lto = true strip = true [dependencies.clap] version = "3.2" [dependencies.glob] version = "0.3" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.wayland-client] version = "0.31.0" [dependencies.wayland-protocols-wlr] version = "0.2.0" features = ["client"]