Cargo Features

redis-enterprise has no features set by default.

[dependencies]
redis-enterprise = { version = "0.8.7", features = ["tower-integration", "test-support"] }
tower-integration = tower

Affects client::tower_support

test-support = wiremock

Affects redis-enterprise::testing

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.

tower tower-integration?
wiremock test-support?