[dependencies.heck]
version = "0.5.0"
[dependencies.proc-macro2]
version = "1.0.93"
[dependencies.quote]
version = "1.0.38"
[dependencies.syn]
features = ["full"]
version = "2.0.98"
[lib]
name = "partial_struct"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Esteban <estebanmff@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A proc-macro crate that generates partial versions of Rust structs. Specify omitted fields and custom derives via attributes, then use the generated conversion method to build the full struct."
edition = "2021"
keywords = ["struct", "partial", "estructure"]
license = "MIT OR Apache-2.0"
name = "partial_struct"
readme = "README.md"
repository = "https://github.com/EstebanForero/partial_struct"
version = "0.4.4"