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 whenever aranya-afc-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, 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.

Enables indexmap, siphasher, and spin