Cargo Features

ExtraHop has no features set by default.

[dependencies]
extrahop = { version = "0.3.0-alpha.1", features = ["native-tls", "topology", "petgraph"] }
native-tls

Enables native-tls of reqwest ^0.10.0

reqwest:

Enables native-tls specific functionality not available by default.

topology = derive_builder

Affects extrahop::activitymap

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.

derive_builder topology?

Enables derive_builder ^0.8.0

petgraph implicit feature

Enables petgraph ^0.4.10

petgraph:

Graph data structure library. Provides graph types and graph algorithms.