third_party_rust_humantime/Cargo.toml
2018-02-21 21:06:31 +00:00

26 lines
580 B
TOML

[package]
name = "humantime"
description = """
A parser and formatter for std::time::{Duration, SystemTime}
"""
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["time", "human", "human-friendly", "parser", "duration"]
homepage = "https://github.com/tailhook/humantime"
documentation = "https://docs.rs/humantime"
version = "1.1.0"
authors = ["Paul Colomiets <paul@colomiets.name>"]
categories = ["date-and-time"]
[dependencies]
quick-error = "1.0.0"
[lib]
name = "humantime"
path = "src/lib.rs"
[dev-dependencies]
time = "0.1.39"
chrono = "0.4.0"
rand = "0.4.2"