colr-types 0.2.0

Color model ZSTs and marker traits for colr.
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 = "2024"
rust-version = "1.85"
name = "colr-types"
version = "0.2.0"
authors = ["Chay Nabors <git@chaynabors.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Color model ZSTs and marker traits for colr."
readme = "README.md"
keywords = [
    "color",
    "colorspace",
    "rgb",
    "oklab",
    "hdr",
]
categories = [
    "graphics",
    "rendering",
    "science",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/chaynabors/colr"
resolver = "2"

[features]
default = ["std"]
glam = ["dep:glam"]
libm = ["dep:libm"]
std = []

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

[dependencies.glam]
version = "0.32"
optional = true

[dependencies.libm]
version = "0.2"
optional = true