# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # # Based on https://github.com/64bit/async-openai/ by Himanshu Neema # Original Copyright (c) 2022 Himanshu Neema # Licensed under MIT License (see ATTRIBUTIONS-Rust.md) # # Modifications Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. # Licensed under Apache 2.0 [package] name = "async-openai-macros" version.workspace = true edition.workspace = true authors.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true readme.workspace = true [lib] proc-macro = true [dependencies] syn = { version = "2.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0"