[]
= "scarf-python"
= "Python bindings for the Scarf SystemVerilog tools"
= "0.1.0"
= ["Aidan McNay <aidanmcnay@gmail.com>"]
= "2024"
= "Apache-2.0"
= "https://github.com/Aidan-McNay/scarf"
= "../README.md"
= ["systemverilog"]
[]
= "scarf_python"
# "cdylib" is necessary to produce a shared library for Python to import from.
= ["cdylib"]
[]
= "0.9.0"
[]
= "0.29.0"
# "abi3-py38" tells pyo3 (and maturin) to build using the stable ABI with minimum Python version 3.8
= ["abi3-py38"]