# 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-embeddings" version = "0.4.0" 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" license = "MIT" repository = "https://github.com/frankfralick/openai-func-enums" [dependencies.async-openai] version = "0.19.0" [dependencies.rkyv] version = "0.7.44" features = ["validation"] [dependencies.tokio] version = "1.25.0" features = ["sync"]