dircpy 0.3.20

Copy directories recursively with flexible options.
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 = "2018"
name = "dircpy"
version = "0.3.20"
authors = ["Johann Woelper <woelper@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Copy directories recursively with flexible options."
readme = "README.md"
keywords = [
    "copy",
    "recursive",
    "filesystem",
    "file",
]
license = "MIT"
repository = "https://github.com/woelper/dircpy/"

[features]
default = ["jwalk"]

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

[[bench]]
name = "copy_rustlang"
path = "benches/copy_rustlang.rs"
harness = false

[dependencies.jwalk]
version = "0.8"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.reqwest]
version = "0.13"
features = ["blocking"]

[dev-dependencies.unzip]
version = "0.1"