chromasync-renderers 0.6.0

Built-in renderers and target registry for Chromasync
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.88"
name = "chromasync-renderers"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Built-in renderers and target registry for Chromasync"
homepage = "https://github.com/spinualexandru/chromasync"
readme = false
license = "MIT"
repository = "https://github.com/spinualexandru/chromasync"
resolver = "2"

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

[[test]]
name = "contrast"
path = "tests/contrast.rs"

[[test]]
name = "golden"
path = "tests/golden.rs"

[[test]]
name = "registry"
path = "tests/registry.rs"

[dependencies.chromasync-types]
version = "0.6.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.20"

[dependencies.toml]
version = "1.1.6"

[dev-dependencies.chromasync-color]
version = "0.6.0"

[dev-dependencies.chromasync-template]
version = "0.6.0"

[dev-dependencies.serde_json]
version = "1.0.151"