Cargo Features
[dependencies]
nginx-cache-purge = { version = "0.4.4", default-features = false, features = ["service"] }
- default = service
-
The
service
feature is set by default whenevernginx-cache-purge
is added without
somewhere in the dependency tree.default-features = false - 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.