palette 0.4.0

Makes linear color calculations and conversion easy and accessible for anyone.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.num-traits]
version = "0.2"

[dependencies.palette_derive]
version = "0.4.0"

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

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

[dev-dependencies.csv]
version = "1.0.0-beta.3"

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

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

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

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

[dev-dependencies.serde_json]
version = "1"
[build-dependencies.phf_codegen]
version = "0.7"
optional = true

[features]
default = ["named_from_str"]
named = []
named_from_str = ["named", "phf", "phf_codegen"]
strict = []