rsmultigit 0.1.11

Manage multiple git repositories at once
# 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 = "rsmultigit"
version = "0.1.11"
authors = ["Mark Veltzer <mark.veltzer@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage multiple git repositories at once"
readme = "README.md"
license = "MIT"
repository = "https://github.com/veltzer/rsmultigit"

[features]
vendored-openssl = ["git2/vendored-openssl"]

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.git2]
version = "0.20"

[dependencies.glob]
version = "0.3"

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

[dependencies.sha2]
version = "0.10"

[dependencies.shellexpand]
version = "3"

[dependencies.similar]
version = "3"

[dependencies.toml]
version = "0.9"

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

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

[profile.release]
lto = true
strip = true