[package] name = "dbgeng" version = "0.3.1" edition = "2021" authors = ["Axel '0vercl0k' Souchet"] categories = ["api-bindings"] description = "Rust binding for the dbgeng COM interfaces." include = ["/Cargo.toml", "/LICENSE", "/src/**", "/examples/**", "README.md"] keywords = ["windows", "dbgeng", "debugclient"] license = "MIT" repository = "https://github.com/0vercl0k/dbgeng-rs" rust-version = "1.70" [dependencies] serde = { version = "1.0", features = ["derive"], optional = true } bitflags = "2.4" anyhow = { version = "1.0" } windows = { version = "0.58", features = ["Win32_Foundation", "Win32_System", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_Debug_Extensions", "Win32_System_SystemInformation", "Win32_System_SystemServices" ] } [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = []