Cargo Features

[dependencies]
futures-enum = { version = "0.1.17", default-features = false, features = ["renamed"] }
default = renamed

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

renamed default = find-crate

Enable to allow using this crate as a renamed dependency

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.

NB: futures-* are public dependencies.

find-crate renamed