[package] name = "cp" version = "0.0.1" authors = [ "Jordy Dickinson ", "Joshua S. Miller ", ] build = "../../mkmain.rs" [lib] name = "uu_cp" path = "cp.rs" [dependencies] getopts = "0.2.18" libc = "0.2.42" walkdir = "2.1.4" clap = "2.32.0" quick-error = "1.2.2" filetime = "0.2" [dependencies.uucore] path = "../uucore" features = ["fs"] [target.'cfg(target_os = "linux")'.dependencies] ioctl-sys = "0.5.2" [target.'cfg(target_os = "windows")'.dependencies] kernel32-sys = "0.2.2" winapi = "0.3" [target.'cfg(unix)'.dependencies] xattr="0.2.1" [[bin]] name = "cp" path = "../../uumain.rs"