[package]
name = "dynamorio-sys"
version = "11.90.1"
authors = [
"S.J.R. van Schaik <stephan@synkhronix.com>",
"ElasT0ny <elast0ny00@gmail.com>",
]
edition = "2018"
description = "Automatically generated bindings for DynamoRIO"
license = "MIT OR Apache-2.0"
readme = "README.md"
documentation = "https://docs.rs/dynamorio-sys"
repository = "https://github.com/elast0ny/dynamorio-sys"
exclude = [
"dynamorio/api",
"dynamorio/clients",
"dynamorio/ext/drsyms/libelftc-android/lib32",
"dynamorio/suite",
"!dynamorio/suite/lookup_visualstudio.cmake",
"dynamorio/third_party/binutils",
"dynamorio/third_party/elfutils/doc",
"dynamorio/third_party/elfutils/libdwfl/ChangeLog",
"dynamorio/third_party/elfutils/tests",
"dynamorio/third_party/libipt/doc",
"dynamorio/third_party/libipt/test",
"dynamorio/third_party/zlib/contrib",
"dynamorio/third_party/zlib/doc",
"dynamorio/third_party/zlib/examples",
"dynamorio/tools",
"!dynamorio/api/docs/CMake_rundoxygen.cmake",
"!dynamorio/api/docs/CMake_doxyutils.cmake",
]
[features]
default = []
bbdup = []
containers = []
covlib = []
gui = []
mgr = []
option = []
reg = []
syms = []
util = []
wrap = []
x = []
[build-dependencies]
regex = "1"
bindgen = "0.71"
cc = "1"
cmake = "0.1"
[target.'cfg(windows)'.build-dependencies]
windows-kits = "0.1"