[package] name = "css-style" version = "0.14.1" authors = ["Muhannad Alrusayni "] edition = "2021" description = "Typed CSS Style" keywords = ["web", "html", "css", "theme", "style"] categories = ["gui", "wasm", "web-programming"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/MAlrusayni/css-style" homepage = "https://gitlab.com/MAlrusayni/css-style" readme = "README.md" documentation = "https://docs.rs/css-style" [badges] maintenance = { status = "actively-developed" } [dependencies] indexmap = "1.8.1" derive_rich = "0.4.4" derive_more = "0.99.17" paste = "1.0.7" palette = { version = "0.6.0", features = [ "named", "named_from_str" ]}