tibco_ems 0.5.1

A high level API for the Tibco EMS.
Documentation
[[example]]
name = "stream_text_message"
required-features = ["streaming"]
[dependencies.enum_extract]
version = "0.1"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.opentelemetry]
optional = true
version = "0.18"

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

[dependencies.tibco_ems-sys]
optional = true
version = "1"
[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.futures]
version = "0.3"

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

[features]
default = ["ems-sys"]
ems-sys = ["dep:tibco_ems-sys"]
streaming = ["futures"]
test_with_ems = []
tracing = ["dep:opentelemetry"]

[package]
authors = ["Jens Walter <jens@apimeister.com>"]
description = "A high level API for the Tibco EMS."
documentation = "https://docs.rs/tibco_ems"
edition = "2021"
keywords = ["tibco", "ems"]
license = "Apache-2.0"
name = "tibco_ems"
readme = "README.md"
repository = "https://github.com/apimeister/tibco-ems-rs/"
version = "0.5.1"