# 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 = "sv-bindings" version = "0.1.2" authors = ["John Zacarias Jekel "] description = "Raw FFI bindings for the (System)Verilog DPI, PLI, and VPI interfaces (IEEE 1800)." readme = "README.md" keywords = [ "verilog", "systemverilog", "dpi", "vpi", "bindings", ] license = "MIT" repository = "https://git.jekel.ca/JZJ/sv-bindings" [profile.dev] incremental = true [profile.release] lto = true codegen-units = 1 panic = "abort" overflow-checks = false strip = true [profile.release-with-debug] lto = false debug = 2 panic = "abort" overflow-checks = false inherits = "release" strip = false [lib] name = "sv_bindings" path = "lib/lib.rs" [build-dependencies.bindgen] version = "0.69.1" [features] default = []