# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "csscolorparser" version = "0.7.0" authors = ["Nor Khasyatillah "] exclude = [ ".github/*", "tests/*", ] description = "CSS color parser library" documentation = "https://docs.rs/csscolorparser/" readme = "README.md" keywords = [ "color", "colour", "css", "parser", ] categories = [ "graphics", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mazznoer/csscolorparser-rs" [package.metadata.docs.rs] features = [ "named-colors", "lab", "rust-rgb", "cint", "serde", ] [dependencies.cint] version = "^0.3.1" optional = true [dependencies.lab] version = "0.11.0" optional = true [dependencies.phf] version = "0.11.0" features = ["macros"] optional = true [dependencies.rgb] version = "0.8.33" optional = true [dependencies.serde] version = "1.0.139" features = ["derive"] optional = true [dev-dependencies.serde_test] version = "1.0.139" [features] default = ["named-colors"] named-colors = ["phf"] rust-rgb = ["rgb"]