farver 3.2.1

A Rust color library with easy transformation of colors with less functions.
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 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]
edition = "2021"
name = "farver"
version = "3.2.1"
authors = [
    "Carsten Kragelund <carsten@kragelund.me>",
    "vaidehijoshi <vaidehi.sj@gmail.com>",
    "chancancode <godfreykfc@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust color library with easy transformation of colors with less functions."
homepage = "https://github.com/nyxkrage/farver"
readme = "README.md"
keywords = [
    "color",
    "colors",
    "colour",
]
license = "ISC"
repository = "https://github.com/nyxkrage/farver"

[lib]
name = "farver"
path = "src/lib.rs"

[dependencies.ansi_term]
version = "0.12.1"
optional = true

[dependencies.bevy]
version = "0.8.1"
optional = true

[dependencies.palette]
version = "0.6.1"
optional = true

[dependencies.serde]
version = "1.0.147"
optional = true

[dev-dependencies.ansi_term]
version = "0.12.1"

[dev-dependencies.bevy]
version = "0.8.1"
features = ["bevy_render"]
default-features = true

[dev-dependencies.palette]
version = "0.6.1"

[dev-dependencies.serde]
version = "1.0.147"
features = ["derive"]

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