madgit 0.4.0

Mass run commands distributed across multiple Git repositories.
Documentation
# 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 = "madgit"
version = "0.4.0"
authors = ["Wiktor W. <wykwit@disroot.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mass run commands distributed across multiple Git repositories."
readme = "README.md"
keywords = ["git"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://gitlab.com/wykwit/madgit/"

[lib]
name = "madgit"
path = "src/lib.rs"

[[bin]]
name = "madgit"
path = "src/bin/madgit.rs"

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

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

[dependencies.anyhow]
version = "1.0.99"

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

[dependencies.console]
version = "0.15"

[dependencies.futures]
version = "0.3.31"

[dependencies.reqwest]
version = "0.12.23"
features = ["json"]

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

[dependencies.tokio]
version = "1.47.1"
features = [
    "fs",
    "macros",
    "process",
    "rt-multi-thread",
]

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

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