# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fenestroj" version = "0.0.11" authors = ["Lokathor "] description = "Easier wrappers for Win32 API stuff, safe when possible" readme = "README.md" keywords = ["windows"] categories = ["api-bindings", "no-std", "os::windows-apis"] license = "Zlib" repository = "https://github.com/Lokathor/fenestroj" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" [[example]] name = "show_window" required-features = ["winuser"] [dependencies.chlorine] version = "1" [dependencies.winapi] version = "0.3" features = ["impl-default"] [features] consoleapi = ["winapi/consoleapi", "errhandlingapi", "winnt", "wincon"] errhandlingapi = ["winapi/errhandlingapi", "minwindef", "winerror"] handleapi = ["winapi/handleapi"] libloaderapi = ["winapi/libloaderapi", "errhandlingapi"] minwinbase = ["winapi/minwinbase"] minwindef = ["winapi/minwindef"] processenv = ["winapi/processenv", "errhandlingapi", "winnt", "winbase", "handleapi"] processthreadsapi = ["winapi/processthreadsapi"] profileapi = ["winapi/profileapi", "errhandlingapi"] winbase = ["winapi/winbase", "minwindef", "errhandlingapi"] wincon = ["winapi/wincon", "errhandlingapi", "wincontypes", "winnt", "handleapi", "minwinbase", "windef"] wincontypes = ["winapi/wincontypes"] windef = ["winapi/windef"] winerror = ["winapi/winerror"] wingdi = ["winapi/wingdi", "windef"] winnt = ["winapi/winnt"] winuser = ["winapi/winuser", "errhandlingapi", "windef", "libloaderapi"] [badges.appveyor] repository = "Lokathor/fenestroj"