Cargo Features

[dependencies]
nanocl_stubs = { version = "0.14.0", default-features = false, features = ["serde", "utoipa", "schemars", "clap", "test"] }
default = serde

The serde feature is set by default whenever nanocl_stubs is added without default-features = false somewhere in the dependency tree.

serde default

Enables serde, serde of chrono, serde of uuid

utoipa

Enables utoipa

schemars

Enables schemars and schemars of bollard-next

bollard-next:

Enable schemars support

clap

Enables clap

test

nanocl_stubs has 6 features without comments.