[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"