ih-muse-client 0.0.21

Handle communication with the Poet server(s), including request handling and server discovery
Documentation
[package]
name = "ih-muse-client"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
description = "Handle communication with the Poet server(s), including request handling and server discovery"
readme = "../../README.md"

[features]
python = []

[dependencies]
ih-muse-proto = { workspace = true }
ih-muse-core = { workspace = true }

async-trait = { workspace = true }
chrono = { workspace = true, features = ["serde"] }
log = { workspace = true }
once_cell = "1.20.2"
reqwest = { version = "0.12.9", features = ["json", "rustls-tls"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["full"] }
uuid = { workspace = true }