Cargo Features

[dependencies]
tower-util = { version = "0.3.1", default-features = false, features = ["call-all"] }
default = call-all

The call-all feature is set by default whenever tower-util is added without default-features = false somewhere in the dependency tree.

call-all default = futures-util

Affects tower-util::ServiceExt.call_all

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.

futures-util call-all

Enables futures-util

Optional