patchable-macro 0.4.1

Macros 1.1 implementation of #[derive(Patchable)] for the patchable crate
Documentation
[package]
name = "patchable-macro"
description = "Macros 1.1 implementation of #[derive(Patchable)] for the patchable crate"
version.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
categories.workspace = true
keywords.workspace = true
documentation.workspace = true
readme.workspace = true

[lib]
proc-macro = true

[dependencies]
proc-macro2.workspace = true
proc-macro-crate.workspace = true
quote.workspace = true
syn = { workspace = true, features = ["visit"] }