Cargo Features

[dependencies]
nginx-cache-purge = { version = "0.4.4", default-features = false, features = ["service"] }
default = service

The service feature is set by default whenever nginx-cache-purge is added without default-features = false somewhere in the dependency tree.

service default = axum, axum-extra, enable-ansi-support, hyper, hyper-util, serde, tower, tower-http, tracing, tracing-subscriber

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.

serde service
hyper service
hyper-util service
tower service
axum service
axum-extra service
tracing service
enable-ansi-support service
tracing-subscriber service
tower-http service