chrono/Cargo.toml

31 lines
865 B
TOML
Raw Normal View History

[package]
name = "chrono"
version = "0.2.25"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]
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"
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 }
2017-01-28 05:19:12 +00:00
serde = { version = "0.9", optional = true }
[dev-dependencies]
2017-01-28 05:19:12 +00:00
serde_json = { version = ">=0.9.0" }
bincode = { version = "1.0.0-alpha1", features = ["serde"], default-features = false }