[dependencies.darling]
version = "0.20.3"
[dependencies.proc-macro2]
version = "1.0.66"
[dependencies.quote]
version = "1.0.32"
[dependencies.serde]
features = ["derive"]
version = "1.0.183"
[dependencies.syn]
version = "2.0.28"
[dev-dependencies.serde_json]
version = "1.0.104"
[lib]
proc-macro = true
[package]
categories = ["data-structures"]
description = "derive macro for the variant-map crate, adds another type called StructMap"
edition = "2021"
keywords = ["struct", "enum", "variant", "map", "store"]
license = "MIT"
name = "variant-map-derive"
readme = "README.md"
repository = "https://github.com/mxyns/variant-map"
version = "0.1.0"