[dependencies.marlin-spade]
version = "0.3.2"
[dependencies.marlin-spade-macro]
version = "0.3.2"
[dependencies.marlin-verilator]
version = "0.3.2"
[dependencies.marlin-verilog]
version = "0.3.2"
[dependencies.marlin-verilog-macro]
version = "0.3.2"
[dependencies.marlin-verilog-macro-builder]
version = "0.3.2"
[dependencies.marlin-veryl]
version = "0.3.2"
[dependencies.marlin-veryl-macro]
version = "0.3.2"
[features]
spade = []
verilog = []
veryl = []
[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 = "2024"
license = "MPL-2.0"
name = "marlin"
readme = "README.md"
repository = "https://github.com/ethanuppal/marlin"
rust-version = "1.85"
version = "0.3.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]