# 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 = "mem_dbg-derive" version = "0.1.6" authors = [ "Tommaso Fontana ", "Sebastiano Vigna ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macros for mem_dbg" readme = "README.md" keywords = [ "allocation", "debug", "memory", ] license = "Apache-2.0 OR LGPL-2.1-or-later" repository = "https://github.com/zommiommy/mem_dbg/" [lib] name = "mem_dbg_derive" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1" [dependencies.syn] version = "2.0"