kdmp-parser 0.8.2

A KISS, dependency free, Rust crate to parse Windows kernel crash-dumps created by Windows & its debugger.
Documentation
# 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 = "2024"
name = "kdmp-parser"
version = "0.8.2"
authors = ["Axel '0vercl0k' Souchet"]
build = false
include = [
    "/Cargo.toml",
    "/LICENSE",
    "/src/**",
    "/examples/**",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A KISS, dependency free, 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"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.clap]
version = "4.5.45"
features = ["derive"]

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"

[lints.clippy]
pedantic = "warn"