# 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" rust-version = "1.66.0" name = "stylist-macros" version = "0.13.0" authors = [ "Kaede Hoshiakwa ", "Martin Molzer ", ] description = "Stylist is a CSS-in-Rust styling solution for WebAssembly Applications." homepage = "https://github.com/futursolo/stylist-rs" readme = "README.md" keywords = [ "CSS", "web", "css-in-rust", "yew", ] categories = [ "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/futursolo/stylist-rs" resolver = "2" [lib] proc-macro = true [dependencies.itertools] version = "0.11.0" [dependencies.litrs] version = "0.4.0" [dependencies.log] version = "0.4.17" [dependencies.nom] version = "7.1.1" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.47" [dependencies.quote] version = "1.0.21" [dependencies.syn] version = "2" features = [ "full", "extra-traits", ] [dev-dependencies.env_logger] version = "0.10.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.stylist-core] version = "0.13" features = [ "parser", "__proc_macro_workaround", ] [target."cfg(target_arch = \"wasm32\")".dependencies.stylist-core] version = "0.13" features = ["parser"]