[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["parsing"]
version = "2.0"
[features]
status = []
[lib]
proc-macro = true
[package]
authors = ["Antonio Yang <yanganto@gmail.com>"]
categories = ["development-tools"]
description = "A library that helps you implement partial updates for your structs."
edition = "2021"
keywords = ["struct", "patch", "macro", "derive", "overlay"]
license = "MIT"
name = "struct-patch-derive"
readme = "README.md"
repository = "https://github.com/yanganto/struct-patch/"
resolver = "1"
version = "0.3.2"