fcp 0.2.1

A significantly faster alternative to the classic Unix cp(1) command
Documentation
[[bench]]
harness = false
name = "fcp_benchmark"

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

[dependencies.nix]
version = "0.22.0"

[dependencies.rayon]
version = "1.5.1"

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

[package]
authors = ["Kevin Svetlitski <kevin_svetlitski@berkeley.edu>"]
categories = ["command-line-utilities", "filesystem"]
description = "A significantly faster alternative to the classic Unix cp(1) command"
edition = "2018"
exclude = ["/fixtures/", "/.github/"]
keywords = ["copy", "unix", "shell", "utility", "fast"]
license-file = "LICENSE"
name = "fcp"
readme = "README.md"
repository = "https://github.com/Svetlitski/fcp"
version = "0.2.1"