Cargo Features
[dependencies]
n3agent = { version = "0.1.10", default-features = false, features = ["global_reactor", "futures-executor"] }
- default = futures-executor, global_reactor
-
These default features are set whenever
n3agentis added withoutsomewhere in the dependency tree.default-features = false - global_reactor default
-
Enables global_reactor of n3io and n3quic
- futures-executor default
-
Enables futures-executor of n3-spawner and n3quic
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.