]> git.proxmox.com Git - rustc.git/blob - src/vendor/chrono/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / chrono / Cargo.toml
1 [package]
2 name = "chrono"
3 version = "0.4.0"
4 authors = ["Kang Seonghoon <public+rust@mearie.org>"]
5
6 description = "Date and time library for Rust"
7 homepage = "https://github.com/chronotope/chrono"
8 documentation = "https://docs.rs/chrono/"
9 repository = "https://github.com/chronotope/chrono"
10 keywords = ["date", "time", "calendar"]
11 categories = ["date-and-time"]
12 readme = "README.md"
13 license = "MIT/Apache-2.0"
14
15 [badges]
16 travis-ci = { repository = "chronotope/chrono" }
17 appveyor = { repository = "chronotope/chrono" }
18
19 [lib]
20 name = "chrono"
21
22 [dependencies]
23 time = "^0.1.36"
24 num = { version = "0.1", default-features = false }
25 rustc-serialize = { version = "0.3", optional = true }
26 serde = { version = "1", optional = true }
27
28 [dev-dependencies]
29 serde_json = { version = "1" }
30 serde_derive = { version = "1" }
31 bincode = { version = "0.8.0" }