[package]
name = "ai-cortex-sdk"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "Rust client SDK for AI Cortex server: PAT auth, device binding, software store, offline license (Ed25519), and auto-update (check-update pull + SSE push)."
repository = "https://github.com/Liangdi/ai-station"
homepage = "https://github.com/Liangdi/ai-station"
documentation = "https://docs.rs/ai-cortex-sdk"
readme = "README.md"
keywords = ["ai-cortex", "license", "sdk", "auto-update", "authentication"]
categories = ["api-bindings", "authentication", "network-programming"]
[dependencies]
reqwest = { version = "0.12", features = ["json", "stream"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
thiserror = "2"
machine-uid = "0.5"
ed25519-dalek = { version = "2", default-features = false }
hex = "0.4"
futures-util = "0.3"