Cargo Features

sfo-http has no features set by default.

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

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

Affects sfo-http::actix_server

openapi = utoipa, utoipa-swagger-ui

Affects sfo-http::openapi, openapi::OpenApiServer

hash_sign = base58, itertools, sha2

Affects sfo-http::hash_sign

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?
sha2 hash_sign?
base58 hash_sign?
itertools hash_sign?