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