# 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 = "addr-symbolizer" version = "0.1.0" authors = ["Axel '0vercl0k' Souchet"] build = false include = [ "/Cargo.toml", "/LICENSE", "/src/**", "/examples/**", "/tests/**", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A KISS Rust crate to symbolize function addresses using Windows PDB files." readme = "README.md" keywords = [ "windows", "kernel", "crash-dump", "symbols", "pdb", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/0vercl0k/addr-symbolizer-rs" [lib] name = "addr_symbolizer" path = "src/lib.rs" [[example]] name = "symbolize-dump" path = "examples/symbolize-dump.rs" [[test]] name = "basics" path = "tests/basics.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.log] version = "0.4" [dependencies.msvc-demangler] version = "0.10" [dependencies.pdb] version = "0.8" [dependencies.thiserror] version = "1.0.61" [dependencies.ureq] version = "2.9" features = [ "tls", "gzip", ] default-features = false [dev-dependencies.clap] version = "4.5" features = ["derive"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.kdmp-parser] version = "0.5" [dev-dependencies.object] version = "0.36.0" features = [ "read", "read_core", "pe", "std", ] default-features = false [dev-dependencies.udmp-parser] version = "0.2"