termtitle 0.1.0

Intelligently sets terminal window/tab titles based on configurable rules
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 = "2021"
rust-version = "1.70"
name = "termtitle"
version = "0.1.0"
authors = ["Tom Dale <tom@tomdale.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intelligently sets terminal window/tab titles based on configurable rules"
homepage = "https://github.com/tomdale/termtitle"
documentation = "https://docs.rs/termtitle"
readme = "README.md"
keywords = [
    "terminal",
    "cli",
    "iterm2",
    "osc",
    "title",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/tomdale/termtitle"

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

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[[bench]]
name = "helpers"
path = "benches/helpers.rs"

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

[dependencies.directories]
version = "5"

[dependencies.glob]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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

[dev-dependencies.toml]
version = "0.8"