2014-07-12 14:41:22 +00:00
|
|
|
[package]
|
|
|
|
name = "chrono"
|
2015-01-29 15:02:48 +00:00
|
|
|
version = "0.1.17"
|
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-01-28 23:47:05 +00:00
|
|
|
time = "0.1.15"
|
2014-07-12 14:41:22 +00:00
|
|
|
|