capstone-sys 0.10.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.10.0"
authors = ["m4b <m4b.github.io@gmail.com>", "tmfink <tmfinken@gmail.com>"]
build = "build.rs"
links = "capstone"
exclude = ["/capstone/docs/**", "/capstone/msvc/**", "/capstone/xcode/**"]
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-rs/tree/master/capstone-sys"

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

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

[features]
default = []
use_bindgen = ["bindgen"]
[badges.travis-ci]
repository = "capstone-rust/capstone-sys"