[package] name = "monotonic-time" version = "1.0.2" authors = ["Charles Chege "] license = "Apache-2.0 OR MIT" edition = "2021" description = "A simple lightweight crate to convert seconds provided to `Coordinated Universal Time` (UTC) or ` Temps Atomique International` (TAI)." repository = "https://github.com/charleschege/Monotonic-Time" readme = "README.md" keywords = ["date", "time", "tai", "monotonic", "timestamp"] categories = ["accessibility", "embedded", "date-and-time"] [badges] maintenance = { status = "actively-developed" } [dependencies] [features] default = ["no_std"] std = [] no_std = []