[package]
name = "halo_api"
version = "0.3.0"
edition = "2024"
rust-version = "1.96"
license = "MIT OR Apache-2.0"
description = "Unofficial Halo Infinite REST API client for Rust (CSR, service record, match history, and more)."
repository = "https://github.com/nuzzles/halo_api"
readme = "README.md"
keywords = ["halo", "halo-infinite", "gaming", "api"]
categories = ["api-bindings"]
[package.metadata.docs.rs]
all-features = true
[dependencies]
xbox = "0.2"
reqwest = { version = "0.13.4", features = ["json", "query"] }
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
thiserror = "2.0.19"
tokio = { version = "1.53.1", features = ["sync", "time", "macros", "rt"] }
chrono = { version = "0.4.45", features = ["serde"] }
async-trait = "0.1.91"
tracing = "0.1.44"
flate2 = "1.1"
[dev-dependencies]
tokio = { version = "1.53.1", features = ["full"] }
wiremock = "0.6.5"
rpassword = "7.5.4"
roxmltree = "0.21.1"