proguard 0.2.0

Basic proguard mapping file handling for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "proguard"
version = "0.2.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
keywords = ["proguard", "retrace"]
description = "Basic proguard mapping file handling for Rust"
homepage = "https://github.com/mitsuhiko/proguard"
documentation = "https://docs.rs/proguard"
license = "BSD-3-Clause"
readme = "README.md"

[dependencies]
regex = "0.2.2"
memmap = "^0.5.0"
error-chain = "^0.9.0"
lazy_static = "^0.2.2"
uuid = { version = "0.5.0", features = ["v5"] }