Cargo Features
[dependencies]
mould = { version = "0.0.22", default-features = false, features = ["wsmould", "iomould"] }
- default = iomould, wsmould
-
These default features are set whenever
mould
is added without
somewhere in the dependency tree.default-features = false - wsmould default = hyper, websocket
-
Affects
server::wsmould
… - iomould default
-
Affects
server::iomould
…
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.
- hyper wsmould
-
Enables hyper ^0.10.8
- websocket wsmould
-
Enables websocket ^0.19.1