# 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 = "wmfocus" version = "1.5.0" authors = ["Sven-Hendrik Haase "] description = "Visually focus windows by label" readme = "README.md" keywords = [ "wm", "window", "manager", "i3", ] categories = [ "command-line-utilities", "command-line-interface", ] license = "MIT" repository = "https://github.com/svenstaro/wmfocus" [profile.release] lto = true codegen-units = 1 [dependencies.anyhow] version = "1" [dependencies.cairo-rs] version = "0.18" features = ["xcb"] [dependencies.clap] version = "4" features = [ "derive", "cargo", "wrap_help", "deprecated", ] [dependencies.css-color-parser] version = "0.1" [dependencies.font-loader] version = "0.11" [dependencies.i3ipc] version = "0.10" optional = true [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.5" [dependencies.regex] version = "1.8" [dependencies.x11rb] version = "0.13" features = ["allow-unsafe-code"] [dependencies.xkeysym] version = "0.2.0" [features] i3 = ["i3ipc"]