[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "1.0"
[lib]
name = "rsb_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Abdulla Abdurakhmanov <me@abdolence.dev>"]
categories = ["rust-patterns"]
description = "An opinionated macro implementation for Rust struct builder pattern with compile-time validation"
documentation = "https://github.com/abdolence/rust-struct-builder"
edition = "2021"
homepage = "https://github.com/abdolence/rust-struct-builder"
include = ["Cargo.toml", "src/**/*.rs", "../README.md", "../LICENSE"]
keywords = ["builder", "class", "pattern", "compile-time"]
license = "Apache-2.0"
name = "rsb_derive"
readme = "README.md"
repository = "https://github.com/abdolence/rust-struct-builder"
version = "0.5.1"