# 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 = "riprop" version = "3.0.0" authors = ["molese "] include = ["src/*.rs", "Cargo.toml", "Cargo.lock", "LICENSE", "README.md"] autotests = false description = "Window manager agnostic window swallower for x11" readme = "README.md" keywords = ["utility", "window-manager", "swallow", "xcb"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/m0lese/riprop" resolver = "2" [package.metadata.deb] assets = ["target/release/riprop", "~/.local/bin", "755"] depends = "$auto" extended-description = "Window manager agnostic window swallower for x11" license-file = ["LICENSE"] [profile.release] opt-level = 3 lto = "fat" codegen-units = 16 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false [[bin]] name = "riprop" path = "src/main.rs" bench = false [dependencies.anyhow] version = ">=1.0.0" [dependencies.xcb] version = ">=0.10"