buddy_client 0.0.1

A client for the Prusa Buddy Firmware http api.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[lib]
name = "buddy_client"
path = "src/lib.rs"

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "reqwest"
path = "examples/reqwest.rs"

[dependencies.reqwest]
version = "0.12.23"
features = [
    "json",
    "blocking",
]

[dependencies.semver]
version = "1.0.27"
features = ["serde"]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dev-dependencies.dotenvy_macro]
version = "0.15.7"

[dev-dependencies.tokio]
version = "1"
features = ["full"]