[dependencies.darling]
version = "0.21.3"
[dependencies.proc-macro2]
version = "1.0.94"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
version = "2.0.100"
[lib]
name = "const_builder"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc"]
description = "Derive macro for const-compatible compile-time checked builders."
edition = "2024"
exclude = [".vscode/*", ".github/*", "rustfmt.toml"]
keywords = ["builder", "const", "derive", "no_std"]
license = "MIT"
name = "const-builder"
readme = "README.md"
repository = "https://github.com/DPlayer234/const-builder"
rust-version = "1.85"
version = "0.1.5"
[[test]]
name = "miri"
path = "tests/miri.rs"
[[test]]
name = "no_std"
path = "tests/no_std.rs"
[[test]]
name = "works"
path = "tests/works.rs"