[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["extra-traits"]
version = "2.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[lib]
proc-macro = true
[package]
description = "A derive macro for converting a HashMap<String, String> into a struct"
edition = "2021"
license = "MIT"
name = "try-from-map"
readme = "README.md"
repository = "https://github.com/seftontycho/try-from-map"
version = "0.2.1"