symbolic-common 12.12.1

Common types and utilities for symbolic, a library to symbolicate and process stack traces from native applications, minidumps or minified JavaScript.
Documentation
[dependencies.debugid]
version = "0.8.0"

[dependencies.memmap2]
version = "0.9.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.171"

[dependencies.stable_deref_trait]
version = "1.2.0"

[dependencies.uuid]
version = "1.3.0"

[dev-dependencies.similar-asserts]
version = "1.4.2"

[dev-dependencies.tempfile]
version = "3.4.0"

[features]
serde = ["dep:serde", "debugid/serde"]

[lib]
name = "symbolic_common"
path = "src/lib.rs"

[package]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Jan Michael Auer <mail@jauer.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Common types and utilities for symbolic, a library to symbolicate and process
stack traces from native applications, minidumps or minified JavaScript.
"""
documentation = "https://docs.rs/symbolic-common"
edition = "2021"
homepage = "https://github.com/getsentry/symbolic"
license = "MIT"
name = "symbolic-common"
readme = "README.md"
repository = "https://github.com/getsentry/symbolic"
version = "12.12.1"

[package.metadata.docs.rs]
all-features = true