# 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.78" name = "luminol-proc-macros" version = "0.4.0" authors = [ "Melody Madeline Lyons ", "Hao Liu ", "Egor Poleshko ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Various uility proc-macros used by Luminol" readme = "README.md" keywords = [ "gamedev", "rpg", "rpg-maker", ] categories = ["games"] license = "GPL-3.0" repository = "https://github.com/Speak2Erase/Luminol" [lib] name = "luminol_proc_macros" path = "src/lib.rs" proc-macro = true [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [lints.clippy] all = "warn" doc_markdown = "allow" missing_errors_doc = "allow" missing_panics_doc = "allow" missing_safety_doc = "warn" too_many_lines = "allow" unnecessary_wraps = "warn" [lints.rust] elided_lifetimes_in_paths = "forbid" rust_2018_idioms = "warn" unsafe_code = "warn" unsafe_op_in_unsafe_fn = "forbid"