# 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" rust-version = "1.70" name = "dbgeng" version = "0.3.1" authors = ["Axel '0vercl0k' Souchet"] build = false include = [ "/Cargo.toml", "/LICENSE", "/src/**", "/examples/**", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust binding for the dbgeng COM interfaces." readme = "README.md" keywords = [ "windows", "dbgeng", "debugclient", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/0vercl0k/dbgeng-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [] [lib] name = "dbgeng" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.bitflags] version = "2.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.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", ]