apimyllama 2.0.3

A Rust library for interacting with the APIMyLlama API.
Documentation
[package]
name = "apimyllama"
version = "2.0.3"
authors = ["Liam Vang <gimerstudios@gmail.com>"]
edition = "2021"
description = "A Rust library for interacting with the APIMyLlama API."
license = "MIT"
repository = "https://github.com/Gimer-Studios/APIMyLlama"
readme = "README.md"
keywords = ["api", "llama", "ai"]
categories = ["api-bindings"]
documentation = "https://docs.rs/apimyllama"
homepage = "https://github.com/Gimer-Studios/APIMyLlama"

[dependencies]
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }

[lib]
name = "apimyllama"
path = "src/lib.rs"