[package]
edition = "2021"
rust-version = "1.82"
name = "vpi"
version = "0.1.0"
authors = ["Oscar Gustafsson <oscar.gustafsson@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe and ergonomic Rust bindings to the Verilog and SystemVerilog VPI C API for writing VPI applications in Rust."
readme = false
license = "MIT"
repository = "https://github.com/oscargus/rust-vpi"
[features]
default = []
sv = ["vpi-sys/sv"]
[lib]
name = "vpi"
path = "src/lib.rs"
[dependencies.bitflags]
version = "2"
[dependencies.num-derive]
version = "0.4"
[dependencies.num-traits]
version = "0.2"
[dependencies.vpi-sys]
version = "0.1.0"