recursive_copy 1.2.1

A minimal, safe, and portable recursive copy library for Unix systems
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 = "recursive_copy"
version = "1.2.1"
authors = ["mxnt <m10ferrari1200@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal, safe, and portable recursive copy library for Unix systems"
homepage = "https://github.com/LinuxProativo/recursive_copy"
documentation = "https://docs.rs/recursive_copy/"
readme = "README.md"
keywords = [
    "cp",
    "copy",
    "recursive_copy",
    "linux",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/LinuxDicasPro/recursive_copy"

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

[dependencies.walkdir_minimal]
version = "1.1"