# 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 = "inspector-gadget" version = "0.3.0" authors = ["garnt"] description = """ A cli-based, multi-architecture gadget-finding tool, designed for fast operation, even with large binaries like browser engines and OS kernels. """ homepage = "https://github.com/garnts/inspector-gadget" documentation = "https://github.com/garnts/inspector-gadget" readme = "README.md" keywords = [ "gadget", "rop", ] license = "GPL-3.0" license-file = "LICENSE" repository = "https://github.com/garnts/inspector-gadget" [dependencies.capstone] version = "0.12.0" [dependencies.capstone-sys] version = "0.16.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.indicatif] version = "0.17.8" features = ["rayon"] [dependencies.itertools] version = "0.12.1" [dependencies.object] version = "0.35.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.4"