[lib]
name = "recursive_copy"
path = "src/lib.rs"
[package]
authors = ["mxnt <m10ferrari1200@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A minimal, safe, and portable recursive copy library for Unix systems"
edition = "2024"
keywords = ["cp", "copy", "recursive_copy", "rust", "linux"]
license = "MIT"
name = "recursive_copy"
readme = "README.md"
repository = "https://github.com/LinuxDicasPro/recursive_copy"
version = "1.0.0"