# 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 = "win-sys" version = "0.3.1" authors = ["ElasT0ny "] description = "Thin Rust wrapper around some Windows native apis" documentation = "https://docs.rs/win-sys" readme = "README.md" keywords = ["windows", "native", "system", "api"] categories = ["api-bindings", "os::windows-apis"] license = "MIT OR Apache-2.0" repository = "https://github.com/elast0ny/win-sys" [package.metadata.docs.rs] targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc"] [dependencies.windows] version = "0.34" features = ["Win32_System_Memory", "Win32_Storage_FileSystem", "Win32_Foundation", "Win32_Security", "Win32_System_SystemServices"]