# 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 = "2018" name = "cargo-disasm" version = "0.6.0" authors = ["Adolph C. "] include = [ "src/**/*.rs", "Cargo.toml", "LICENSE.txt", "README.md", ] description = "Disassembly viewer for Rust projects (and more)" homepage = "https://github.com/ExPixel/cargo-disasm" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/ExPixel/cargo-disasm" [[bin]] name = "cargo-disasm" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2" [dependencies.capstone] version = "0.2.0" features = [ "std", "sys-dyn-mem", "arm", "aarch64", "powerpc", "sparc", "x86", ] default-features = false package = "ep-capstone" [dependencies.cargo_metadata] version = "0.12" [dependencies.clap] version = "3.0.0-beta.2" features = ["derive"] [dependencies.cpp_demangle] version = "0.3" [dependencies.gimli] version = "0.23" [dependencies.goblin] version = "0.2" [dependencies.log] version = "0.4" features = ["std"] [dependencies.memmap] version = "0.7" [dependencies.once_cell] version = "1.4" [dependencies.pdb] version = "0.6" [dependencies.rayon] version = "1.5" [dependencies.rustc-demangle] version = "0.1" [dependencies.shellexpand] version = "2" [dependencies.termcolor] version = "1"