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