[package] name = "struct2map" description = "Procedural macro library for converting between Rust structs and associative containers" authors = ["ex0dus-0x "] license = "MIT" homepage = "https://github.com/ex0dus-0x/structmap" documentation = "https://docs.rs/structmap" repository = "https://github.com/ex0dus-0x/structmap" version = "0.1.6" edition = "2018" [dependencies] struct2map-derive = { path = "structmap-derive", version = "0.1.6" } [workspace]