[package]
edition = "2024"
name = "bender-slang"
version = "0.2.0"
authors = ["Tim Fischer <fischeti@iis.ee.ethz.ch>"]
build = "build.rs"
include = [
"src/**",
"cpp/**",
"!cpp/compile_flags.txt",
"tests/**",
"CMakeLists.txt",
"build.rs",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal bender crate: Rust bindings for the Slang SystemVerilog parser"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/pulp-platform/bender"
[package.metadata.dist]
dist = false
[lib]
name = "bender_slang"
path = "src/lib.rs"
[[test]]
name = "basic"
path = "tests/basic.rs"
[dependencies.cxx]
version = "1.0.194"
[dependencies.thiserror]
version = "2.0.12"
[build-dependencies.cmake]
version = "0.1.57"
[build-dependencies.cxx-build]
version = "1.0.194"
[target."cfg(windows)".dependencies.dunce]
version = "1.0.4"