[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
[lib]
proc-macro = true
[package]
authors = ["rise0chen <rise0chen@163.com>", "mbecker20 <becker.maxh@gmail.com>"]
categories = ["rust-patterns"]
description = "makes all the properties of a struct type an optional property"
documentation = "https://docs.rs/partial_derive2"
edition = "2021"
license = "MIT"
name = "partial_derive2"
readme = "README.md"
repository = "https://github.com/mbecker20/partial_derive2"
version = "0.1.2"