chromasync-core 0.5.3

Core generation pipeline and configuration loading 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.85"
name = "chromasync-core"
version = "0.5.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core generation pipeline and configuration loading for Chromasync"
homepage = "https://github.com/spinualexandru/chromasync"
readme = false
license = "MIT"
repository = "https://github.com/spinualexandru/chromasync"
resolver = "2"

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

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

[dependencies.chromasync-color]
version = "0.5.3"

[dependencies.chromasync-extract]
version = "0.5.3"

[dependencies.chromasync-renderers]
version = "0.5.3"

[dependencies.chromasync-template]
version = "0.5.3"

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

[dependencies.directories]
version = "6.0.0"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "0.9.8"