git-shadow 0.0.3

Standalone shadow copies of git repos (or parts of them) in a working directory.
# 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"
rust-version = "1.85"
name = "git-shadow"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone shadow copies of git repos (or parts of them) in a working directory."
readme = "README.md"
keywords = [
    "git",
    "cli",
    "vendor",
    "shadow",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/andre-a-alves/git-shadow"

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

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

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

[dependencies.dunce]
version = "1.0.5"

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

[dependencies.toml]
version = "1"

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

[lints.clippy.pedantic]
level = "warn"
priority = -1