[package]
name = "phaseo"
version = "0.1.0"
edition = "2021"
rust-version = "1.86"
description = "Official Rust SDK for Phaseo Gateway"
license = "MIT"
readme = "README.md"
repository = "https://github.com/phaseoteam/Phaseo"
homepage = "https://phaseo.app"
documentation = "https://docs.rs/phaseo"
keywords = ["ai", "llm", "gateway", "phaseo"]
categories = ["api-bindings", "web-programming::http-client"]
exclude = ["package.json", "tests/smoke_*.rs"]
[dependencies]
serde_json = "1.0"
ureq = "2.9"
url = "2.5"
[lib]
path = "src/lib.rs"