color-rs 0.3.0

A library that provides types and conversions for working with various color formats. Forked from the unmuntained crate color
Documentation
[package]
name = "color-rs"
version = "0.3.0"
authors = ["Arturo Castro", "Brendan Zabarauskas <bjzaba@yahoo.com.au>", "Luqman Aden"]
description = "A library that provides types and conversions for working with various color formats. Forked from the unmuntained crate color"
license-file="LICENSE"
repository="https://github.com/arturoc/colors-rs"

[lib]
name="color"

[dependencies]
num-traits = "0.2"
angle = "0.3"
serde={version = "1.0"}
serde_derive={version = "1.0"}