[dependencies.proc-macro2]
version = "1.0.19"
[dependencies.quote]
version = "1.0.7"
[dependencies.syn]
version = "1.0.39"
[lib]
proc-macro = true
[package]
authors = ["Adilson Neto <almeidneto@gmail.com>"]
categories = ["development-tools"]
description = "A optional builder derive macro for helping with big constructors with mostly optional parameters"
edition = "2018"
keywords = ["builder", "macro"]
license = "MIT"
name = "optbuilder"
readme = "README.md"
repository = "https://github.com/aaneto/optbuilder"
version = "0.1.2"