1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-24 08:28:07 +00:00
bddisasm/bindings/rsbddisasm/bddisasm-sys/Cargo.toml

28 lines
650 B
TOML
Raw Normal View History

2021-10-19 14:46:46 +00:00
[package]
name = "bddisasm-sys"
2023-07-21 07:14:31 +00:00
version = "0.4.0"
2021-10-19 14:46:46 +00:00
authors = ["Cristi Anichitei <ianichitei@bitdefender.com>"]
edition = "2018"
links = "bddisasm"
build = "build.rs"
license = "Apache-2.0"
readme = "README.md"
2021-10-19 14:46:46 +00:00
repository = "https://github.com/bitdefender/bddisasm"
documentation = "https://docs.rs/bddisasm-sys"
description = """
Bindings to bddisasm instruction decoder library
"""
2022-01-05 12:40:26 +00:00
categories = ["external-ffi-bindings", "hardware-support", "no-std"]
2021-10-20 09:12:02 +00:00
keywords = ["disassembler", "decoder", "x86", "amd64", "x86_64"]
2021-10-19 14:46:46 +00:00
[lib]
name = "bddisasm_sys"
path = "src/lib.rs"
[dependencies]
cty = "0.2.2"
2021-10-19 14:46:46 +00:00
[build-dependencies]
bindgen = "0.59.1"
cc = "1.0.70"