# 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 = "sync-wait-object" version = "0.2.0" authors = ["Ruxo Zheng "] description = "Synchronous Wait Object (abstraction over Mutex & CondVar)" homepage = "https://docs.rs/sync-wait-object" documentation = "https://docs.rs/sync-wait-object" readme = "README.md" keywords = [ "native", "sync", "wait-object", ] categories = [ "concurrency", "os::windows-apis", ] license = "MIT" repository = "https://github.com/ruxo/sync-wait-object" [dependencies] [target."cfg(windows)".dependencies.windows] version = "0.44" features = [ "Win32_Foundation", "Win32_System_Threading", "Win32_Security", "Win32_System_WindowsProgramming", ]