worktree_setup_copy 0.3.0

Fast parallel file copying with progress tracking
Documentation
# 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 = "worktree_setup_copy"
version = "0.3.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast parallel file copying with progress tracking"
readme = "README.md"
keywords = [
    "git",
    "worktree",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MPL-2.0"
repository = "https://github.com/BSteffaniak/worktree-setup"
resolver = "2"

[features]
default = []
fail-on-warnings = []

[lib]
name = "worktree_setup_copy"
path = "src/lib.rs"

[dependencies.jwalk]
version = "0.8.1"
default-features = false

[dependencies.log]
version = "0.4.27"
default-features = false

[dependencies.rayon]
version = "1.10.0"
default-features = false

[dependencies.reflink-copy]
version = "0.1.20"
default-features = false

[dependencies.thiserror]
version = "2.0.17"
default-features = false

[dev-dependencies.tempfile]
version = "3.19.1"
default-features = false