srad 0.5.0

Sparkplug development framework
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 = "2021"
name = "srad"
version = "0.5.0"
authors = ["dpazj"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sparkplug development framework"
homepage = "https://github.com/dpazj/srad"
readme = "README.md"
keywords = [
    "sparkplug",
    "sparkplug-b",
    "mqtt",
    "iot",
    "async",
]
categories = [
    "embedded",
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dpazj/srad"

[features]
app = []
default = [
    "eon",
    "app",
    "rumqtt-client",
]
eon = []
rumqtt-client = []

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

[dependencies.srad-app]
version = "0.3.1"

[dependencies.srad-client]
version = "0.3.1"

[dependencies.srad-client-rumqtt]
version = "0.3.1"

[dependencies.srad-eon]
version = "0.5.0"

[dependencies.srad-macros]
version = "0.3.1"

[dependencies.srad-types]
version = "0.3.1"

[dev-dependencies.tokio]
version = "1.44"
features = [
    "sync",
    "signal",
    "rt-multi-thread",
    "macros",
    "time",
]