Cargo Features
[dependencies]
aranya-crypto-ffi = { version = "0.1.0", default-features = false, features = ["alloc", "std", "testing"] }
- default = alloc
-
The
alloc
feature is set by default wheneveraranya-crypto-ffi
is added without
somewhere in the dependency tree.default-features = false - alloc default std? testing?
-
Enable allocations.
- std = alloc
-
Enable std.
Enables use-std of postcard, std of serde, std of aranya-crypto and aranya-policy-vm
- testing = alloc
-
Enable the
testing
module.Enables serde