# 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 = "com" version = "0.6.0" authors = ["Microsoft Corp."] description = "Utilities for implementing COM Client and Servers\n" readme = "./README.md" keywords = ["windows", "ffi", "com"] categories = ["os::windows-apis"] license = "MIT" repository = "https://github.com/microsoft/com-rs" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" [[example]] name = "webview2" required-features = ["production"] [[test]] name = "tests" path = "tests/progress.rs" [dependencies.com_macros] version = "0.6" [dev-dependencies.trybuild] version = "1.0" [features] default = ["std"] production = ["std"] std = []