Cargo Features

Respicta has no features set by default.

[dependencies]
respicta = { version = "0.2.0", features = ["server-app-error", "web-service", "command-server", "cli"] }
server-app-error command-server? web-service?

Affects respicta::app_error

web-service cli? = axum, server-app-error, tempfile, tokio

Affects respicta::server

command-server cli? = axum, serde, server-app-error, tokio

Affects respicta::command_server

cli = clap, command-server, web-service

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.

tempfile web-service?
axum command-server? web-service?
clap cli?
tokio command-server? web-service?
serde command-server?