buddy_client 0.0.1

A client for the Prusa Buddy Firmware http api.
Documentation
[package]
name = "buddy_client"
version = "0.0.1"
edition = "2024"
license = "MIT"
description = "A client for the Prusa Buddy Firmware http api."
repository = "https://github.com/jamesgopsill/buddy_client"
readme = "README.md"
keywords = ["client", "prusa", "MEX", "http", "3d_printing"]

[features]
default = ["async"]
async = []
blocking = []

[dependencies]
reqwest = { version = "0.12.23", features = ["json", "blocking"] }
serde = { version = "1.0.219", features = ["derive"] }
semver = { version = "1.0.27", features = ["serde"] }

[dev-dependencies]
tokio = { version = "1", features = ["full"] }
dotenvy_macro = "0.15.7"