# 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 = "symbolizer-rs" version = "0.2.0" authors = ["Axel '0vercl0k' Souchet"] build = false include = [ "/Cargo.toml", "/LICENSE", "/src/**", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A fast execution trace symbolizer for Windows that runs on all major platforms and doesn't depend on any Microsoft libraries." readme = "README.md" keywords = [ "windows", "kernel", "crash-dump", "symbols", "pdb", ] categories = [ "command-line-utilities", "development-tools::debugging", ] license = "MIT" repository = "https://github.com/0vercl0k/symbolizer-rs" [profile.release] debug = 2 panic = "abort" [[bin]] name = "symbolizer-rs" path = "src/main.rs" [dependencies.addr-symbolizer] version = "0.1" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.itoa] version = "1.0" [dependencies.kdmp-parser] version = "0.5"