easy-git-ignore 0.2.0

a tool to add stuff to the git ignore the cool way
# 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 = "easy-git-ignore"
version = "0.2.0"
authors = ["Shadowdara"]
build = "build.rs"
include = [
    "LICENSE",
    "README.md",
    "Cargo.toml",
    "/src/",
    "build.rs",
    "/c/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a tool to add stuff to the git ignore the cool way"
readme = "README.md"
keywords = [
    "git",
    "ignore",
    "samengine",
]
license = "Apache-2.0"
repository = "https://github.com/shadowdara/samengine"

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

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

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

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

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

[dependencies.colored]
version = "2"

[build-dependencies.cc]
version = "1"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
panic = "abort"
incremental = false
strip = true