# 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 = "android-sparse" version = "0.6.0" authors = ["Jan Teske "] description = "An implementation of Android's sparse file format." readme = "README.md" keywords = ["android", "sparse"] categories = ["command-line-utilities", "compression", "parsing"] license = "MIT" repository = "https://gitlab.com/ra_kete/android-sparse-rs" resolver = "2" [dependencies.byteorder] version = "1" [dependencies.clap] version = "2" default-features = false [dependencies.crc] version = "1" [dev-dependencies.assert_cmd] version = "0.9" [dev-dependencies.tempfile] version = "3" [badges.gitlab] repository = "ra_kete/android-sparse-rs"