# 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 = "yew-unocss-transformer" version = "0.0.2" description = "Yew classes macro with variant group transformer for UnoCSS" homepage = "https://github.com/brofrain/yew-unocss-transformer" readme = "README.md" keywords = [ "yew", "unocss", ] license = "MIT" repository = "https://github.com/brofrain/yew-unocss-transformer" [lib] proc-macro = true [dependencies.once_cell] version = "1.14.0" [dependencies.proc-macro2] version = "1.0.43" [dependencies.quote] version = "1.0.21" [dependencies.regex] version = "1.6.0" [dependencies.syn] version = "1.0.99" [dependencies.yew] version = "0.19.3"