Cargo Features
eventio has no features set by default.
[dependencies]
eventio = { version = "0.11.0", features = ["ndarray", "kafka", "pcap"] }
- ndarray
-
Enables ndarray
Affects
eventio::ndarray
… - kafka
-
Enables kafka ^0.9
Affects
eventio::kafka
… - pcap = pcap-parser
-
Affects
eventio::pcap
…
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.
- pcap-parser pcap?
-
Enables pcap-parser ^0.14