time-hms 0.3.1

Convert a duration in seconds to a representation in hours, minutes and seconds
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "time-hms"
version = "0.3.1"
description = "Convert a duration in seconds to a representation in hours, minutes and seconds"
readme = "README.md"
keywords = [
    "time",
    "hms",
    "hours",
    "minutes",
    "seconds",
]
categories = ["date-and-time"]
license = "MIT"
repository = "https://github.com/ad-8/time-hms"

[dependencies]