# 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 = "kdmp-parser" version = "0.5.0" authors = ["Axel '0vercl0k' Souchet"] build = false include = [ "/Cargo.toml", "/LICENSE", "/src/**", "/examples/**", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A KISS Rust crate to parse Windows kernel crash-dumps created by Windows & its debugger." readme = "README.md" keywords = [ "windows", "kernel", "crashdump", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/0vercl0k/kdmp-parser-rs" [lib] name = "kdmp_parser" path = "src/lib.rs" [[example]] name = "parser" path = "examples/parser.rs" [dependencies.bitflags] version = "2.5.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0.80" [dev-dependencies.clap] version = "4.5.1" features = ["derive"] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"