1[package]
2name = "humantime"
3description = """
4    A parser and formatter for std::time::{Duration, SystemTime}
5"""
6license = "MIT/Apache-2.0"
7readme = "README.md"
8keywords = ["time", "human", "human-friendly", "parser", "duration"]
9homepage = "https://github.com/tailhook/humantime"
10repository = "https://github.com/tailhook/humantime"
11documentation = "https://docs.rs/humantime"
12version = "2.1.0"
13edition = "2018"
14authors = ["Paul Colomiets <paul@colomiets.name>"]
15categories = ["date-and-time"]
16
17[lib]
18name = "humantime"
19path = "src/lib.rs"
20
21[dev-dependencies]
22time = "0.1"
23chrono = "0.4"
24rand = "0.6"
25