Cargo Features

[dependencies]
iroh-topic-tracker = { version = "0.1.7", default-features = false, features = ["iroh-gossip-cast", "iroh-gossip-auto-discovery"] }
default = iroh-gossip-auto-discovery, iroh-gossip-cast

These default features are set whenever iroh-topic-tracker is added without default-features = false somewhere in the dependency tree.

iroh-gossip-cast default iroh-gossip-auto-discovery = iroh-gossip
iroh-gossip-auto-discovery default = iroh-gossip, iroh-gossip-cast

Affects integrations::iroh_gossip

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.

iroh-gossip iroh-gossip-auto-discovery iroh-gossip-cast

Enables iroh-gossip

Optional dependencies