capstone-sys 0.17.0

System bindings to the capstone disassembly library
Documentation
[badges.travis-ci]
repository = "capstone-rust/capstone-sys"

[build-dependencies.bindgen]
optional = true
version = "0.69.0"

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

[build-dependencies.regex]
optional = true
version = "1.10.4"

[dependencies.libc]
default-features = false
version = "0.2.59"

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

[lib]
name = "capstone_sys"
path = "src/lib.rs"

[package]
authors = ["m4b <m4b.github.io@gmail.com>", "tmfink <tmfinken@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
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"
rust-version = "1.70"
version = "0.17.0"