mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-22 15:38:07 +00:00
28 lines
657 B
TOML
28 lines
657 B
TOML
[package]
|
|
name = "bddisasm-sys"
|
|
version.workspace = true
|
|
authors = ["Cristi Anichitei <ianichitei@bitdefender.com>"]
|
|
edition = "2018"
|
|
links = "bddisasm"
|
|
build = "build.rs"
|
|
license = "Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://github.com/bitdefender/bddisasm"
|
|
documentation = "https://docs.rs/bddisasm-sys"
|
|
description = """
|
|
Bindings to bddisasm instruction decoder library
|
|
"""
|
|
categories = ["external-ffi-bindings", "hardware-support", "no-std"]
|
|
keywords = ["disassembler", "decoder", "x86", "amd64", "x86_64"]
|
|
|
|
[lib]
|
|
name = "bddisasm_sys"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
cty = "0.2.2"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.62.0"
|
|
cc = "1.0.70"
|