[package]
edition = "2021"
name = "staged-builder"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A proc macro which generates staged builders for types."
readme = false
keywords = [
"builder",
"staged",
"telescopic",
]
categories = ["no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sfackler/staged-builder"
[lib]
name = "staged_builder"
path = "src/lib.rs"
[[test]]
name = "test"
path = "tests/test.rs"
[dependencies.staged-builder-internals]
version = "0.2.0"