termtint 0.3.0

Automatically colorize iTerm2 tabs and backgrounds based on directory
# 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 = "2021"
name = "termtint"
version = "0.3.0"
authors = ["Tom Dale <tom@tomdale.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatically colorize iTerm2 tabs and backgrounds based on directory"
readme = "README.md"
keywords = [
    "iterm2",
    "terminal",
    "cli",
    "color",
    "theme",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/tomdale/termtint"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.csscolorparser]
version = "0.7"
features = ["named-colors"]

[dependencies.glob]
version = "0.3"

[dependencies.oklab]
version = "1.1"

[dependencies.rand]
version = "0.8"

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

[dependencies.toml]
version = "0.8"

[dev-dependencies.filetime]
version = "0.2"

[dev-dependencies.tempfile]
version = "3"