bender-slang 0.2.0

Internal bender crate: Rust bindings for the Slang SystemVerilog parser
# 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 = "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"