# 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 = "windows_safe_handle" version = "0.2.0" description = "Generate smart pointers for https://crates.io/crates/windows raw handles with ergonomic APIs." readme = "README.md" categories = ["os::windows-apis"] license = "MIT OR Apache-2.0" repository = "https://github.com/vsrs/windows_safe_handle" [dependencies.windows] version = "0.58" [dev-dependencies.windows] version = "0.58" features = [ "Win32_Foundation", "Win32_Security_Cryptography", "Win32_Graphics_Gdi", ]