gecol 0.1.0

A perception-aware accent color extractor and dynamic theme generator.
# 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 = "gecol"
version = "0.1.0"
authors = ["Martin Slezák (github.com/Martan03)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A perception-aware accent color extractor and dynamic theme generator."
readme = "README.md"
keywords = [
    "color-extraction",
    "ricing",
    "template",
    "palette",
    "unixporn",
]
license-file = "LICENSE"
repository = "https://github.com/Martan03/gecol"
resolver = "2"

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

[dependencies.clap]
version = "4.5.60"
features = [
    "color",
    "derive",
]

[dependencies.dirs]
version = "6.0.0"

[dependencies.gecol-core]
version = "0.1.0"

[dependencies.indicatif]
version = "0.18.4"

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

[dependencies.termal]
version = "4.2.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.0.6"