xa-cli 1.0.0

A modern, safe replacement for xargs
# 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 = "xa-cli"
version = "1.0.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern, safe replacement for xargs"
readme = "README.md"
keywords = [
    "xargs",
    "parallel",
    "cli",
    "pipeline",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/welcomevideogame/xa"

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

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

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

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

[dependencies.ctrlc]
version = "3"

[dependencies.indicatif]
version = "0.17"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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

[build-dependencies.clap_complete]
version = "4"

[build-dependencies.clap_mangen]
version = "0.2"