21 lines
470 B
TOML
Raw Normal View History

2016-05-21 00:01:11 +03:00
[package]
name = "humantime"
description = """
A human friendly format parser for std::time::Duration.
"""
license = "MIT/Apache-2.0"
readme = "README.rst"
keywords = ["linux", "container", "namespace", "docker", "process"]
homepage = "http://github.com/tailhook/humantime"
documentation = "http://tailhook.github.io/humantime/"
2016-06-04 02:11:36 +03:00
version = "1.0.0"
2016-05-21 00:01:11 +03:00
authors = ["paul@colomiets.name"]
[dependencies]
quick-error = "1.0.0"
[lib]
name = "humantime"
path = "src/lib.rs"