Cargo Features

[dependencies]
spectrusty-peripherals = { version = "0.4.0", default-features = false, features = ["snapshot"] }
default = snapshot

The snapshot feature is set by default whenever spectrusty-peripherals is added without default-features = false somewhere in the dependency tree.

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