idax-sys 0.2.1

Raw FFI bindings to the idax C++ IDA SDK wrapper library
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "idax-sys"
version = "0.2.1"
authors = ["Kenan Sulayman"]
build = "build.rs"
links = "idax"
include = [
    "src/**/*.rs",
    "build.rs",
    "shim/idax_shim.h",
    "shim/idax_shim.cpp",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to the idax C++ IDA SDK wrapper library"
homepage = "https://github.com/19h/idax"
readme = "README.md"
keywords = [
    "ida",
    "ida-pro",
    "reverse-engineering",
    "disassembler",
    "binary-analysis",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/19h/idax"
resolver = "2"

[features]
default = []

[lib]
name = "idax_sys"
path = "src/lib.rs"

[build-dependencies.bindgen]
version = "0.71"

[build-dependencies.cc]
version = "1"
features = ["parallel"]