# 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 = "mcom" version = "0.1.4" authors = ["MaulingMonkey "] exclude = [".vscode"] description = "MaulingMonkey's COM wrappers" documentation = "https://docs.rs/mcom" readme = "Readme.md" keywords = [ "com", "winapi", ] categories = [ "api-bindings", "os::windows-apis", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/MaulingMonkey/mcom" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] all-features = true [lib] path = "src/_lib.rs" [[example]] name = "d3d9" required-features = ["windows-8-1"] [[example]] name = "d3d11" required-features = ["windows-8-1"] [[test]] name = "d3d9" required-features = ["windows-8-1"] [[test]] name = "d3d11" required-features = ["windows-8-1"] [dev-dependencies] [features] default = [ "windows-latest", "winapi-family-all", ] winapi-family-all = [ "winapi-family-desktop-app", "winapi-family-pc-app", "winapi-family-phone-app", "winapi-family-system", "winapi-family-server", "winapi-family-games", ] winapi-family-desktop-app = [] winapi-family-games = [] winapi-family-pc-app = [] winapi-family-phone-app = [] winapi-family-server = [] winapi-family-system = [] windows-10 = ["windows-8-1"] windows-2000 = [] windows-7 = ["windows-vista"] windows-8 = ["windows-7"] windows-8-1 = ["windows-8"] windows-latest = ["windows-10"] windows-vista = ["windows-xp"] windows-xp = ["windows-2000"] [target."cfg(windows)".dependencies.com-0-3] version = "0.3" optional = true package = "com" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "guiddef", "winerror", "wtypesbase", "cguid", "combaseapi", "objbase", "objidlbase", "unknwnbase", ] [target."cfg(windows)".dependencies.wio-0-2] version = "0.2" optional = true package = "wio" [target."cfg(windows)".dev-dependencies.winapi] version = "0.3.9" features = [ "d3d9", "d3d11", "winuser", ]