# 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_bbarker_contrib" version = "0.1.2" authors = ["Brandon Barker "] publish = true description = "Various utilities (menus, functions, etc.) for use in a penrose window manager" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/bbarker/dotpenrose" [profile.release] lto = "fat" codegen-units = 1 [dependencies.do-notation] version = "0.1.3" [dependencies.once_cell] version = "1.19.0" [dependencies.penrose] version = "0.3.6" features = [ "keysyms", "serde", ] [dependencies.penrose_ui] version = "0.3.6" [dependencies.sysinfo] version = "0.30.13"