# 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.81" name = "wutengine_util_macro" version = "0.0.9" authors = ["Wouter de Bruijn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Internal utility macros for WutEngine. Not meant for users" homepage = "https://github.com/cloone8/WutEngine" readme = "README.md" keywords = [] categories = ["game-engines"] license = "MPL-2.0" repository = "https://github.com/cloone8/WutEngine" [lib] name = "wutengine_util_macro" path = "src/lib.rs" proc-macro = true [dependencies.itertools] version = "0.13.0" [dependencies.proc-macro2] version = "1.0.89" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.87" features = [ "full", "parsing", ] [lints.clippy] missing_docs_in_private_items = "warn" [lints.rust] missing_docs = "warn" unreachable_pub = "warn" unsafe_op_in_unsafe_fn = "warn"