Cargo Features

ant-libp2p-metrics has no features set by default.

[dependencies]
ant-libp2p-metrics = { version = "0.15.0", features = ["dcutr", "gossipsub", "identify", "kad", "ping", "relay"] }
dcutr = ant-libp2p-dcutr
gossipsub = ant-libp2p-gossipsub
identify = ant-libp2p-identify
kad = ant-libp2p-kad
ping = ant-libp2p-ping
relay = ant-libp2p-relay

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.

ant-libp2p-dcutr dcutr?
ant-libp2p-gossipsub gossipsub?
ant-libp2p-identify identify?
ant-libp2p-kad kad?
ant-libp2p-ping ping?
ant-libp2p-relay relay?