symbolic-common 5.7.3

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
[dependencies.debugid]
version = "0.3.1"

[dependencies.error-chain]
version = "0.12.0"

[dependencies.failure]
version = "0.1.3"

[dependencies.gimli]
optional = true
version = "0.16.1"

[dependencies.goblin]
optional = true
version = "0.0.19"

[dependencies.memmap]
version = "0.7.0"

[dependencies.owning_ref]
version = "0.4.0"

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

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

[dependencies.sourcemap]
optional = true
version = "2.2.1"

[features]
default = []
with_dwarf = ["gimli"]
with_objects = ["goblin"]
with_serde = ["serde", "serde_plain", "debugid/with_serde"]
with_sourcemaps = ["sourcemap"]

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