[package]
name = "tagit-impl"
version = "0.2.2"
description = "`tagit` CLI implementation"
authors.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
repository.workspace = true
rust-version.workspace = true
[dependencies]
tagit-workspace-changelog = { workspace = true, optional = true }
tagit-command.workspace = true
tagit-sub = { workspace = true, optional = true }
tagit-tag = { workspace = true, optional = true }
anyhow.workspace = true
clap.workspace = true
clap_complete = "4.5.7"
clap_mangen = "0.2.22"
[features]
default = []
changelog = ["dep:tagit-workspace-changelog", "tagit-tag?/changelog"]
sub = ["dep:tagit-sub", "tagit-sub/impl"]
tag = ["dep:tagit-tag"]