Cargo Features
[dependencies]
spectrusty-peripherals = { version = "0.4.0", default-features = false, features = ["snapshot"] }
- default = snapshot
-
The
snapshot
feature is set by default wheneverspectrusty-peripherals
is added without
somewhere in the dependency tree.default-features = false - snapshot default = base64, serde
-
Enables snapshot of spectrusty-core
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 snapshot
-
Enables base64 ^0.20
- serde snapshot