capstone 0.3.0

High level bindings to capstone disassembly engine (http://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.3.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 (http://capstone-engine.org/)"
documentation = "http://richo.psych0tik.net/capstone-rs/capstone/index.html"
readme = "README.md"
keywords = ["disassemble"]
license = "MIT"
repository = "https://github.com/capstone-rust/capstone-rs"
[dependencies.capstone-sys]
version = "0.7.0"
[dev-dependencies.macho]
version = "0.*"

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