# 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 = "typed_macros" version = "1.0.6" exclude = [ "rustfmt.toml", ".gitignore", ] description = "Adds typing to your macro's arguments, making it a lot less of a pain to deal with them." homepage = "https://github.com/blyxyas/typed_macros" documentation = "https://docs.rs/typed_macros" readme = "README.md" keywords = [ "macro", "macros", "utility", ] categories = [ "development-tools", "development-tools::testing", "rust-patterns", ] license = "MIT" repository = "https://github.com/blyxyas/typed_macros" [dependencies]