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 default-features = false somewhere in the dependency tree.

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

hyper wsmould

Enables hyper ^0.10.8

websocket wsmould

Enables websocket ^0.19.1