symbolic-debuginfo 6.1.4

A library to inspect and load DWARF debugging information from binaries, such as Mach-O or ELF.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "symbolic-debuginfo"
version = "6.1.4"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Jan Michael Auer <mail@jauer.org>"]
exclude = ["tests/**/*"]
description = "A library to inspect and load DWARF debugging information from binaries, such\nas Mach-O or ELF.\n"
homepage = "https://github.com/getsentry/symbolic"
documentation = "https://docs.rs/symbolic-debuginfo"
license = "MIT"
repository = "https://github.com/getsentry/symbolic"
[dependencies.dmsort]
version = "1.0.0"

[dependencies.failure]
version = "0.1.5"

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

[dependencies.flate2]
version = "1.0.7"
features = ["rust_backend"]
default-features = false

[dependencies.gimli]
version = "0.18.0"
features = ["read", "std"]
default-features = false

[dependencies.goblin]
version = "0.0.23"

[dependencies.lazycell]
version = "1.2.1"

[dependencies.parking_lot]
version = "0.8.0"

[dependencies.pdb]
version = "0.5.0"

[dependencies.pest]
version = "2.1.1"

[dependencies.pest_derive]
version = "2.1.0"

[dependencies.serde]
version = "1.0.91"
optional = true

[dependencies.smallvec]
version = "0.6.9"

[dependencies.symbolic-common]
version = "6.1.4"
[dev-dependencies.insta]
version = "0.8.1"