# 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-idispatch" version = "0.3.0" authors = ["Phillip Couto "] description = "This is a rust crate that aims to provide a more ergonomic way of working with idispatch in winapi based projects." keywords = [ "windows", "idispatch", "com", ] categories = ["data-structures"] license = "MIT" repository = "https://gitlab.com/phillipcouto/win-idispatch" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", ] [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.widestring] version = "0.4.3" [dependencies.win-variant] version = "0.3.0" [dependencies.winapi] version = "0.3.9" features = [ "impl-default", "combaseapi", "unknwnbase", "winerror", "winnls", "wtypesbase", ]