async-openai-macros 0.1.0

Macros for async-openai
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[lib]
name = "async_openai_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Himanshu Neema"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros for async-openai"
edition = "2021"
homepage = "https://github.com/64bit/async-openai"
keywords = ["openai", "macros", "ai"]
license = "MIT"
name = "async-openai-macros"
readme = false
repository = "https://github.com/64bit/async-openai"
rust-version = "1.75"
version = "0.1.0"