Cargo Features
[dependencies]
ntdb_unwrap-cli = { version = "0.2.1", default-features = false, features = ["serve"] }
- default = serve
-
The
serve
feature is set by default wheneverntdb_unwrap-cli
is added without
somewhere in the dependency tree.default-features = false - 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.