[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" repository = "https://gitlab.com/binero/android-bootimage" readme = "Readme.md" keywords = ["android", "tool", "bootimage"] categories = ["command-line-utilities", "data-structures"] license = "Unlicense" [dependencies] byteorder = "1.1" quick-error = "1.2" clap = "2.26" termcolor = "0.3.2" humansize = "1.0" [[bin]] name = "android-bootimage" doc = false