[package] name = "ixwindow" version = "0.1.2" authors = ["Andrey Vladimirov"] description = "Iconized xwindow module for Polybar (for bspwm and i3wm)" keywords = ["polybar", "wms", "bspwm", "i3wm", "xwindow"] homepage = "https://github.com/andreykaere/ixwindow" repository = "https://github.com/andreykaere/ixwindow" readme = "README.md" license = "MIT" edition = "2021" exclude = ["assets/*", "tests_files/*", "examples/*", "install"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] i3ipc = "0.10.1" bspc-rs = "0.1.0" image = "0.24.5" serde = { version = "1.0.152", features = ["derive"] } shellexpand = "3.0.0" toml = "0.7.2" x11rb = { version = "0.11.1", features = ["randr"] }