[dependencies.futures]
version = "0.3"
[dependencies.reqwest]
features = ["blocking", "json", "multipart", "stream"]
version = "0.12.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.203"
[dependencies.serde_json]
version = "1.0.117"
[dependencies.thiserror]
version = "1.0.61"
[dev-dependencies.tokio]
features = ["macros", "fs"]
version = "1.38.0"
[dev-dependencies.tokio-macros]
version = "2.3.0"
[lib]
name = "groq_api_rust"
path = "src/lib.rs"
[package]
authors = ["oblivisheee <merizo.labs@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "This library provides the ability to interact with the Groq API."
edition = "2024"
keywords = ["groq", "llm", "ai", "language", "api"]
license = "Apache-2.0"
name = "groq-api-rust"
readme = "README.md"
repository = "https://github.com/oblivisheee/groq-rs"
version = "0.3.0"