Cargo Features
[dependencies]
libp2p-auto-relay = { version = "0.1.2", default-features = false, features = ["combine"] }
- default = combine
-
The
combine
feature is set by default wheneverlibp2p-auto-relay
is added without
somewhere in the dependency tree.default-features = false - combine default
-
Enables pin-project
Affects
libp2p-auto-relay::combine
…