datetime 0.4.2

Library for date and time formatting and arithmetic
Documentation
[package]
name = "datetime"
description = "Library for date and time formatting and arithmetic"

authors = [ "ogham@bsago.me", "Hendrik Sollich <hendrik@hoodie.de>" ]
documentation = "http://datetime.rustdocs.org/datetime/"
homepage = "https://github.com/rust-datetime/datetime"
license = "MIT"
readme = "README.md"
version = "0.4.2"

[lib]
name = "datetime"

[dependencies]
locale = "0.2"
num = "0.1"
pad = "0.1"
libc = "0.2"
iso8601 = "0.1.0"

[dev-dependencies]
rustc-serialize = "0.3"
regex = "0.1"