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 default-features = false somewhere in the dependency tree.

axum default

Enables axum and tower

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