Cargo Features

[dependencies]
aranya-aqc-util = { version = "0.1.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 ^0.9, thiserror, and tracing and std of aranya-crypto and aranya-policy-vm

aranya-crypto:

Use std.

testing = alloc

Enable the testing module.