chromashift 0.0.25

A library for converting between various color formats and color spaces.
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"
name = "chromashift"
version = "0.0.25"
authors = ["Keith Cirkel (https://keithcirkel.co.uk)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for converting between various color formats and color spaces."
homepage = "https://csskit.rs"
readme = "README.md"
keywords = [
    "CSS",
    "parser",
]
license = "MIT"
repository = "https://github.com/csskit/csskit"
resolver = "2"

[features]
anstyle = ["dep:anstyle"]
default = []
owo-colors = ["dep:owo-colors"]

[lib]
name = "chromashift"
path = "src/lib.rs"
bench = false

[dependencies.anstyle]
version = "1.0.14"
optional = true

[dependencies.owo-colors]
version = "4.3.0"
optional = true