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