[package] name = "chrono" version = "0.2.16" authors = ["Kang Seonghoon "] description = "Date and time library for Rust" homepage = "https://github.com/lifthrasiir/rust-chrono" documentation = "https://lifthrasiir.github.io/rust-chrono/" repository = "https://github.com/lifthrasiir/rust-chrono" keywords = ["date", "time", "calendar"] readme = "README.md" license = "MIT/Apache-2.0" [lib] name = "chrono" [dependencies] time = "*" num = "*" rustc-serialize = { version = "0.3", optional = true }