# 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 = "native-timer" version = "0.5.2" authors = ["Ruxo Zheng "] description = "Timer library which uses OS timer capabilities." homepage = "https://docs.rs/native-timer" documentation = "https://docs.rs/native-timer" readme = "README.md" keywords = [ "native", "timer", "schedule", ] categories = [ "concurrency", "os::windows-apis", "os::unix-apis", ] license = "MIT" repository = "https://github.com/ruxo/native-timer" [[example]] name = "simple" path = "src/examples/simple.rs" [dependencies.parking_lot] version = "0.12" [dependencies.sync-wait-object] version = "0.2" [features] default = ["tracker"] tracker = [] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.windows] version = "0.44" features = [ "Win32_Foundation", "Win32_System_Threading", "Win32_Security", "Win32_System_WindowsProgramming", ]