[package] name = "rcss" version = "0.2.0" edition = "2021" description = "Rust CSS embedding library" authors = ["vldm "] keywords = ["css", "html", "rsx", "macro", "parse"] repository = "https://github.com/rs-tml/rcss" readme = "../README.md" license = "MIT OR Apache-2.0" include = ["/src", "../LICENSE"] [dependencies] rcss-macro = { workspace = true } const_format = { workspace = true } [dev-dependencies] pretty_assertions = "1.4" [features] default = []