# 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 = "timestamp-source" version = "0.1.3" authors = ["Stanislav Kusovskyi "] exclude = [".vscode/*"] description = "Timestamp source library provides simple traits for handling timestamps." documentation = "https://docs.rs/crate/timestamp-source" readme = "README.md" keywords = [ "duration", "elapsed", "timer", "time", "timestamp", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/kusstas/timestamp-source" [dependencies.spin] version = "^0.9.4"