Cargo Features

[dependencies]
hala-future = { version = "0.1.6", default-features = false, features = ["futures-executor"] }
default = futures-executor

The futures-executor feature is set by default whenever hala-future is added without default-features = false somewhere in the dependency tree.

futures-executor default

hala-future has 2 features without comments.