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 whenevertower-util
is added without
somewhere in the dependency tree.default-features = false - 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