[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.14" libc = "0.2.26" walkdir = "1.0.7" clap = "2.20.0" quick-error = "1.1.0" uucore = { path="../uucore" } filetime = "0.1" [target.'cfg(target_os = "linux")'.dependencies] ioctl-sys = "0.5.2" [target.'cfg(target_os = "windows")'.dependencies] kernel32-sys = "*" winapi = "*" [target.'cfg(unix)'.dependencies] xattr="0.2.1" [[bin]] name = "cp" path = "../../uumain.rs"