[package]
edition = "2021"
rust-version = "1.82"
name = "vhpi-sys"
version = "0.3.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to the VHDL VHPI library."
readme = "README.md"
keywords = [
"vhdl",
"vhpi",
"ffi",
"simulation",
]
categories = [
"external-ffi-bindings",
"simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nickg/rust-vhpi"
[features]
default = ["nvc"]
dynamic = ["dep:vhpi-shim"]
nvc = []
[lib]
name = "vhpi_sys"
path = "src/lib.rs"
[dependencies.vhpi-shim]
version = "0.3.1"
optional = true
[build-dependencies.bindgen]
version = "0.72"