Cargo Features

[dependencies]
aranya-idam-ffi = { version = "0.1.0", default-features = false, features = ["alloc", "std", "testing"] }
default = alloc

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

alloc default std?

Enable allocations.

Enables aranya-crypto

std = alloc

Enable std.

Enables use-std of postcard, std of aranya-crypto and aranya-policy-vm

testing

Enable the testing feature.