aranya-perspective-ffi has no features set by default.
[dependencies] aranya-perspective-ffi = { version = "0.1.0", features = ["alloc", "std", "testing"] }
Enable allocations.
Enable std.
Enable the testing module.
testing