# 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 = "sllm-rs" version = "0.1.6" authors = ["Jaemin Kim "] description = "A simple library designed for integrating and interacting with various GPT-like APIs." readme = "README.md" keywords = [ "chatgpt", "gpt", "llm", ] license = "MIT" repository = "https://github.com/geminik23/ai-agents" [lib] name = "sllm" [dependencies.async-trait] version = "0.1" [dependencies.ehttp] version = "0.5" features = ["native-async"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tera] version = "1.19" [dependencies.thiserror] version = "1.0" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.log] version = "0.4" [dev-dependencies.smol] version = "2.0"