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 whenever socio is added without default-features = false somewhere in the dependency tree.

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