[package]
edition = "2024"
rust-version = "1.88"
name = "chromasync-template"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Template loading and semantic token resolution for Chromasync"
homepage = "https://github.com/spinualexandru/chromasync"
readme = false
license = "MIT"
repository = "https://github.com/spinualexandru/chromasync"
resolver = "2"
[lib]
name = "chromasync_template"
path = "src/lib.rs"
[[test]]
name = "snapshots"
path = "tests/snapshots.rs"
[dependencies.chromasync-color]
version = "0.6.0"
[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.serde]
version = "1.0.229"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1.0.151"