[dependencies.cmd-proc]
version = "0.1.0"
[dependencies.thiserror]
version = "2"
[dependencies.url]
features = ["serde"]
version = "2.5"
[features]
test-utils = ["cmd-proc/test-utils"]
[lib]
name = "git_proc"
path = "src/lib.rs"
[lints.clippy]
multiple_crate_versions = "deny"
must_use_candidate = "deny"
uninlined_format_args = "deny"
[lints.clippy.all]
level = "deny"
priority = -1
[package]
authors = ["Markus Schirp <mbj@schirp-dso.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Process-based git CLI wrapper with rich types"
edition = "2024"
keywords = ["git", "cli", "process", "types"]
license = "MIT"
name = "git-proc"
readme = "README.md"
repository = "https://github.com/mbj/mrs/tree/main/git-proc"
rust-version = "1.92"
version = "0.0.1"