android-sparse 0.3.1

An implementation of Android's sparse file format.
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 = "android-sparse"
version = "0.3.1"
authors = ["Jan Teske <jan.teske@gmail.com>"]
description = "An implementation of Android's sparse file format."
keywords = ["android", "sparse"]
categories = ["command-line-utilities", "compression", "parsing"]
license = "MIT/Apache-2.0"
repository = "https://gitlab.com/haellowyyn/android-sparse-rs"
[dependencies.clap]
version = "2"

[dependencies.byteorder]
version = "1"

[dependencies.crc]
version = "1"
[badges.gitlab]
repository = "haellowyyn/android-sparse-rs"