[package]
name = "capstone-sys"
version = "0.8.0"
authors = ["m4b <m4b.github.io@gmail.com>", "tmfink <tmfinken@gmail.com>"]
build = "build.rs"
links = "capstone"
description = "System bindings to the capstone disassembly library"
readme = "README.md"
keywords = ["disassemble"]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/capstone-rust/capstone-sys"
[dependencies]
[build-dependencies.bindgen]
version = "0.35.0"
optional = true
[build-dependencies.cc]
version = "1.0"
optional = true
[build-dependencies.cmake]
version = "0.1.28"
optional = true
[build-dependencies.pkg-config]
version = "0.3"
optional = true
[features]
build_capstone_cc = ["cc"]
build_capstone_cmake = ["cmake"]
default = []
use_bindgen = ["bindgen"]
use_system_capstone = ["pkg-config"]
[target."cfg(windows)".build-dependencies.cc]
version = "1.0"
[badges.travis-ci]
repository = "capstone-rust/capstone-sys"