[package] name = "structmap" 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] structmap-derive = { path = "structmap-derive", version = "0.1.5" } [workspace]