[package] name = "from_hashmap" version = "0.1.0" authors = ["Casey Primozic "] description = "Defines a procedural macro to build a struct from a HashMap containing values for its fields" license = "MIT" repository = "https://github.com/ameobea/tickgrinder" [dependencies] syn = "0.10" quote = "0.3" [lib] proc-macro = true