scarf-python 0.2.2

Python bindings for the Scarf SystemVerilog tools
Documentation
# 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 = "scarf-python"
version = "0.2.2"
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",
    "experimental-inspect",
]

[dependencies.scarf-parser]
version = "0.2.2"

[dependencies.scarf-syntax]
version = "0.2"

[dependencies.yansi]
version = "1.0.1"