# 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 = "yaxpeax-eval" version = "0.0.1" authors = ["iximeow "] description = "batch eval tool for machine code" readme = "README.md" keywords = [ "disassembly", "disassembler", ] license = "0BSD" repository = "https://git.iximeow.net/yaxpeax-eval/about/" [[bin]] name = "yaxeval" path = "src/main.rs" [dependencies.clap] version = "3" features = ["derive"] [dependencies.hex] version = "0.4.0" [dependencies.itertools] version = "0.10.1" [dependencies.libc] version = "0.2.139" [dependencies.nix] version = "0.26.1" features = [ "mman", "process", "ptrace", ] [dependencies.num-traits] version = "0.2.10" [dependencies.yaxpeax-arch] version = "0.2.4" features = ["std"] default-features = false [dependencies.yaxpeax-x86] version = "1.1.5" features = [ "fmt", "std", ] default-features = false