symbolic-minidump 7.3.6

A library to process and inspect Minidump crash reports
Documentation
[package]
name = "symbolic-minidump"
version = "7.3.6"
license = "MIT"
authors = [
    "Armin Ronacher <armin.ronacher@active-4.com>",
    "Jan Michael Auer <mail@jauer.org>",
]
documentation = "https://docs.rs/symbolic-minidump"
homepage = "https://github.com/getsentry/symbolic"
repository = "https://github.com/getsentry/symbolic"
description = """
A library to process and inspect Minidump crash reports
"""
build = "build.rs"
edition = "2018"

include = [
    "/cpp/**/*",
    "/src/**/*",
    "/third_party/breakpad/src/**/*.h",
    "/third_party/breakpad/src/**/*.c",
    "/third_party/breakpad/src/**/*.cc",
    "/third_party/lss/**/*",
    "/build.rs",
    "/Cargo.toml",
]

[dependencies]
failure = "0.1.5"
lazy_static = "1.4.0"
regex = "1.3.5"
serde = { version = "1.0.94", optional = true }
symbolic-common = { version = "7.3.6", path = "../common" }
symbolic-debuginfo = { version = "7.3.6", path = "../debuginfo" }

[build-dependencies]
cc = { version = "1.0.50", features = ["parallel"] }

[dev-dependencies]
insta = "0.15.0"
symbolic-testutils = { path = "../testutils" }