# 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 = "boot-time" version = "0.1.2" authors = ["Rinat Shigapov "] description = "Monotonic time that takes into account time a system was suspended (if the system supports this)" readme = "README.md" keywords = [ "time", "monotonic", "duration", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/DXist/boot-time" [dependencies.cfg-if] version = "1" [target."cfg(unix)".dependencies.libc] version = "0.2"