[dependencies.okhsl]
version = "1.0.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[lib]
name = "tinycolors"
path = "src/lib.rs"
[package]
authors = ["amit"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a tiny color management library focused on erganomics."
edition = "2024"
keywords = ["color"]
license = "MIT OR Apache-2.0"
name = "tinycolors"
readme = "readme.md"
repository = "https://github.com/amitmaish/tinycolors"
version = "0.1.0"
[[test]]
name = "unit_tests"
path = "tests/unit_tests.rs"