chromasync 0.6.0

Dynamic color engine and theme generator CLI
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"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamic color engine and theme generator CLI"
homepage = "https://github.com/spinualexandru/chromasync"
readme = "README.md"
keywords = [
    "theme",
    "color",
    "cli",
    "palette",
    "desktop",
]
categories = [
    "command-line-utilities",
    "config",
]
license = "MIT"
repository = "https://github.com/spinualexandru/chromasync"
resolver = "2"

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

[[bin]]
name = "chromasync"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.104"

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

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

[dependencies.clap]
version = "4.6.7"
features = [
    "derive",
    "help",
    "std",
    "usage",
]
default-features = false

[dependencies.clap_complete]
version = "4"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.toml]
version = "1.1.6"

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.predicates]
version = "3.1.4"