# 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 = "zeitstempel" version = "0.2.0" authors = ["Jan-Erik Rediger "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A timestamp you can serialize, and it might include suspend time." readme = "README.md" license = "MPL-2.0" repository = "https://github.com/badboy/zeitstempel" [features] win10plus = [] [lib] name = "zeitstempel" path = "src/lib.rs" [[example]] name = "uptime" path = "examples/uptime.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.once_cell] version = "1.5.2" [target.'cfg(any(target_os = "linux", target_os = "android", target_os = "macos", target_os = "ios"))'.dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "profileapi", "realtimeapiset", ]