symbolic-debuginfo 5.7.4

A library to inspect and load DWARF debugging information from binaries, such as Mach-O or ELF.
Documentation
[dependencies.failure]
version = "0.1.3"

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

[dependencies.goblin]
version = "0.0.19"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.regex]
version = "1.1.0"

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

[dependencies.serde_plain]
optional = true
version = "0.3.0"

[dependencies.symbolic-common]
features = ["with_objects", "with_dwarf"]
version = "5.7.4"

[dependencies.uuid]
version = "0.7.1"
[dev-dependencies.symbolic-testutils]
version = "5.7.4"

[features]
default = []
with_serde = ["serde", "serde_plain"]

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