[package]
edition = "2021"
name = "rustdv"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Placeholder for rustdv, a hardware verification framework in Rust — testbench components, sequences, and simulator integration — by the author of pyuvm and 'Python for RTL Verification'. In active development."
readme = false
keywords = [
"verification",
"testbench",
"rtl",
"hardware",
"dv",
]
categories = [
"development-tools::testing",
"simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/raysalemi/rustdv"
[lib]
name = "rustdv"
path = "src/lib.rs"