ms-pdb 0.1.21

Reads Microsoft Program Database (PDB) files
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 = "ms-pdb"
version = "0.1.21"
authors = ["Arlie Davis <ardavis@microsoft.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reads Microsoft Program Database (PDB) files"
readme = "README.md"
categories = [
    "parsing",
    "development-tools",
    "development-tools::debugging",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/microsoft/pdb-rs/"
resolver = "2"

[lib]
name = "ms_pdb"
path = "src/lib.rs"
doctest = false

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

[dependencies.anyhow]
version = "1.0.71"

[dependencies.bitfield]
version = "0.14.0"

[dependencies.bitflags]
version = "2.3.2"

[dependencies.bitvec]
version = "1"

[dependencies.bstr]
version = "1.8.0"

[dependencies.ms-codeview]
version = "0.1.6"

[dependencies.ms-coff]
version = "0.1.0"

[dependencies.ms-pdb-msf]
version = "0.1.7"

[dependencies.ms-pdb-msfz]
version = "0.1.10"

[dependencies.pow2]
version = "0.1.1"

[dependencies.pretty-hex]
version = "0.4.1"

[dependencies.static_assertions]
version = "1.0"

[dependencies.sync_file]
version = "0.2.6"

[dependencies.tracing]
version = "0.1.41"

[dependencies.uuid]
version = "1.4.0"

[dependencies.zerocopy]
version = "0.8.14"
features = [
    "alloc",
    "derive",
]

[dependencies.zerocopy-derive]
version = "0.8.14"

[dev-dependencies.static_init]
version = "1.0.3"

[dev-dependencies.tracing-subscriber]
version = "0.3.20"