capstone-sys 0.8.0

System bindings to the capstone disassembly library
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"