aspartial_derive 0.0.4

Derive macros for the aspartial crate. Don't use this crate directly
Documentation
[package]
name = "aspartial_derive"
description = "Derive macros for the aspartial crate. Don't use this crate directly"
version.workspace = true
authors.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true
license.workspace = true

[features]

[lib]
proc-macro = true

[dependencies]
heck = "0.5.0"
proc-macro2 = "1.0.95"
quote = "1.0.40"
syn = { version = "2.0.104", features = ["full"] }