[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["IdanArye <idanarye@gmail.com>", "Chris Morgan <me@chrismorgan.info>"]
categories = ["rust-patterns"]
description = "Compile-time type-checked builder derive"
documentation = "https://idanarye.github.io/rust-typed-builder/"
keywords = ["builder"]
license = "MIT/Apache-2.0"
name = "typed-builder"
readme = "README.md"
repository = "https://github.com/idanarye/rust-typed-builder"
version = "0.5.1"