Cargo Features
lightspeed_core has no features set by default.
[dependencies]
lightspeed_core = { version = "0.64.3", features = ["actix_web", "axum", "poem", "poem_openapi"] }
- actix_web
-
Enables actix-web
Affects
web::actix_web
… - axum
-
Enables axum
Affects
web::axum
… - poem poem_openapi?
-
Enables poem
Affects
web::poem
… - poem_openapi = poem
-
Enables poem-openapi
Affects
poem::openapi
…