Cargo Features

[dependencies]
sandkasten-client = { version = "0.2.1", default-features = false, features = ["reqwest", "blocking", "poem-openapi"] }
default = reqwest

The reqwest feature is set by default whenever sandkasten-client is added without default-features = false somewhere in the dependency tree.

reqwest default blocking?

Enables reqwest and url

blocking = reqwest

Enables blocking of reqwest

poem-openapi

Enables poem-openapi

SandkastenClient has 4 features without comments.