Cargo Features
[dependencies]
aranya-afc-util = { version = "0.1.0", default-features = false, features = ["alloc", "std", "testing"] }
- default = alloc
-
The
alloc
feature is set by default wheneveraranya-afc-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, tracing, optional siphasher, and optional spin and std of aranya-crypto, aranya-fast-channels, aranya-policy-vm, and optional indexmap
aranya-crypto:
Use std.
- testing = alloc
-
Enable the
testing
module.