ep-capstone 0.1.0

incomplete bindings for capstone
Documentation
[build-dependencies.cc]
version = "1.0"
[dependencies.bitflags]
version = "1"

[dependencies.libc]
version = "0.2"

[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 = []

[package]
authors = ["Adolph C. <adolphc@outlook.com>"]
description = "incomplete bindings for capstone"
edition = "2018"
homepage = "https://github.com/ExPixel/cargo-disasm"
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"]
license-file = "LICENSE.txt"
name = "ep-capstone"
readme = "README.md"
repository = "https://github.com/ExPixel/cargo-disasm"
version = "0.1.0"