[dependencies.anyhow]
version = "1.0.93"
[dependencies.darling]
version = "0.20.10"
[dependencies.quote]
default-features = false
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1.0.210"
[dependencies.serde_json]
version = "1.0.128"
[dependencies.syn]
default-features = false
features = ["full", "parsing", "printing"]
version = "2"
[dependencies.uuid]
features = ["v4"]
version = "1.11.0"
[lib]
name = "copilot_rs_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Solaren <zhouxiaolinux@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools"]
description = "A Rust SDK for interacting with chat models, providing easy-to-use functions and tools."
edition = "2021"
keywords = ["rust", "chat-model", "sdk", "function-tools", "macro"]
license = "MIT"
name = "copilot-rs-macro"
readme = "README.md"
repository = "https://github.com/ZhouXiaolin/copilot-rs.git"
version = "0.1.2"