# 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" rust-version = "1.81" name = "tokio-hrtime" version = "0.1.6" authors = ["Misaki Kasumi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hires timers for tokio" readme = "README.md" keywords = [ "async", "timer", "tokio", ] categories = [ "asynchronous", "os", ] license = "BSL-1.0" repository = "https://github.com/ruihe774/tokio-hrtime" [profile.test] opt-level = 2 [lib] name = "tokio_hrtime" path = "src/lib.rs" [dependencies.cfg-if] version = "1" [dependencies.pin-project-lite] version = "0.2" [features] default = ["rt"] rt = ["tokio/rt"] test = [ "tokio/rt", "tokio/rt-multi-thread", ] test-hires = ["test"] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.tokio] version = "^1.15" features = ["net"] default-features = false [target."cfg(windows)".dependencies.tokio] version = "^1.15" default-features = false [target."cfg(windows)".dependencies.windows] version = ">=0.51,<0.60" features = [ "Win32_Foundation", "Win32_System_Threading", "Win32_Security", ]