Cargo Features
[dependencies]
aranya-crypto-ffi = { version = "0.21.0", default-features = false, features = ["alloc", "std", "testing"] }
- default = alloc
-
The
allocfeature is set by default wheneveraranya-crypto-ffiis added withoutsomewhere in the dependency tree.default-features = false - alloc default std? testing?
-
Enable allocations.
- std = alloc
-
Enable std.
Enables use-std of postcard, std of aranya-crypto and aranya-policy-vm, std of serde and thiserror
- testing = alloc
-
Enable the
testingmodule.Enables serde, memstore of aranya-crypto