# 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" rust-version = "1.70" name = "shikane" version = "1.0.1" authors = ["Hendrik Wolff "] description = "dynamic output configuration tool focusing on accuracy and determinism" readme = "README.md" keywords = [ "wayland", "wlroots", "sway", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/w0lff/shikane" [dependencies.calloop] version = "0.13.0" [dependencies.calloop-wayland-source] version = "0.3.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.env_logger] version = "0.10.2" [dependencies.hopcroft-karp] version = "0.2.1" [dependencies.itertools] version = "0.12.1" [dependencies.log] version = "0.4.21" [dependencies.regex] version = "1.10.4" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.snafu] version = "0.7.5" [dependencies.toml] version = "0.5.11" features = ["preserve_order"] [dependencies.wayland-client] version = "=0.31.2" features = ["log"] [dependencies.wayland-protocols-wlr] version = "=0.2.0" features = ["client"] [dependencies.xdg] version = "2.5.2" [dev-dependencies.rstest] version = "0.19.0"