datetime 0.5.2

Library for date and time formatting and arithmetic
Documentation
[dependencies.iso8601]
optional = true
version = "0.3.0"

[dependencies.libc]
version = "0.2"

[dependencies.locale]
optional = true
version = "0.2"

[dependencies.pad]
optional = true
version = "0.1"

[dev-dependencies.rustc-serialize]
version = "0.3"

[features]
default = ["format", "parse"]
format = ["pad", "locale"]
parse = ["iso8601"]

[lib]
name = "datetime"

[package]
authors = ["Benjamin Sago <ogham@bsago.me>", "Hendrik Sollich <hendrik@hoodie.de>"]
description = "Library for date and time formatting and arithmetic"
documentation = "https://docs.rs/datetime"
exclude = ["/.rustfmt.toml", "/.travis.yml"]
license = "MIT"
name = "datetime"
readme = "README.md"
repository = "https://github.com/rust-datetime/datetime"
version = "0.5.2"

[target.'cfg(target_os = "redox")'.dependencies.redox_syscall]
version = "0.1.29"

[target."cfg(windows)".dependencies.winapi]
features = ["sysinfoapi", "minwindef"]
version = "0.3.8"