Cargo Features
[dependencies]
credent_model = { version = "0.4.1", default-features = false, features = ["base64", "serde"] }
- default = serde
-
The
serde
feature is set by default whenevercredent_model
is added without
somewhere in the dependency tree.default-features = false
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.
- base64 implicit feature
-
Enables base64 ^0.13.0
base64:
encodes and decodes base64 as bytes or utf8
- serde default