# 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 = "catalyzer-macros" version = "0.1.3" authors = ["Матвей Т AtomicGamer9523@github"] description = "Macros to make life easier" homepage = "https://matveit.dev/projects/catalyzer" keywords = [ "rest", "async", "non-blocking", "server", "framework", ] categories = [ "asynchronous", "network-programming", ] license-file = "LICENSE" repository = "https://github.com/AtomicGamer9523/Catalyzer" [lib] path = "lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = ["full"] [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" unused = "warn"