# 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 = "bevy_openai" version = "0.1.1" authors = ["Enter "] description = "bevy_openai is an event-driven plugin for Bevy that provides convenient access to the OpenAI API." readme = "README.md" keywords = [ "bevy", "openai", "gpt", ] license = "Apache-2.0" repository = "https://github.com/hytracen/bevy_openai" [dependencies.bevy] version = "0.12.1" [dependencies.derive_builder] version = "0.13.0" [dependencies.futures-lite] version = "2.2.0" [dependencies.openai-api-rs] version = "4.0.4"