[package] name = "mini-macro-magic" version = "2.0.2" edition = "2021" license = "MIT OR Apache-2.0" description = "Export tokens to other modules and crates. Now with 100% less proc macros!" repository = "https://gitlab.com/konnorandrews/mini-macro-magic" readme = "README.md" keywords = ["macro", "export", "macro_magic", "mini_macro_magic", "reflection"] categories = ["no-std", "no-std::no-alloc", "rust-patterns"] [dev_dependencies] macro_rules_attribute = "0.2.0" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "doc_example"]