tagit-impl 0.3.2

`tagit` CLI implementation
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 = "2024"
rust-version = "1.90"
name = "tagit-impl"
version = "0.3.2"
authors = ["Alisa Feistel <alisafeistel@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "`tagit` CLI implementation"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/parrrate/opentagit"

[features]
changelog = [
    "dep:tagit-workspace-changelog",
    "tagit-tag?/changelog",
]
default = []
diff = ["dep:tagit-diff"]
sub = [
    "dep:tagit-sub",
    "tagit-sub/impl",
]
tag = ["dep:tagit-tag"]

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.clap_complete]
version = "4.5.7"

[dependencies.clap_mangen]
version = "0.2.22"

[dependencies.tagit-command]
version = "0.3.0"

[dependencies.tagit-diff]
version = "0.1.2"
optional = true

[dependencies.tagit-sub]
version = "0.1.0"
optional = true

[dependencies.tagit-tag]
version = "0.3.3"
optional = true

[dependencies.tagit-workspace-changelog]
version = "0.1.4"
optional = true