plsync 0.2.1

Parallel local only `rsync` implementation in Rust
Documentation
[[bin]]
name = "plsync"
path = "src/main.rs"

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

[dependencies.env_logger]
version = "0.9"

[dependencies.filetime]
version = "0.2"

[dependencies.glob-match]
version = "0.2"

[dependencies.indicatif]
features = ["rayon"]
version = "0.17"

[dependencies.log]
version = "0.4"

[dependencies.number_prefix]
version = "0.4"

[dependencies.rayon]
version = "1.10"

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

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

[package]
authors = ["Guillermo Adrián Molina <guillermoadrianmolina@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Parallel local only `rsync` implementation in Rust"
edition = "2021"
homepage = "https://github.com/guillermomolina/plsync/wiki"
keywords = ["rsync", "parallel"]
license = "BSD-3-Clause"
name = "plsync"
readme = "README.md"
repository = "https://github.com/guillermomolina/plsync"
version = "0.2.1"

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