# 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 = "gopper" version = "0.1.0" description = "Blazing fast GOT-oriented-programming gadget finder" readme = "README.md" license = "MIT" repository = "https://github.com/tsheinen/gopper/" [[bench]] name = "benchmark" harness = false [dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] [dependencies.color-eyre] version = "0.6" [dependencies.goblin] version = "0.8" [dependencies.iced-x86] version = "1.20.0" [dependencies.is-terminal] version = "0.4.12" [dependencies.owo-colors] version = "4" features = ["supports-colors"] [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]