# 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 = "2018" name = "penrose_proc" version = "0.1.3" authors = ["IDAM "] description = "proc-macros for the Penrose tiling window manager library" documentation = "https://docs.rs/penrose_proc" readme = "README.md" keywords = ["windowmanager", "window", "manager", "x11", "procmacro"] license = "MIT" repository = "https://github.com/sminez/penrose" resolver = "2" [lib] proc-macro = true [dependencies.penrose_keysyms] version = "0.1.1" [dependencies.proc-macro2] version = "1.0.26" [dependencies.quote] version = "1.0.9" [dependencies.rustversion] version = "1.0.4" [dependencies.strum] version = "0.20.0" [dependencies.syn] version = "1.0.70" features = ["fold", "full"] [dev-dependencies.trybuild] version = "1.0.42"