# 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 = "2018" name = "pdb-addr2line" version = "0.11.1" authors = [ "Jeff Muizelaar ", "Markus Stange ", ] build = false exclude = [ "/.github", "/tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Symbolicate addresses from PDBs, like addr2line." homepage = "https://github.com/mstange/pdb-addr2line" documentation = "https://docs.rs/pdb-addr2line" readme = "Readme.md" keywords = [ "PDB", "debug", "addr2line", "symbolicate", "windows", ] categories = ["development-tools::debugging"] license = "MIT/Apache-2.0" repository = "https://github.com/mstange/pdb-addr2line" [lib] name = "pdb_addr2line" path = "src/lib.rs" [[example]] name = "pdb-addr2line" path = "examples/pdb-addr2line.rs" [dependencies.bitflags] version = "2.0" [dependencies.elsa] version = "1.9.0" [dependencies.maybe-owned] version = "0.3.4" [dependencies.pdb] version = "0.9" package = "pdb2" [dependencies.range-collections] version = "0.4.5" [dependencies.thiserror] version = "1.0" [dev-dependencies.clap] version = "4.4.6" [dev-dependencies.getopts] version = "0.2.21" [dev-dependencies.memmap2] version = "0.9.0" [dev-dependencies.msvc-demangler] version = "0.9.0"