symbolic-minidump 5.3.0

A library to process and inspect Minidump crash reports
# 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-minidump"
version = "5.3.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Jan Michael Auer <mail@jauer.org>"]
build = "build.rs"
description = "A library to process and inspect Minidump crash reports\n"
homepage = "https://github.com/getsentry/symbolic"
documentation = "https://docs.rs/symbolic-minidump"
license = "MIT"
repository = "https://github.com/getsentry/symbolic"
[dependencies.failure]
version = "0.1.2"

[dependencies.failure_derive]
version = "0.1.2"

[dependencies.gimli]
version = "0.16.1"

[dependencies.lazy_static]
version = "1.1.0"

[dependencies.regex]
version = "1.0.5"

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

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

[dependencies.symbolic-common]
version = "5.3.0"

[dependencies.symbolic-debuginfo]
version = "5.3.0"

[dependencies.uuid]
version = "0.7.1"
[dev-dependencies.symbolic-testutils]
version = "5.3.0"
[build-dependencies.cc]
version = "1.0.25"
features = ["parallel"]

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