chrono/Cargo.toml

25 lines
672 B
TOML
Raw Normal View History

[package]
name = "chrono"
version = "0.2.24"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
description = "Date and time library for Rust"
homepage = "https://github.com/lifthrasiir/rust-chrono"
documentation = "https://lifthrasiir.github.io/rust-chrono/"
2014-11-20 04:23:33 +00:00
repository = "https://github.com/lifthrasiir/rust-chrono"
keywords = ["date", "time", "calendar"]
readme = "README.md"
license = "MIT/Apache-2.0"
[lib]
name = "chrono"
2014-10-10 06:01:31 +00:00
[dependencies]
time = "0.1"
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 }
[dev-dependencies]
2016-08-02 16:54:34 +00:00
serde_json = { version = ">=0.7.0" }