pdb2 0.10.2

A parser for Microsoft PDB (Program Database) debugging information
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 = "2018"
name = "pdb2"
version = "0.10.2"
authors = [
    "Jan Michael Auer <mail@jauer.org>",
    "Will Glynn <will@willglynn.com>",
    "Alex Franchuk <alex.franchuk@gmail.com>",
]
build = false
exclude = [
    "fixtures/*",
    "scripts/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser for Microsoft PDB (Program Database) debugging information"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/afranchuk/pdb"

[package.metadata.release]
pre-release-commit-message = "Release {{version}}"
tag-name = "{{version}}"
tag-message = "Release {{version}}"

[lib]
name = "pdb2"
path = "src/lib.rs"

[[example]]
name = "pdb2hpp"
path = "examples/pdb2hpp.rs"

[[example]]
name = "pdb_framedata"
path = "examples/pdb_framedata.rs"

[[example]]
name = "pdb_lines"
path = "examples/pdb_lines.rs"

[[example]]
name = "pdb_symbols"
path = "examples/pdb_symbols.rs"

[[example]]
name = "stream_names"
path = "examples/stream_names.rs"

[[test]]
name = "debug_information"
path = "tests/debug_information.rs"

[[test]]
name = "id_information"
path = "tests/id_information.rs"

[[test]]
name = "modi_symbol_depth"
path = "tests/modi_symbol_depth.rs"

[[test]]
name = "omap_address_translation"
path = "tests/omap_address_translation.rs"

[[test]]
name = "pdb_information"
path = "tests/pdb_information.rs"

[[test]]
name = "pdb_lines"
path = "tests/pdb_lines.rs"

[[test]]
name = "symbol_table"
path = "tests/symbol_table.rs"

[[test]]
name = "type_information"
path = "tests/type_information.rs"

[dependencies.fallible-iterator]
version = "0.3"

[dependencies.scroll]
version = "0.12"

[dependencies.uuid]
version = "1"

[dev-dependencies.getopts]
version = "0.2.21"