# 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 = "2018" name = "eggtimer" version = "0.6.0" authors = ["Kai Schmidt "] description = "Timer types for measuring time in a program in different ways" documentation = "https://docs.rs/eggtimer/" readme = "readme.md" keywords = ["timer", "time", "duration"] categories = ["date-and-time"] license = "MIT" [features] default = [] f64 = []