# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.75" name = "x-ai" version = "0.0.1" authors = ["Mahmoud Harmouch "] build = false exclude = ["tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "✨ A cli, tui, and sdk for interacting with the 𝕏-AI API" documentation = "https://docs.rs/x-ai" readme = "README.md" keywords = [ "client", "xai", "grok", "ai", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/opensass/x-ai" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 panic = "abort" incremental = false strip = true [lib] name = "x_ai" path = "src/lib.rs" [dependencies.reqwest] version = "0.12.9" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.thiserror] version = "2.0.3" [dev-dependencies.tokio] version = "1.41.1" features = ["full"] [badges.maintenance] status = "actively-developed"