libunicorn-sys 0.9.1

Rust bindings for the unicorn emulator
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]
edition = "2018"
name = "libunicorn-sys"
version = "0.9.1"
authors = ["Sébastien Duquette <ekse.0x@gmail.com>"]
build = "build.rs"
links = "unicorn"
exclude = ["unicorn/tests/*", "unicorn/bindings/*", "unicorn/docs/*", "unicorn/samples/*"]
description = "Rust bindings for the unicorn emulator"
documentation = "http://ekse.github.io/unicorn/"
license = "GPL-2.0"
repository = "https://github.com/ekse/unicorn-rs"

[lib]
name = "libunicorn_sys"
[dependencies.bitflags]
version = "1.0"

[dependencies.libc]
version = "0.2"
default-features = false
[build-dependencies.build-helper]
version = "0.1"

[build-dependencies.os_type]
version = "2.2"

[build-dependencies.pkg-config]
version = "0.3"

[features]
std = []