abxml 0.3.0

Parser for resources.arsc contained on APKs and binary XML decompresser
Documentation
# 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]
name = "abxml"
version = "0.3.0"
authors = ["Guillem Nieto <gnieto.talo@gmail.com>", "Iban Eguia <razican@protonmail.ch>"]
description = "Parser for resources.arsc contained on APKs and binary XML decompresser\n"
keywords = ["android", "arsc", "apk", "parser"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gnieto/abxml-rs"

[[example]]
name = "exporter"
required-features = ["zip_decode"]

[[example]]
name = "converter"
required-features = ["zip_decode"]
[dependencies.ansi_term]
version = "0.10.2"

[dependencies.byteorder]
version = "1.2.1"

[dependencies.encoding]
version = "0.2.33"

[dependencies.env_logger]
version = "0.5.0"

[dependencies.error-chain]
version = "0.11.0"

[dependencies.log]
version = "0.4.1"

[dependencies.xml-rs]
version = "0.7.0"

[dependencies.zip]
version = "0.3.0"
optional = true

[features]
default = ["zip_decode"]
zip_decode = ["zip"]