time 0.1.43

Utilities for working with time-related functions in Rust.
Documentation
[dependencies.libc]
version = "0.2.69"

[dependencies.rustc-serialize]
optional = true
version = "0.3"
[dev-dependencies.log]
version = "0.4"

[dev-dependencies.winapi]
features = ["std", "processthreadsapi", "winbase"]
version = "0.3.0"

[package]
authors = ["The Rust Project Developers"]
description = "Utilities for working with time-related functions in Rust.\n"
documentation = "https://docs.rs/time/~0.1"
exclude = [".github", "benches"]
homepage = "https://github.com/time-rs/time"
license = "MIT/Apache-2.0"
name = "time"
readme = "README.md"
repository = "https://github.com/time-rs/time"
version = "0.1.43"
[target."cfg(windows)".dependencies.winapi]
features = ["std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi"]
version = "0.3.0"