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 wheneveraranya-aqc-util
is added without
somewhere in the dependency tree.default-features = false - 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.