Cargo Features

sfo-http has no features set by default.

[dependencies]
sfo-http = { version = "0.4.0", features = ["actix-web", "openapi", "tide"] }
actix-web = actix-files

Enables actix-web, actix_extras of utoipa, actix-web of utoipa-swagger-ui ^6.0

Affects sfo-http::actix_server

openapi = utoipa, utoipa-swagger-ui

Affects sfo-http::openapi

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.

tide implicit feature

Enables tide

tide:

A minimal and pragmatic Rust web application framework built for rapid development

Affects sfo-http::tide_server, sfo-http::tide_governor_middleware

actix-files actix-web?
utoipa actix-web? openapi?
utoipa-swagger-ui actix-web? openapi?

Enables utoipa-swagger-ui ^6.0