cjrh-moreutils-parallel 0.1.4

Rust implementations of the moreutils tools
# 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 = "cjrh-moreutils-parallel"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementations of the moreutils tools"
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/cjrh/moreutils-rs"

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

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

[dependencies.cjrh-moreutils-common]
version = "0.1.4"

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