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