symbolic-debuginfo 1.1.5

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]
name = "symbolic-debuginfo"
version = "1.1.5"
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"
homepage = "https://github.com/getsentry/symbolic"
documentation = "https://docs.rs/symbolic-debuginfo"
license = "MIT"
repository = "https://github.com/getsentry/symbolic"
[dependencies.gimli]
version = "0.15"

[dependencies.goblin]
version = "0.0"

[dependencies.if_chain]
version = "0.1"

[dependencies.memmap]
version = "0.5"

[dependencies.scroll]
version = "0.7"

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

[dependencies.uuid]
version = "0.5"