# 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 = "openai-func-enums" version = "0.4.0" authors = ["Frank Fralick "] description = "A companion crate for async-openai to ease the composition of function calls by leveraging Rust's type system and enums." homepage = "https://github.com/frankfralick/openai-func-enums" readme = "README.md" keywords = [ "openai", "async-openai", "ai", "clap", ] categories = [ "api-bindings", "command-line-interface", ] license = "MIT" repository = "https://github.com/frankfralick/openai-func-enums" [dependencies.async-openai] version = "0.19.0" [dependencies.async-trait] version = "0.1.72" [dependencies.openai-func-embeddings] version = "0.4.0" [dependencies.openai-func-enums-macros] version = "0.4.0" [dependencies.rkyv] version = "0.7.44" features = ["validation"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.25.0" features = ["sync"] [features] compile_embeddings_all = ["openai-func-enums-macros/compile_embeddings_all"] compile_embeddings_update = ["openai-func-enums-macros/compile_embeddings_update"] function_filtering = ["openai-func-enums-macros/function_filtering"]