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 wheneverhydrus-api
is added without
somewhere in the dependency tree.default-features = false - 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