[package]
edition = "2024"
rust-version = "1.98.0"
name = "celox-macros"
version = "0.4.1"
authors = ["tignear"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Celox HDL Simulator"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/celox-sim/celox"
resolver = "2"
[lib]
name = "celox_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.fxhash]
version = "0.2.1"
[dependencies.num-bigint]
version = "0.5"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "3.0"
features = [
"full",
"extra-traits",
]
[dependencies.veryl-analyzer]
version = "0.20.3"
[dependencies.veryl-metadata]
version = "0.20.3"
[dependencies.veryl-parser]
version = "0.20.3"
default-features = false
[dev-dependencies.insta]
version = "1.39.0"
[dev-dependencies.prettyplease]
version = "0.3.0"
[lints.clippy]
collapsible_if = "allow"
disallowed_macros = "deny"
disallowed_methods = "deny"
disallowed_types = "deny"
too_many_arguments = "allow"
type_complexity = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.rust]
warnings = "deny"