capstone-sys 0.16.0

System bindings to the capstone disassembly library
Documentation
[badges.travis-ci]
repository = "capstone-rust/capstone-sys"
[build-dependencies.bindgen]
optional = true
version = "0.59.1"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.regex]
optional = true
version = "1.3.1"
[dependencies.libc]
default-features = false
version = "0.2.59"

[features]
default = ["full"]
full = []
use_bindgen = ["bindgen", "regex"]

[package]
authors = ["m4b <m4b.github.io@gmail.com>", "tmfink <tmfinken@gmail.com>"]
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "System bindings to the capstone disassembly library"
edition = "2018"
exclude = ["/capstone/docs/**", "/capstone/msvc/**", "/capstone/xcode/**"]
keywords = ["disassemble"]
license = "MIT"
links = "capstone"
name = "capstone-sys"
readme = "README.md"
repository = "https://github.com/capstone-rust/capstone-rs/tree/master/capstone-sys"
version = "0.16.0"