[package]
edition = "2021"
rust-version = "1.88"
name = "vpi-sys"
version = "0.1.2"
authors = ["Oscar Gustafsson <oscar.gustafsson@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings to the Verilog and SystemVerilog VPI C API, generated with bindgen. This crate is not intended for direct use; use the safe `vpi` crate instead."
readme = "README.md"
keywords = [
"vpi",
"verilog",
"systemverilog",
"ffi",
"bindings",
]
categories = [
"external-ffi-bindings",
"simulation",
]
license = "MIT"
repository = "https://github.com/oscargus/rust-vpi"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
default = []
sv = []
[lib]
name = "vpi_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72.1"