# 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 = "ropr" version = "0.2.26" authors = ["Ben Lichtman"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A blazing fast multithreaded ROP Gadget finder. ropper / ropgadget alternative" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Ben-Lichtman/ropr" [lib] name = "ropr" path = "src/lib.rs" [[bin]] name = "ropr" path = "src/bin/ropr.rs" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.goblin] version = "0.8.2" [dependencies.iced-x86] version = "1.21.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.0" [dependencies.rustc-hash] version = "2.0.0" [dependencies.thiserror] version = "1.0.64"