# 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 = "corruptor" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool built in Rust for randomly modifying binary file for use in testing verified and secure boot solutions" readme = "README.md" keywords = [ "cli", "tool", "binary", "testing", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/BT-Summer/RPi-OP-TEE-Verified-Boot" [[bin]] name = "corruptor" path = "src/main.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.rand] version = "0.8.5"