Cargo Features
[dependencies]
wx-login-middleware = { version = "0.1.0", default-features = false, features = ["axum", "actix-web"] }
- default = actix-web, axum
-
These default features are set whenever
wx-login-middleware
is added without
somewhere in the dependency tree.default-features = false - axum default
-
Enables axum ^0.7.4 and tower ^0.4.13
Affects
preclude::wx_login.axum
,preclude::wx_login.actix_web
…
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.
- actix-web default