Cargo Features
[dependencies]
async-foundation = { version = "0.2.1", default-features = false, features = ["test_tools", "net"] }
- default = net
-
The
netfeature is set by default wheneverasync-foundationis added withoutsomewhere in the dependency tree.default-features = false - test_tools
- net default = mio
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.