# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "abxml" version = "0.8.2" authors = ["Guillem Nieto ", "Iban Eguia "] description = "Parser for resources.arsc contained on APKs and binary XML decompresser.\n" homepage = "https://superanalyzer.rocks/" documentation = "https://docs.rs/abxml/" readme = "README.md" keywords = ["android", "arsc", "apk", "parser"] categories = ["parser-implementations", "parsing"] license = "MIT/Apache-2.0" repository = "https://github.com/SUPERAndroidAnalyzer/abxml-rs/" [[example]] name = "exporter" required-features = ["zip_decode"] [[example]] name = "converter" required-features = ["zip_decode"] [dependencies.ansi_term] version = "0.12.1" [dependencies.byteorder] version = "1.3.2" [dependencies.encoding] version = "0.2.33" [dependencies.env_logger] version = "0.7.1" [dependencies.failure] version = "0.1.6" [dependencies.log] version = "0.4.8" [dependencies.xml-rs] version = "0.8.0" [dependencies.zip] version = "0.5.3" optional = true [features] default = ["zip_decode"] zip_decode = ["zip"] [badges.codecov] branch = "master" repository = "SUPERAndroidAnalyzer/abxml-rs" service = "github" [badges.is-it-maintained-issue-resolution] repository = "SUPERAndroidAnalyzer/abxml-rs" [badges.is-it-maintained-open-issues] repository = "SUPERAndroidAnalyzer/abxml-rs" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "SUPERAndroidAnalyzer/abxml-rs"