humantime 1.1.1

A parser and formatter for std::time::{Duration, SystemTime}
Documentation
[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.1"
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"