# 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 = "roaes" version = "0.1.2" authors = ["moschroe"] include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE"] description = "Rust implementation of openaes file format." keywords = ["openaes", "TWRP", "android"] categories = ["command-line-utilities", "parser-implementations", "cryptography"] license = "BSD-3-Clause" repository = "https://github.com/moschroe/roaes" [dependencies.aes] version = "0.7.5" [dependencies.bitflags] version = "1.3.2" [dependencies.block-modes] version = "0.8.1" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.rand] version = "0.8.4" [dependencies.snafu] version = "0.6.10" [dependencies.typenum] version = "1.14.0" [dev-dependencies.rhexdump] version = "0.1.1"