apimyllama 2.0.3

A Rust library for interacting with the APIMyLlama API.
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

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

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