# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mini-macro-magic" version = "2.0.2" description = "Export tokens to other modules and crates. Now with 100% less proc macros!" readme = "README.md" keywords = [ "macro", "export", "macro_magic", "mini_macro_magic", "reflection", ] categories = [ "no-std", "no-std::no-alloc", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/konnorandrews/mini-macro-magic" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "doc_example", ] [dev-dependencies.macro_rules_attribute] version = "0.2.0"