# 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" rust-version = "1.65.0" name = "metamatch" version = "0.2.4" authors = ["Christian Schwarz "] description = """ A proc-macro for generating repetitive match arms. """ documentation = "https://docs.rs/metamatch" readme = "README.md" keywords = [ "match", "macro", "generator", "boilerplate", "repetition", ] categories = [ "development-tools", "no-std", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/cmrschwarz/metamatch" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] path = "src/lib.rs" test = false proc-macro = true [dependencies] [dev-dependencies.paste] version = "1.0.15"