[package]
name = "scarf-python"
description = "Python bindings for the Scarf SystemVerilog tools"
version = "0.2.2"
authors = ["Aidan McNay <aidanmcnay@gmail.com>"]
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/Aidan-McNay/scarf"
readme = "../README.md"
keywords = ["systemverilog"]
[lib]
name = "scarf_python"
crate-type = ["cdylib"]
[dependencies]
scarf-parser = { version = "0.2.2", path = "../scarf-parser" }
scarf-syntax = { version = "0.2", path = "../scarf-syntax" }
yansi = "1.0.1"
[dependencies.pyo3]
version = "0.29.0"
features = ["abi3-py38", "experimental-inspect"]