git-cloak 0.0.1

The Invisible Layer for Your Repositories - Manage private, untracked files across Git clones.
# 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-cloak"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Invisible Layer for Your Repositories - Manage private, untracked files across Git clones."
readme = "README.md"
keywords = [
    "git",
    "workflow",
    "private",
    "overlay",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"

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

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

[dependencies.cap-std]
version = "3"

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

[dependencies.dirs]
version = "6"

[dependencies.gix]
version = "0.78"
features = ["revision"]
default-features = false

[dependencies.hex]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dev-dependencies.serde_json]
version = "1"

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