palette 0.5.0

Makes linear color calculations and conversion easy and accessible for anyone.
Documentation
[build-dependencies.phf_codegen]
optional = true
version = "0.8"
[dependencies.approx]
default-features = false
version = "0.3"

[dependencies.num-traits]
default-features = false
version = "0.2"

[dependencies.palette_derive]
version = "0.5.0"

[dependencies.phf]
optional = true
version = "0.8"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1"
[dev-dependencies.clap]
version = "2"

[dev-dependencies.csv]
version = "1"

[dev-dependencies.image]
version = "0.22"

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.serde]
version = "1"

[dev-dependencies.serde_derive]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[features]
default = ["named_from_str", "std"]
libm = ["num-traits/libm"]
named = []
named_from_str = ["named", "phf", "phf_codegen", "std"]
serializing = ["serde", "std"]
std = ["approx/std", "num-traits/std"]
strict = []

[package]
authors = ["Erik Hedvall <hello@erikhedvall.nu>"]
build = "build/main.rs"
description = "Makes linear color calculations and conversion easy and accessible for anyone."
documentation = "https://docs.rs/palette/0.5.0/palette/"
exclude = ["scripts/*", "examples/*", "tests/*", "res/*", ".travis.yml", ".gitignore", "CHANGELOG.md", "CONTRIBUTING.md", "version.sh"]
keywords = ["color", "colour", "space", "linear"]
license = "MIT OR Apache-2.0"
name = "palette"
readme = "README.md"
repository = "https://github.com/Ogeon/palette"
version = "0.5.0"