humantime 2.1.0

A parser and formatter for std::time::{Duration, SystemTime}
Documentation
[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.time]
version = "0.1"

[lib]
name = "humantime"
path = "src/lib.rs"

[package]
authors = ["Paul Colomiets <paul@colomiets.name>"]
categories = ["date-and-time"]
description = "    A parser and formatter for std::time::{Duration, SystemTime}\n"
documentation = "https://docs.rs/humantime"
edition = "2018"
homepage = "https://github.com/tailhook/humantime"
keywords = ["time", "human", "human-friendly", "parser", "duration"]
license = "MIT/Apache-2.0"
name = "humantime"
readme = "README.md"
repository = "https://github.com/tailhook/humantime"
version = "2.1.0"