# 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] name = "color-rs" version = "0.8.0" authors = [ "Arturo Castro", "Brendan Zabarauskas ", "Luqman Aden", ] description = "A library that provides types and conversions for working with various color formats. Forked from the unmuntained crate color" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/arturoc/color-rs" [lib] name = "color" [dependencies.angle] version = "0.5" [dependencies.half] version = "1.6.0" [dependencies.kmeans_colors] version = "0.5" optional = true default-features = false [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" optional = true [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [features] default = [] kmeans = [ "kmeans_colors", "rand", ]