hdl-cat-std 0.3.1

Standard component library for hdl-cat
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"
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