marlin 0.2.0

🦀 No nonsense hardware testing in Rust 🛠️
[dependencies.marlin-spade]
version = "0.2.0"

[dependencies.marlin-spade-macro]
version = "0.2.0"

[dependencies.marlin-verilator]
version = "0.2.0"

[dependencies.marlin-verilog]
version = "0.2.0"

[dependencies.marlin-verilog-macro]
version = "0.2.0"

[dependencies.marlin-verilog-macro-builder]
version = "0.2.0"

[features]
spade = []
verilog = []

[lib]
name = "marlin"
path = "src/lib.rs"

[package]
authors = ["Ethan Uppal"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "🦀 No nonsense hardware testing in Rust 🛠️"
edition = "2021"
license = "MPL-2.0"
name = "marlin"
readme = "README.md"
repository = "https://github.com/ethanuppal/marlin"
rust-version = "1.83"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]