[dependencies]
[package]
authors = ["Marcelo Hernandez <marcelohdez.inq@gmail.com>"]
description = """
A thin library which converts seconds into either a colon-seperated time
string and vice versa, or into the raw hour, minute, and second values.
"""
edition = "2021"
homepage = "https://crates.io/crates/hrtime"
keywords = ["time", "human-readable", "readable"]
license = "MIT"
name = "hrtime"
readme = "README.md"
repository = "https://github.com/marcelohdez/hrtime"
resolver = "2"
version = "0.2.0"