fs_extra_rs 1.0.0

Expanding std::fs and std::io. Recursively copy folders with information about process and much more.
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 = "2021"
name = "fs_extra_rs"
version = "1.0.0"
authors = ["Denis Kurilenko <webdesus@gmail.com>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Expanding std::fs and std::io. Recursively copy folders with information about process and much more."
homepage = "https://github.com/webdesus/fs_extra_rs"
documentation = "https://docs.rs/fs_extra_rs"
readme = "README.md"
keywords = [
    "filesystem",
    "recursion",
    "copy",
    "dir",
    "file",
]
license = "MIT"
repository = "https://github.com/webdesus/fs_extra_rs"

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

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

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

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

[dependencies]