Cargo Features

Remake has no features set by default.

[dependencies]
remake = { version = "0.1.0", features = ["unstable"] }
unstable

A blanket feature that governs whether unstable features are enabled or not.
Unstable features are disabled by default, and typically rely on unstable features in rustc itself.

For now we don't use this feature.