symbolic-common 5.2.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
# 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-common"
version = "5.2.0"
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"
homepage = "https://github.com/getsentry/symbolic"
documentation = "https://docs.rs/symbolic-common"
license = "MIT"
repository = "https://github.com/getsentry/symbolic"
[dependencies.debugid]
version = "0.3.0"

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

[dependencies.failure]
version = "0.1.2"

[dependencies.failure_derive]
version = "0.1.2"

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

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

[dependencies.memmap]
version = "0.7.0"

[dependencies.owning_ref]
version = "0.4.0"

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

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

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

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