[package] name = "yoyo-macros" version = "0.4.0" authors = ["Tim "] edition = "2018" license = "MIT" description = "Procedural macros for Yoyo that turns a CSS-like specification into a type that implements the Variants trait." repository = "https://github.com/polyhorn/polyhorn/tree/crates/yoyo-macros" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] derivative = "2.1.1" inflections = "1.1.1" num-traits = "0.2.12" proc-macro2 = "1.0.19" quote = "1.0.7" strum = "0.19.2" strum_macros = "0.19.2" syn = "1.0.41" casco = { path = "../casco", version = "0.4.0" } polyhorn-ui = { path = "../polyhorn-ui", features = ["macros"], version = "0.4.0" } [dev-dependencies] casco = { path = "../casco", version = "0.4.0", features = ["lexer"] }