farver 3.1.0

A Rust color library with easy transformation of colors with less functions.
Documentation
[package]
name = "farver"
edition = "2021"
version = "3.1.0"
authors = ["Carsten Kragelund <carsten@kragelund.me>", "vaidehijoshi <vaidehi.sj@gmail.com>", "chancancode <godfreykfc@gmail.com>"]

description = "A Rust color library with easy transformation of colors with less functions."
repository = "https://github.com/nyxkrage/farver"
homepage = "https://github.com/nyxkrage/farver"
keywords = ["color", "colors", "colour"]
readme = "README.md"
license = "ISC"



[dependencies]
palette = { version = "0.6.1", optional = true }
serde = { version = "1.0.147", optional = true }
bevy = { version = "0.8.1", optional = true }

[dev-dependencies]
palette = { version = "0.6.1" }
bevy = { version = "0.8.1", default-features = true, features = ["bevy_render"] }
serde = { version = "1.0.147", features = ["derive"] }
serde_json = { version = "1.0.87" }