symbolic-common 2.0.0

Common types and utilities for symbolic, a library to symbolicate and process stack traces from native applications, minidumps, minified JavaScripts or ProGuard optimized Android apps.
Documentation
[package]
name = "symbolic-common"
version = "2.0.0"
license = "MIT"
authors = [
    "Armin Ronacher <armin.ronacher@active-4.com>",
    "Jan Michael Auer <mail@jauer.org>",
]
documentation = "https://docs.rs/symbolic-common"
homepage = "https://github.com/getsentry/symbolic"
repository = "https://github.com/getsentry/symbolic"
description = """
Common types and utilities for symbolic, a library to symbolicate and process
stack traces from native applications, minidumps, minified JavaScripts or
ProGuard optimized Android apps.
"""

[dependencies]
error-chain = "0.11"
memmap = "0.5"
gimli = { version = "0.15", optional = true }
goblin = { version = "0.0", optional = true }
scroll = { version = "0.8", optional = true }
sourcemap = { version = "2.2", optional = true }
owning_ref = "0.3"

[features]
default = []
with_dwarf = ["gimli"]
with_objects = ["goblin", "scroll"]
with_sourcemaps = ["sourcemap"]