vpi-sys 0.2.2

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.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.88"
name = "vpi-sys"
version = "0.2.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"