[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[features]
default = ["std"]
serde = ["dep:serde", "std"]
std = []
[lib]
name = "colorsys"
path = "src/lib.rs"
[package]
authors = ["mz <emgyrz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics"]
description = "A module for color conversion and mutation. Works with RGB(a)( as hexadecimal too), HSL(a), CMYK color models and with ANSI color codes"
edition = "2024"
homepage = "https://github.com/emgyrz/colorsys.rs"
keywords = ["colors", "converter", "rgb", "hsl", "cmyk"]
license = "MIT"
name = "colorsys"
readme = "README.md"
repository = "https://github.com/emgyrz/colorsys.rs.git"
version = "0.7.3"
[[test]]
name = "tst"
path = "tests/tst.rs"