git-filter-tree 0.3.1

Filter and write trees in Git's object database.
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-filter-tree"
version = "0.3.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filter and write trees in Git's object database."
documentation = "https://docs.rs/git-filter-tree"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/git-ents/git-filter"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

[dependencies.clap_mangen]
version = "0.2.31"

[dependencies.git2]
version = "0.20.4"

[dependencies.globset]
version = "0.4.18"