derive_builder_macro 0.20.2

Rust macro to automatically implement the builder pattern for arbitrary structs.
Documentation
[dependencies.derive_builder_core]
version = "=0.20.2"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.15"

[features]
alloc = ["derive_builder_core/alloc"]
clippy = ["derive_builder_core/clippy"]
lib_has_std = ["derive_builder_core/lib_has_std"]

[lib]
name = "derive_builder_macro"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Colin Kiegel <kiegel@gmx.de>", "Pascal Hertleif <killercup@gmail.com>", "Jan-Erik Rediger <janerik@fnordig.de>", "Ted Driggs <ted.driggs@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "rust-patterns"]
description = "Rust macro to automatically implement the builder pattern for arbitrary structs."
documentation = "https://docs.rs/derive_builder_macro/0.20.2"
edition = "2018"
keywords = ["derive", "macro", "builder", "setter", "struct"]
license = "MIT OR Apache-2.0"
name = "derive_builder_macro"
readme = "README.md"
repository = "https://github.com/colin-kiegel/rust-derive-builder"
version = "0.20.2"