marlin 0.11.3

🦀 No nonsense hardware testing in Rust 🛠️
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"
rust-version = "1.85"
name = "marlin"
version = "0.11.3"
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.11.3"
optional = true

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

[dependencies.marlin-verilog]
version = "0.11.3"
optional = true

[dependencies.marlin-veryl]
version = "0.11.3"
optional = true