2014-07-12 14:41:22 +00:00
|
|
|
[package]
|
|
|
|
name = "chrono"
|
2016-08-02 16:18:33 +00:00
|
|
|
version = "0.2.23"
|
2014-07-12 14:41:22 +00:00
|
|
|
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
|
|
|
|
|
2014-11-19 01:59:32 +00:00
|
|
|
description = "Date and time library for Rust"
|
|
|
|
homepage = "https://github.com/lifthrasiir/rust-chrono"
|
2014-12-25 07:46:00 +00:00
|
|
|
documentation = "https://lifthrasiir.github.io/rust-chrono/"
|
2014-11-20 04:23:33 +00:00
|
|
|
repository = "https://github.com/lifthrasiir/rust-chrono"
|
2014-12-17 01:28:14 +00:00
|
|
|
keywords = ["date", "time", "calendar"]
|
2014-11-19 01:59:32 +00:00
|
|
|
readme = "README.md"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "chrono"
|
2014-10-10 06:01:31 +00:00
|
|
|
|
2014-12-25 07:46:00 +00:00
|
|
|
[dependencies]
|
2015-11-21 18:27:08 +00:00
|
|
|
time = "0.1"
|
2016-01-09 17:29:15 +00:00
|
|
|
num = { version = "0.1", default-features = false }
|
2015-04-28 09:42:18 +00:00
|
|
|
rustc-serialize = { version = "0.3", optional = true }
|
2016-08-02 16:54:34 +00:00
|
|
|
serde = { version = "<0.9", optional = true }
|
2015-04-28 17:08:32 +00:00
|
|
|
|
2015-11-09 14:26:36 +00:00
|
|
|
[dev-dependencies]
|
2016-08-02 16:54:34 +00:00
|
|
|
serde_json = { version = ">=0.7.0" }
|