parcopy-cli 0.3.1

Fast parallel file copy command (pcp)
# 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"
rust-version = "1.85"
name = "parcopy-cli"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast parallel file copy command (pcp)"
readme = false
keywords = [
    "copy",
    "parallel",
    "cli",
    "cp",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lucifer1004/parcopy"
resolver = "2"

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

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

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

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

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

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

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

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

[dependencies.ctrlc]
version = "3"

[dependencies.indicatif]
version = "0.18"

[dependencies.parcopy]
version = "0.3.0"
features = [
    "progress",
    "reflink",
]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.libc]
version = "0.2"

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

[dev-dependencies.rstest]
version = "0.21"

[dev-dependencies.scopeguard]
version = "1"

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

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

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"