# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "proguard" version = "5.5.0" authors = ["Sentry "] description = "Basic proguard mapping file handling for Rust" homepage = "https://sentry.io/welcome/" readme = "README.md" keywords = [ "proguard", "retrace", "android", "r8", ] license = "BSD-3-Clause" repository = "https://github.com/getsentry/rust-proguard" [[bench]] name = "proguard_parsing" harness = false [[bench]] name = "proguard_mapping" harness = false [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.thiserror] version = "1.0.61" [dependencies.uuid] version = "1.0.0" features = ["v5"] optional = true [dependencies.watto] version = "0.1.0" features = [ "writer", "strings", ] [dev-dependencies.criterion] version = "0.4" [dev-dependencies.lazy_static] version = "1.4.0" [features] uuid = [ "dep:uuid", "lazy_static", ]