# 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 = "open_ai_rust_fn_call_extension" version = "0.2.17" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for Open AI function calling to be used with the open_ai_rust crate for syntactic sugar." readme = "README.md" license = "MIT" [lib] name = "open_ai_rust_fn_call_extension" path = "src/lib.rs" proc-macro = true [dependencies.lazy_static] version = "1.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0.36" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.syn] version = "1.0" features = ["full"]