rustyle-macros 0.3.0

Procedural macros for Rustyle 0.3.0 - Transformative Pure Rust CSS-in-RS solution for Leptos
Documentation
[package]
name = "rustyle-macros"
version = "0.3.0"
edition = "2021"
authors = ["Rustyle Contributors"]
description = "Procedural macros for Rustyle 0.3.0 - Transformative Pure Rust CSS-in-RS solution for Leptos"
license = "Apache-2.0"
repository = "https://github.com/usvx/rustyle"
homepage = "https://github.com/usvx/rustyle"
keywords = ["leptos", "css", "styling", "proc-macro", "macros"]
categories = ["web-programming", "wasm"]

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full", "parsing"] }
sha2 = "0.10"
lightningcss = "1.0.0-alpha.68"
regex = "1.10"