Cargo Features

[dependencies]
hydrus-api = { version = "0.10.2", default-features = false, features = ["rustls", "cbor", "json"] }
default = json

The json feature is set by default whenever hydrus-api is added without default-features = false somewhere in the dependency tree.

rustls

Enables rustls of reqwest ^0.11.10

cbor = base64, ciborium
json default = serde_json

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.

ciborium cbor?
serde_json json
base64 cbor?

Enables base64 ^0.13.0