Cargo Features

[dependencies]
aranya-aqc-util = { version = "0.9.0", default-features = false, features = ["alloc", "std", "testing"] }
default = alloc

The alloc feature is set by default whenever aranya-aqc-util is added without default-features = false somewhere in the dependency tree.

alloc default testing?

Enable allocations.

std

Enables use-std of postcard, std of serde, spin, thiserror, and tracing and std of aranya-crypto ^0.11.0 and aranya-policy-vm ^0.14.0

aranya-crypto:

Use std.

testing = alloc

Enable the testing module.

Enables memstore of aranya-crypto ^0.11.0