tftio-cli-common 3.0.3

Common functionality for tftio Rust CLI tools
Documentation
[package]
name = "tftio-cli-common"
version = "3.0.3"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Common functionality for tftio Rust CLI tools"
keywords = ["cli", "utilities", "tftio"]
categories = ["command-line-utilities", "development-tools"]

[lints]
workspace = true

[dependencies]
# `string` enables `clap::builder::Str: From<String>`, letting the agent-surface
# command filter rebuild commands from owned, dynamically-sourced names without
# leaking a `&'static str` (REPO_INVARIANTS.md: minimize global state).
clap = { workspace = true, features = ["string"] }
clap_complete.workspace = true
colored.workspace = true
indicatif.workspace = true
is-terminal.workspace = true
serde_json.workspace = true
thiserror.workspace = true