Cargo Features

[dependencies]
psa-crypto = { version = "0.12.0", default-features = false, features = ["std", "operations", "interface", "prefix"] }
default = operations

The operations feature is set by default whenever psa-crypto is added without default-features = false somewhere in the dependency tree.

std
operations default = interface

Enables operations of psa-crypto-sys

Affects psa-crypto::operations, psa-crypto::init, psa-crypto::initialized

interface operations

Enables interface of psa-crypto-sys

prefix

Enables prefix of psa-crypto-sys