[package]
edition = "2024"
rust-version = "1.85"
name = "marlin"
version = "0.13.0"
authors = ["Ethan Uppal"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🦀 No nonsense hardware testing in Rust 🛠️"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/ethanuppal/marlin"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
spade = ["dep:marlin-spade"]
verilog = ["dep:marlin-verilog"]
veryl = ["dep:marlin-veryl"]
[lib]
name = "marlin"
path = "src/lib.rs"
[dependencies.marlin-spade]
version = "0.13.0"
optional = true
[dependencies.marlin-verilator]
version = "0.13.0"
[dependencies.marlin-verilog]
version = "0.13.0"
optional = true
[dependencies.marlin-veryl]
version = "0.13.0"
optional = true