# 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 = "winsafe" version = "0.0.22" authors = ["Rodrigo Cesar de Freitas Dias "] build = false include = [ "/src/**/*", "/Cargo.toml", "/LICENSE.md", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Windows API and GUI in safe, idiomatic Rust." readme = "README.md" keywords = [ "com", "ffi", "gui", "win32", "windows", ] categories = [ "api-bindings", "gui", "os::windows-apis", ] license = "MIT" repository = "https://github.com/rodrigocfd/winsafe" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", ] [lib] name = "winsafe" path = "src/lib.rs" [features] advapi = ["kernel"] comctl = ["ole"] dshow = ["oleaut"] dwm = ["uxtheme"] dxgi = ["ole"] gdi = ["user"] gui = [ "comctl", "uxtheme", ] kernel = [] mf = ["oleaut"] ole = ["user"] oleaut = ["ole"] raw-dylib = [] shell = ["oleaut"] taskschd = ["oleaut"] user = ["kernel"] uxtheme = [ "gdi", "ole", ] version = ["kernel"]