Cargo Features
[dependencies]
tibco_ems = { version = "0.5.2", default-features = false, features = ["streaming", "ems-sys", "tracing", "test_with_ems", "serde", "integration-tests"] }
- default = ems-sys, serde
-
These default features are set whenever
tibco_ems
is added without
somewhere in the dependency tree.default-features = false - streaming = futures
-
Affects
tibco_ems::stream
… - ems-sys default
-
Enables tibco_ems-sys
Affects
tibco_ems::connect
… - tracing
-
Enables opentelemetry ^0.25
- test_with_ems
- serde default
-
Enables serde
- integration-tests
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.