git-layer 0.1.5

Manage .git/info/exclude so your personal AI files stay out of git — without touching .gitignore.
# 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 = "2021"
rust-version = "1.77"
name = "git-layer"
version = "0.1.5"
authors = ["Aung Si Min Htet <aungsiminhtet@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage .git/info/exclude so your personal AI files stay out of git — without touching .gitignore."
homepage = "https://github.com/aungsiminhtet/layer"
readme = "README.md"
keywords = [
    "git",
    "gitignore",
    "ai-context",
    "exclude",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/aungsiminhtet/layer"

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

[[bin]]
name = "layer"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"

[dependencies.time]
version = "=0.3.36"
features = [
    "formatting",
    "parsing",
]

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

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

[profile.dist]
lto = "thin"
inherits = "release"