Cargo Features
[dependencies]
clevercloud-sdk = { version = "0.11.1", default-features = false, features = ["jsonschemas", "logging", "metrics", "trace", "tokio"] }
- default = logging
-
The
logging
feature is set by default wheneverclevercloud-sdk
is added without
somewhere in the dependency tree.default-features = false - jsonschemas = schemars
- logging default = log
-
Enables logging of oauth10a, log-always of tracing
- metrics
- trace = tracing, tracing-futures
- tokio
-
Enables tokio of oauth10a and tracing-futures
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.