[package]
edition = "2024"
name = "forj-python"
version = "0.1.1"
authors = ["Aidan McNay <aidanmcnay@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python bindings for the Forj SystemVerilog tools"
readme = "README.md"
keywords = ["systemverilog"]
license = "Apache-2.0"
repository = "https://github.com/Aidan-McNay/forj"
[lib]
name = "forj_python"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.forj-parser]
version = "0.1.0"
[dependencies.forj-syntax]
version = "0.1.0"
[dependencies.pyo3]
version = "0.29.0"
features = [
"abi3-py38",
"experimental-inspect",
]
[dependencies.yansi]
version = "1.0.1"