capstone 0.6.0

High level bindings to capstone disassembly engine (https://capstone-engine.org/)
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"
version = "0.6.0"
authors = ["m4b <m4b.github.io@gmail.com>", "Richo Healey <richo@psych0tik.net>", "Travis Finkenauer <tmfinken@gmail.com>"]
description = "High level bindings to capstone disassembly engine (https://capstone-engine.org/)"
readme = "README.md"
keywords = ["disassemble"]
license = "MIT"
repository = "https://github.com/capstone-rust/capstone-rs"

[[bench]]
name = "my_benchmark"
harness = false
[dependencies.capstone-sys]
version = "0.10.0"
[dev-dependencies.clap]
version = "~2.32"
features = []
default-features = false

[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.macho]
version = "0.*"

[dev-dependencies.stderrlog]
version = "0.4"

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