# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "yoyo-macros" version = "0.4.0" authors = ["Tim "] description = "Procedural macros for Yoyo that turns a CSS-like specification into a type that implements the Variants trait." license = "MIT" repository = "https://github.com/polyhorn/polyhorn/tree/crates/yoyo-macros" [lib] proc-macro = true [dependencies.casco] version = "0.4.0" [dependencies.derivative] version = "2.1.1" [dependencies.inflections] version = "1.1.1" [dependencies.num-traits] version = "0.2.12" [dependencies.polyhorn-ui] version = "0.4.0" features = ["macros"] [dependencies.proc-macro2] version = "1.0.19" [dependencies.quote] version = "1.0.7" [dependencies.strum] version = "0.19.2" [dependencies.strum_macros] version = "0.19.2" [dependencies.syn] version = "1.0.41" [dev-dependencies.casco] version = "0.4.0" features = ["lexer"]