[package] name = "clock" version = "0.1.3" authors = ["Tim McNamara "] [dependencies] byteorder = "1" chrono = "0.4" clap = "2.32" [target.'cfg(windows)'.dependencies] winapi = "0.2" kernel32-sys = "0.2" [target.'cfg(not(windows))'.dependencies] libc = "0.2" [profile.release] lto = true