# 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 = "libawm" version = "0.1.0" authors = ["pandademic "] include = [ "src/**/*", "Cargo.toml", "README.md", ] description = "the library that powers awm - forked from penrose" readme = "README.md" license = "MIT" repository = "https://github.com/pandademic/libawm" resolver = "2" [dependencies.bitflags] version = "1.2.1" [dependencies.cairo-rs] version = "0.9.1" features = ["xcb"] optional = true [dependencies.cairo-sys-rs] version = "0.10.0" optional = true [dependencies.nix] version = "0.20.0" [dependencies.pango] version = "0.9.1" optional = true [dependencies.pangocairo] version = "0.10.0" optional = true [dependencies.penrose_keysyms] version = "0.1.1" optional = true [dependencies.penrose_proc] version = "0.1.3" [dependencies.serde] version = "1.0.125" features = ["derive"] optional = true [dependencies.strum] version = "0.20.0" features = ["derive"] [dependencies.strum_macros] version = "0.20.1" [dependencies.thiserror] version = "1.0.24" [dependencies.tracing] version = "0.1.25" features = [ "attributes", "log", ] [dependencies.x11rb] version = "0.8.1" features = ["randr"] optional = true [dependencies.xcb] version = "0.9.0" features = ["randr"] optional = true [dev-dependencies.paste] version = "1.0.5" [dev-dependencies.serde_json] version = "1.0.64" [dev-dependencies.simplelog] version = "0.10.0" [dev-dependencies.test-case] version = "1.1.0" [dev-dependencies.tracing-subscriber] version = "0.2.17" [features] default = [ "xcb", "xcb_draw", "keysyms", ] keysyms = ["penrose_keysyms"] x11rb-xcb = [ "x11rb", "x11rb/allow-unsafe-code", ] xcb_draw = [ "cairo-rs", "cairo-sys-rs", "pango", "pangocairo", ]