Cargo Features

maybe-fut has no features set by default.

[dependencies]
maybe-fut = { version = "0.0.0", features = ["full", "tokio", "tokio-fs", "tokio-sync"] }
full = tokio, tokio-fs, tokio-sync
tokio full? tokio-fs? tokio-sync?

Enables tokio

tokio-fs full? = tokio

Enables fs of tokio

tokio-sync full? = tokio

Enables sync of tokio

maybe-fut has 4 features without comments.