Cargo Features

[dependencies]
disaronno = { version = "0.1.5", default-features = false, features = ["macros", "networking"] }
default = networking

The networking feature is set by default whenever disaronno is added without default-features = false somewhere in the dependency tree.

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.

disaronno-macros macros?