git-metadata 0.2.0

Porcelain for adding metadata to any git object without rewriting history.
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"
name = "git-metadata"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Porcelain for adding metadata to any git object without rewriting history."
homepage = "https://github.com/git-ents/git-metadata"
documentation = "https://docs.rs/git-metadata"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/git-ents/git-metadata"

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

[[bin]]
name = "git-metadata"
path = "src/main.rs"

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

[dependencies.clap_mangen]
version = "0.2.31"

[dependencies.git-filter-tree]
version = "0.3.1"

[dependencies.git2]
version = "0.20.4"

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