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