map2struct-derive 0.1.0

derive macro for map2struct.
Documentation
[package]
name = "map2struct-derive"
description = "derive macro for map2struct."
homepage = "https://github.com/jmaarleveld/map2struct"
repository = "https://github.com/jmaarleveld/map2struct"
documentation = "https://docs.rs/map2struct"
readme = "README.md"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.79"
syn = { version = "2.0.58", features = ["full"]}
quote = "1.0.36"