gix-command 0.9.1

A crate of the gitoxide project handling internal git command execution
Documentation
lints.workspace = true

[package]
name = "gix-command"
version = "0.9.1"
repository = "https://github.com/GitoxideLabs/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project handling internal git command execution"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2024"
rust-version = "1.85"
include = ["/src/lib.rs", "/LICENSE-*"]

[lib]
doctest = true

[dependencies]
gix-trace = { version = "^0.1.20", path = "../gix-trace" }
gix-path = { version = "^0.12.1", path = "../gix-path" }
gix-quote = { version = "^0.7.2", path = "../gix-quote" }

bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
shell-words = "1.1"

[dev-dependencies]
gix-testtools = { path = "../tests/tools" }