[dependencies.lazy_static]
optional = true
version = "1.4.0"
[dependencies.uuid_]
features = ["v5"]
optional = true
package = "uuid"
version = "1.0.0"
[dev-dependencies.lazy_static]
version = "1.4.0"
[features]
uuid = ["uuid_", "lazy_static"]
[package]
authors = ["Sentry <oss@sentry.io>"]
description = "Basic proguard mapping file handling for Rust"
edition = "2018"
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.0.0"