[package] name = "typemap-meta" version = "0.2.0" authors = ["Stéphane Magnenat "] edition = "2021" license = "MIT OR Apache-2.0" description = "A simple compile-time macro to create type-to-value maps" repository = "https://github.com/enlightware/typemap-meta" homepage = "https://github.com/enlightware/typemap-meta" readme = "README.md" keywords = ["typemap", "meta-programming", "type-to-value-map"] categories = ["memory-management", "rust-patterns", "no-std"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] typemap-meta-derive = { version = "0.2", path = "../typemap-meta-derive" }