1[package]
2name = "smart-default"
3description = "Rust custom-derive macro for Default with more control on the fields"
4version = "0.7.1"
5edition = "2021"
6authors = ["IdanArye <idanarye@gmail.com>"]
7license = "MIT"
8repository = "https://github.com/idanarye/rust-smart-default"
9documentation = "https://idanarye.github.io/rust-smart-default/"
10readme = "README.md"
11keywords = ["default"]
12
13[lib]
14proc-macro = true
15
16[dependencies]
17syn = "2"
18quote = "1"
19proc-macro2 = "1"
20