# 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.70" name = "wildbird_macro_derive" version = "0.0.11" description = "Rust Framework 🦠| Macro System" readme = "README.md" keywords = [ "lazy", "framework", "inject", "service", "singleton", ] categories = [ "data-structures", "development-tools", ] license = "MIT" repository = "https://github.com/PawelJastrzebski/wildbird.rs" [profile.dev] opt-level = 0 debug = 0 incremental = true [profile.release] opt-level = 3 lto = "thin" debug = 0 [lib] proc-macro = true [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["full"]