# 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 = "microsoft-dia" version = "0.11.0" authors = ["Microsoft"] build = "build.rs" exclude = [ ".github", ".metadata", "docs", "tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust for Debug Interface Access (DIA) SDK" readme = ".github/README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/microsoft/dia-rs" [lib] name = "microsoft_dia" path = "src/lib.rs" [dependencies.windows] version = "0.58" features = [ "implement", "Win32_System_Variant", "Win32_System_LibraryLoader", "Win32_System_Com_StructuredStorage", "Win32_System_Ole", ] [dependencies.windows-core] version = "0.58" [build-dependencies.windows-bindgen] version = "0.58"