capstone-sys-git 0.17.0-commit4ed86fb

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"

[features]
arch_arm = []
arch_arm64 = []
arch_bpf = []
arch_evm = []
arch_m680x = []
arch_m68k = []
arch_mips = []
arch_mos65xx = []
arch_powerpc = []
arch_riscv = []
arch_sh = []
arch_sparc = []
arch_sysz = []
arch_tms320c64x = []
arch_tricore = []
arch_wasm = []
arch_x86 = []
arch_xcore = []
check_only = []
default = ["full", "support_all_archs"]
full = []
support_all_archs = ["arch_arm", "arch_arm64", "arch_bpf", "arch_evm", "arch_m680x", "arch_m68k", "arch_mips", "arch_mos65xx", "arch_powerpc", "arch_riscv", "arch_sh", "arch_sparc", "arch_sysz", "arch_tms320c64x", "arch_tricore", "arch_wasm", "arch_x86", "arch_xcore"]
use_bindgen = ["bindgen", "regex"]

[lib]
name = "capstone_sys_git"
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-git"
readme = "README.md"
repository = "https://github.com/capstone-rust/capstone-rs/tree/master/capstone-sys"
rust-version = "1.70"
version = "0.17.0-commit4ed86fb"