[package]
edition = "2024"
name = "scarf-python"
version = "0.1.0"
authors = ["Aidan McNay <aidanmcnay@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python bindings for the Scarf SystemVerilog tools"
readme = "README.md"
keywords = ["systemverilog"]
license = "Apache-2.0"
repository = "https://github.com/Aidan-McNay/scarf"
[lib]
name = "scarf_python"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.pyo3]
version = "0.29.0"
features = ["abi3-py38"]
[dependencies.rand]
version = "0.9.0"