[[bench]]
harness = false
name = "proguard_mapping"
path = "benches/proguard_mapping.rs"
[[bench]]
harness = false
name = "proguard_parsing"
path = "benches/proguard_parsing.rs"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.thiserror]
version = "1.0.61"
[dependencies.uuid]
features = ["v5"]
optional = true
version = "1.0.0"
[dependencies.watto]
features = ["writer", "strings"]
version = "0.1.0"
[dev-dependencies.criterion]
version = "0.4"
[features]
uuid = ["dep:uuid"]
[lib]
name = "proguard"
path = "src/lib.rs"
[package]
authors = ["Sentry <oss@sentry.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Basic proguard mapping file handling for Rust"
edition = "2021"
homepage = "https://sentry.io/welcome/"
keywords = ["proguard", "retrace", "android", "r8"]
license = "BSD-3-Clause"
name = "proguard"
readme = "README.md"
repository = "https://github.com/getsentry/rust-proguard"
version = "5.6.1"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "callback"
path = "tests/callback.rs"
[[test]]
name = "r8"
path = "tests/r8.rs"
[[test]]
name = "retrace"
path = "tests/retrace.rs"