[package] name = "css-color-parser2" version = "1.0.1" authors = ["Katkov Oleksandr "] edition = "2018" description = "Easy-to-use Rust parser for CSS3 color strings" documentation = "https://7thsigil.github.io/css-color-parser-rs/css_color_parser/index.html" repository = "https://github.com/7thSigil/css-color-parser-rs" homepage = "https://github.com/7thSigil/css-color-parser-rs" readme = "README.md" keywords = ["parser", "color", "colour", "css", "css3"] license = "MIT" [dependencies] lazy_static = "1"