# 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-bootimage" version = "0.1.0" authors = ["Jeroen Bollen "] description = "A tool to handle android boot images. It currently only works for Samsung boot images." homepage = "https://gitlab.com/binero/android-bootimage" readme = "Readme.md" keywords = ["android", "tool", "bootimage"] categories = ["command-line-utilities", "data-structures"] license = "Unlicense" repository = "https://gitlab.com/binero/android-bootimage" [[bin]] name = "android-bootimage" doc = false [dependencies.clap] version = "2.26" [dependencies.termcolor] version = "0.3.2" [dependencies.byteorder] version = "1.1" [dependencies.quick-error] version = "1.2" [dependencies.humansize] version = "1.0"