[package]
edition = "2021"
rust-version = "1.61.0"
name = "struct-patch-derive"
version = "0.10.5"
authors = ["Antonio Yang <yanganto@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library that helps you implement partial updates for your structs."
readme = "README.md"
keywords = [
"struct",
"patch",
"macro",
"derive",
"overlay",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/yanganto/struct-patch/"
[features]
merge = []
nesting = []
op = []
status = []
[lib]
name = "struct_patch_derive"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = ["parsing"]
[dev-dependencies.pretty_assertions_sorted]
version = "1.2.3"