# 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" rust-version = "1.63" name = "cp_r" version = "0.5.2" authors = ["Martin Pool"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Copy files and directories recursively, preserving mtime and permissions" readme = "README.md" keywords = [ "copy", "directory", "filesystem", "permissions", "recursive", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/sourcefrog/cp_r" [lib] name = "cp_r" path = "src/lib.rs" [[test]] name = "anyhow" path = "tests/anyhow.rs" [[test]] name = "tests" path = "tests/tests.rs" [[test]] name = "windows" path = "tests/windows.rs" [dependencies.filetime] version = "0.2.6" [dev-dependencies.anyhow] version = "1.0.60" [dev-dependencies.tempfile] version = "3.8"