# 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 = "penrose" version = "0.3.6" authors = ["sminez "] build = false include = [ "src/**/*", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A tiling window manager library inspired by dwm and xmonad" documentation = "https://docs.rs/penrose" readme = "README.md" keywords = [ "wm", "windowmanager", "window", "manager", "x11", ] license = "MIT" repository = "https://github.com/sminez/penrose" [lib] name = "penrose" path = "src/lib.rs" [dependencies.anymap] version = "0.12" [dependencies.bitflags] version = "2.5" features = ["serde"] [dependencies.nix] version = "0.29" features = ["signal"] default-features = false [dependencies.penrose_keysyms] version = "0.3.6" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" features = ["attributes"] [dependencies.x11rb] version = "0.13" features = ["randr"] optional = true [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.simple_test_case] version = "1" [dev-dependencies.simple_txtar] version = "1" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = [ "x11rb", "keysyms", ] keysyms = ["penrose_keysyms"] x11rb-xcb = [ "x11rb", "x11rb/allow-unsafe-code", ]