[package] name = "chrono" version = "0.4.0" authors = ["Kang Seonghoon "] description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/" repository = "https://github.com/chronotope/chrono" keywords = ["date", "time", "calendar"] categories = ["date-and-time"] readme = "README.md" license = "MIT/Apache-2.0" [badges] travis-ci = { repository = "chronotope/chrono" } appveyor = { repository = "chronotope/chrono" } [lib] name = "chrono" [dependencies] time = "^0.1.36" num = { version = "0.1", default-features = false } rustc-serialize = { version = "0.3", optional = true } serde = { version = "1", optional = true } [dev-dependencies] serde_json = { version = "1" } bincode = { version = "0.8.0", features = ["serde"], default-features = false }