| [package] |
| |
| name = "time" |
| version = "0.1.38" |
| authors = ["The Rust Project Developers"] |
| license = "MIT/Apache-2.0" |
| homepage = "https://github.com/rust-lang/time" |
| repository = "https://github.com/rust-lang/time" |
| documentation = "https://doc.rust-lang.org/time" |
| description = """ |
| Utilities for working with time-related functions in Rust. |
| """ |
| |
| [dependencies] |
| libc = "0.2.1" |
| rustc-serialize = { version = "0.3", optional = true } |
| |
| [target.'cfg(target_os = "redox")'.dependencies] |
| redox_syscall = "0.1" |
| |
| [target.'cfg(windows)'.dependencies] |
| winapi = "0.2.0" |
| kernel32-sys = "0.2.0" |
| |
| [dev-dependencies] |
| log = "0.3" |
| |
| [target.'cfg(windows)'.dev-dependencies] |
| advapi32-sys = "0.1.2" |