[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
[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/"
edition = "2021"
keywords = ["default"]
license = "MIT"
name = "smart-default"
readme = "README.md"
repository = "https://github.com/idanarye/rust-smart-default"
version = "0.7.1"