Cargo Features
[dependencies]
socio = { version = "0.1.2", default-features = false, features = ["axum", "jwt", "rocket", "actix"] }
- default = jwt
-
The
jwt
feature is set by default wheneversocio
is added without
somewhere in the dependency tree.default-features = false - axum
-
Enables axum-core
Affects
integrations::axum
… - jwt default
-
Enables jsonwebtoken
Affects
socio::jwt
… - rocket
-
Enables rocket
Affects
integrations::rocket
… - actix
-
Enables actix-web
Affects
integrations::actix
…