[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2"
[lib]
name = "typed_builder_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["IdanArye <idanarye@gmail.com>", "Chris Morgan <me@chrismorgan.info>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Compile-time type-checked builder derive"
documentation = "https://idanarye.github.io/rust-typed-builder/"
edition = "2021"
keywords = ["builder"]
license = "MIT OR Apache-2.0"
name = "typed-builder-macro"
readme = "README.md"
repository = "https://github.com/idanarye/rust-typed-builder"
version = "0.20.0"