Cargo Features

[dependencies]
tibco_ems = { version = "0.5.1", default-features = false, features = ["streaming", "ems-sys", "tracing", "test_with_ems"] }
default = ems-sys

The ems-sys feature is set by default whenever tibco_ems is added without default-features = false somewhere in the dependency tree.

streaming = futures

Affects tibco_ems::stream

ems-sys default

Enables tibco_ems-sys

Affects tibco_ems::connect

tracing

Enables opentelemetry ^0.18

test_with_ems

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

futures streaming?