1[package]
2name = "css-color-parser2"
3version = "1.0.1"
4authors = ["Katkov Oleksandr <alexx.katkoff@gmail.com>"]
5edition = "2018"
6
7description = "Easy-to-use Rust parser for CSS3 color strings"
8documentation = "https://7thsigil.github.io/css-color-parser-rs/css_color_parser/index.html"
9repository = "https://github.com/7thSigil/css-color-parser-rs"
10homepage = "https://github.com/7thSigil/css-color-parser-rs"
11readme = "README.md"
12keywords = ["parser", "color", "colour", "css", "css3"]
13license = "MIT"
14
15[dependencies]
16lazy_static = "1"
17