# 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 = "rcss-macro" version = "0.2.0" authors = ["vldm "] include = [ "/src", "../LICENSE", ] description = "RCSS - (macro) implementation of proc macros." keywords = [ "css", "html", "rsx", "macro", "parse", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rs-tml/rcss" [lib] proc-macro = true [dependencies.Inflector] version = "0.11.4" optional = true [dependencies.proc-macro2] version = "1.0.69" features = ["span-locations"] [dependencies.quote] version = "1.0.9" [dependencies.rcss-core] version = "0.2.0" [dependencies.syn] version = "2.0.15" features = [ "full", "visit", "parsing", "extra-traits", ] [dependencies.thiserror] version = "1.0" [build-dependencies.rcss-bundler] version = "0.2.0" default-features = false [build-dependencies.toml] version = "0.8" [features] auto-snake-case = ["dep:Inflector"] default = [ "auto-snake-case", "indexed-classes", ] indexed-classes = []