# 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" name = "vpi_user" version = "0.1.0" build = "build.rs" include = [ "/Cargo.toml", "/README.md", "/build.rs", "/src/lib.rs", "/repos/ghdl/src/grt/vpi_user.h", "/repos/verilator/include/vltstd/vpi_user.h", "/repos/iverilog/vpi_user.h", "/repos/iverilog/_pli_types.h.in", ] autobins = false autoexamples = false autotests = false autobenches = false description = "vpi_user.h" homepage = "https://github.com/Andful/vpi-export" documentation = "https://docs.rs/vpi-user" readme = "README.md" keywords = [ "no_std", "verilog", "vpi", "ffi", "fpga", ] categories = [ "development-tools::ffi", "development-tools::debugging", ] license = "MIT" repository = "https://github.com/Andful/vpi-export" [lib] name = "vpi_user" path = "src/lib.rs" [dependencies] [build-dependencies.bindgen] version = "0.70.1" [features] default = ["verilator"] ghdl = [] iverilog = [] verilator = []