# 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 = "spring-ai-rs-macro" version = "0.1.1" authors = ["Nick Yahr "] description = "Macros for generating SpringAI module" homepage = "https://neek-sss.gitlab.io/yarsh-technologies-blog/springai/" documentation = "https://neek-sss.gitlab.io/spring-ai/spring_ai_rs_macro/index.html" readme = "README.md" keywords = [ "ai", "spring", "rts", ] categories = ["games"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/Neek-sss/spring-ai/-/tree/main/spring-ai-rs-macro" [lib] proc-macro = true [dependencies.quote] version = "~1" [dependencies.syn] version = "~1" features = ["full"]