Cargo Features
[dependencies]
disaronno = { version = "0.1.5", default-features = false, features = ["macros", "networking"] }
- default = networking
-
The
networking
feature is set by default wheneverdisaronno
is added without
somewhere in the dependency tree.default-features = false - macros = disaronno-macros
- networking default
-
Enables libp2p ^0.45.1
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.