grok-rust-sdk 0.1.0

Rust SDK for xAI's Grok API - supporting chat, tools, sessions, and collections
[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.uuid]
features = ["v4"]
version = "1.0"

[dev-dependencies.dotenv]
version = "0.15"

[dev-dependencies.meval]
version = "0.2"

[dev-dependencies.tokio-test]
version = "0.4"

[[example]]
name = "basic_chat"
path = "examples/basic_chat.rs"

[[example]]
name = "collections"
path = "examples/collections.rs"

[[example]]
name = "sessions"
path = "examples/sessions.rs"

[[example]]
name = "tool_calling"
path = "examples/tool_calling.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "Rust SDK for xAI's Grok API - supporting chat, tools, sessions, and collections"
documentation = "https://docs.rs/grok-rust-sdk"
edition = "2021"
homepage = "https://github.com/oogalieboogalie/Grok-Rust-SDK"
keywords = ["grok", "xai", "ai", "chat", "tools"]
license = "MIT OR Apache-2.0"
name = "grok-rust-sdk"
readme = "README.md"
repository = "https://github.com/oogalieboogalie/Grok-Rust-SDK"
version = "0.1.0"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"