# 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 = "nop-macros" version = "0.2.0" build = false exclude = ["migration/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macros to do nothing, allowing attributes to be used as metadata" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Techcable/nop-macros.rust" [lib] name = "nop_macros" path = "src/lib.rs" proc-macro = true