Cargo Features

[dependencies]
ntdb_unwrap-cli = { version = "0.2.1", default-features = false, features = ["serve"] }
default = serve

The serve feature is set by default whenever ntdb_unwrap-cli is added without default-features = false somewhere in the dependency tree.

serve default = axum, serde, tokio, utoipa, utoipa-axum, utoipa-scalar

enable a http server to serve the contents of the database

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.

axum serve

Enables axum

for the "serve" feature

tokio serve
utoipa serve
utoipa-axum serve
utoipa-scalar serve
serde serve