solace-rs 0.7.2

The Unofficial Solace PubSub+ Rust Client Library. It can be used to access the services of a Solace PubSub+ Event Broker. This is a wrapper around the Solace C library. Use under your own risk! The C library is not included.
Documentation
[dependencies.enum_primitive]
version = "0.1.1"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.solace-rs-sys]
version = "1.0.1"

[dependencies.thiserror]
version = "1.0.40"

[dependencies.tracing]
version = "0.1.37"

[dev-dependencies.tracing-subscriber]
version = "0.3.17"

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

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

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

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

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

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

[lints.clippy]
needless_return = "allow"

[package]
authors = ["Ashim Sedhain <asimsedhain33@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
The Unofficial Solace PubSub+ Rust Client Library.
It can be used to access the services of a Solace PubSub+ Event Broker.
This is a wrapper around the Solace C library. Use under your own risk!
The C library is not included.
"""
documentation = "https://docs.rs/solace-rs"
edition = "2021"
homepage = "https://github.com/asimsedhain/solace-rs"
keywords = ["solace", "messaging"]
license = "MIT"
name = "solace-rs"
readme = "README.md"
repository = "https://github.com/asimsedhain/solace-rs"
rust-version = "1.70.0"
version = "0.7.2"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"