# 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 = "2018" name = "twtar" version = "0.1.1" authors = ["moschroe"] include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE"] description = "Utility for accessing TWRP backup files" keywords = ["backup", "TWRP", "android"] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/moschroe/twtar" [profile.release] lto = true [dependencies.egzreader] version = "2.0.2" [dependencies.roaes] version = "0.1.1" [dependencies.snafu] version = "0.6.10" features = ["backtraces"] [dependencies.tar] version = "0.4.37" [target."cfg(windows)".dependencies.os_str_bytes] version = "5.0.0"