# 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 = "ident-mash" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mash idents together inside macro_rules!" readme = "README.md" keywords = [ "macro", "ident", "concat", "hash", "macro_rules", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/bohdloss/ident-mash" [lib] name = "ident_mash" path = "src/lib.rs" proc-macro = true [[test]] name = "case" path = "tests/case.rs" [[test]] name = "hash" path = "tests/hash.rs" [[test]] name = "multi" path = "tests/multi.rs" [[test]] name = "plain" path = "tests/plain.rs" [[test]] name = "simple" path = "tests/simple.rs" [dependencies.convert_case] version = "0.6.0" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.72"