[package]
edition = "2024"
name = "hdl-cat-std"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard component library for hdl-cat"
readme = "README.md"
keywords = [
"hardware",
"hdl",
"category-theory",
"verilog",
"simulation",
]
categories = [
"hardware-support",
"simulation",
"science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MavenRain/hdl-cat"
[lib]
name = "hdl_cat_std"
path = "src/lib.rs"
[dependencies.hdl-cat-bits]
version = "0.3"
[dependencies.hdl-cat-circuit]
version = "0.3"
[dependencies.hdl-cat-error]
version = "0.3"
[dependencies.hdl-cat-ir]
version = "0.3"
[dependencies.hdl-cat-kind]
version = "0.3"
[dependencies.hdl-cat-sync]
version = "0.3"
[lints.clippy]
manual_map = "warn"
needless_pass_by_value = "warn"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1