# 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 = "uu_cp" version = "0.0.28" authors = [ "Jordy Dickinson ", "Joshua S. Miller ", "uutils developers", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "cp ~ (uutils) copy SOURCE to DESTINATION" homepage = "https://github.com/uutils/coreutils" readme = "README.package.md" keywords = [ "coreutils", "uutils", "cross-platform", "cli", "utility", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cp" [lib] name = "uu_cp" path = "src/cp.rs" [[bin]] name = "cp" path = "src/main.rs" [dependencies.clap] version = "4.4" features = [ "wrap_help", "cargo", ] [dependencies.filetime] version = "0.2.23" [dependencies.indicatif] version = "0.17.8" [dependencies.libc] version = "0.2.153" [dependencies.quick-error] version = "2.0.1" [dependencies.selinux] version = "0.4.4" optional = true [dependencies.uucore] version = ">=0.0.19" features = [ "backup-control", "entries", "fs", "perms", "mode", "update-control", ] package = "uucore" [dependencies.walkdir] version = "2.5" [features] feat_acl = ["exacl"] feat_selinux = ["selinux"] [target."cfg(unix)".dependencies.exacl] version = "0.12.0" optional = true [target."cfg(unix)".dependencies.xattr] version = "1.3.1"