[build-dependencies.bindgen]
version = "0.70.1"
[dependencies]
[lib]
name = "libxdc_sys"
path = "src/lib.rs"
[package]
authors = ["Marco Cavenati <cavenatimarco@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Bindings for libxdc, an Intel-PT decoding library for fuzzing"
edition = "2021"
exclude = ["/libxdc/*.sh", "/libxdc/logo.*"]
homepage = "https://github.com/Marcondiro/libxdc-sys"
keywords = ["intelPT", "fuzzing"]
license = "MIT"
links = "capstone"
name = "libxdc-sys"
readme = "README.md"
repository = "https://github.com/Marcondiro/libxdc-sys.git"
version = "0.1.1"