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