[dependencies]
[dev-dependencies]
[features]
default = ["enabled"]
enabled = []
full = ["enabled"]
[lib]
name = "api_grok"
path = "src/lib.rs"
[package]
authors = ["wandalen <wandalen.me@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = """
API client for xAI Grok
"""
documentation = "https://docs.rs/api_grok"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/api_grok"
keywords = ["grok", "xai", "api", "llm"]
license = "MIT"
name = "api_grok"
readme = "readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/api_grok"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = false
features = ["full"]
[[test]]
name = "smoke_test"
path = "tests/smoke_test.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"