[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["IdanArye <idanarye@gmail.com>"]
description = "Rust custom-derive macro for Default with more control on the fields"
documentation = "https://idanarye.github.io/rust-smart-default/"
keywords = ["default"]
license = "MIT"
name = "smart-default"
readme = "README.md"
repository = "https://github.com/idanarye/rust-smart-default"
version = "0.6.0"