# 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 = "polished-css-macros" version = "0.1.0" authors = [ "Mateusz Kadlubowski ", "Vincent Chapuis ", ] publish = true description = "Procedural macros which support the development of a library crate `polished-css`." homepage = "https://github.com/rust-cleaners" documentation = "https://docs.rs/polished-css" readme = "README.md" keywords = ["macros"] categories = [ "graphics", "gui", "rendering", "wasm", "web-programming", ] license-file = "LICENSE.md" repository = "https://github.com/rust-cleaners/polished-css" [lib] proc-macro = true [dependencies.convert_case] version = "0.6.0" [dependencies.darling] version = "0.20.3" [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0.33" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3" [dependencies.syn] version = "2.0.38"