# 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 = "ep-capstone" version = "0.2.0" authors = ["Adolph C. "] include = [ "Cargo.toml", "LICENSE.txt", "README.md", "src/**/*.rs", "build.rs", "test_helper.c", "clib/arch/**/*", "clib/arch/**/*", "clib/include/**/*", "clib/windows/**/*", "clib/*.c", "clib/*.h", "clib/*.mk", "clib/*.TXT", "clib/*.in", "clib/*.md", ] description = "incomplete bindings for capstone" homepage = "https://github.com/ExPixel/cargo-disasm" readme = "README.md" license = "MIT" repository = "https://github.com/ExPixel/cargo-disasm" [dependencies.bitflags] version = "1" [dependencies.libc] version = "0.2" [build-dependencies.cc] version = "1.0" [features] aarch64 = [] all-archs = [ "arm", "aarch64", "m68k", "mips", "powerpc", "sparc", "systemz", "x86", "xcore", "tms320c64x", "m680x", "evm", "mos65xx", ] alloc = [] arm = [] default = [ "std", "all-archs", "sys-dyn-mem", ] diet = [] evm = [] m680x = [] m68k = [] mips = [] mos65xx = [] powerpc = [] sparc = [] std = ["alloc"] sys-dyn-mem = [] systemz = [] tms320c64x = [] x86 = [] x86-disable-att = [] x86-reduce = [] xcore = []