# 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.79" name = "dunge_macros" version = "0.3.3" authors = ["nanoqsh"] description = "Procmacro for the dunge library" documentation = "https://docs.rs/dunge" readme = "README.md" keywords = [ "graphics", "wgpu", ] license = "MIT" repository = "https://github.com/nanoqsh/dunge" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [lints.clippy] cast-lossless = "deny" flat-map-option = "deny" manual-assert = "deny" match-wildcard-for-single-variants = "deny" missing-assert-message = "deny" semicolon-if-nothing-returned = "deny" trivially-copy-pass-by-ref = "deny" unwrap-used = "deny" use-self = "deny"