[dependencies.proc-macro2]
version = "0.4.20"
[dependencies.quote]
version = "0.6.9"
[dependencies.syn]
features = ["derive"]
version = "0.15.18"
[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.3.0"