rs_service_client 0.1.0

This library provides a client for interacting with Factory+ services in Rust applications.
Documentation
[dependencies.bytes]
version = "1.6.0"

[dependencies.http]
version = "1.1.0"

[dependencies.paho-mqtt]
features = ["vendored-ssl"]
version = "0.12.5"

[dependencies.reqwest]
version = "0.12.4"

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

[dependencies.serde_json]
version = "1.0.116"

[dependencies.sparkplug-rs]
version = "0.4.0"

[dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread"]
version = "1.40.0"

[dependencies.uuid]
features = ["serde", "v4"]
version = "1.8.0"

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

[package]
authors = ["Kavan Price"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "This library provides a client for interacting with Factory+ services in Rust applications."
edition = "2021"
license = "MIT"
name = "rs_service_client"
readme = "README.md"
version = "0.1.0"