zsh-plugin-cli 0.2.1

A command-line tool to generate new Zsh plugins.
# 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"
name = "zsh-plugin-cli"
version = "0.2.1"
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool to generate new Zsh plugins."
documentation = "https://docs.rs/zsh-plugin-cli/"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/johnstonskj/rust-zsh-plugin-cli.git"

[[bin]]
name = "zsh-plugin"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
    "cargo",
    "wrap_help",
]

[dependencies.clap-verbosity-flag]
version = "3.0"
features = ["tracing"]
default-features = false

[dependencies.clap_complete]
version = "4.5"

[dependencies.flat_error]
version = "0.3"

[dependencies.git2]
version = "0.20.3"

[dependencies.tera]
version = "1.20"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "ansi",
    "env-filter",
]