[dependencies.reqwest]
features = ["json", "multipart"]
version = "^0.11"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[dependencies.serde_repr]
version = "^0.1"
[dependencies.serde_with]
version = "^3.0"
[dependencies.tokio]
features = ["full"]
version = "^1.0"
[dependencies.url]
version = "^2.2"
[dev-dependencies.tokio-test]
version = "^0.4"
[lib]
name = "blackman_client"
path = "src/lib.rs"
[package]
authors = ["Blackman AI <support@blackman.ai>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "Official Rust client for Blackman AI - The AI API proxy that optimizes token usage"
edition = "2021"
homepage = "https://www.useblackman.ai"
keywords = ["blackman", "ai", "llm", "openai", "api"]
license = "MIT"
name = "blackman-client"
readme = "README.md"
repository = "https://github.com/blackman-ai/rust-sdk"
version = "0.0.10"