coloremetry 0.2.0

small color library written in Rust
Documentation
[package]
name = "coloremetry"
version = "0.2.0"
authors = ["Jared Davis <jared@no-magic.dev"]
edition = "2024"
license = "Apache-2.0"
keywords = ["coloremetry"]
categories = ["graphics", "mathematics", "wasm", "algorithms"]
repository = "https://codeberg.org/mathbook/coloremetry"
homepage = "https://codeberg.org/mathbook/coloremetry"
readme = "README.md"
description = "small color library written in Rust"

[dependencies]
apache-avro = { version = "0.17", features = ["snappy"] }
serde = { version = "1", features = ["derive"]}
uuid = { version = "1.16", features = ["v5"] }
num-traits = "0.2.19"
bytes = { version = "1.10" }
lazy_static = { version = "1.5" }