Cargo Features

FfiGen has no features set by default.

[dependencies]
ffi-gen = { version = "0.1.13", features = ["test_runner", "wasm-bindgen"] }
test_runner = tempfile, trybuild

Affects dart::test_runner, js::test_runner, ffi-gen::test_runner, rust::test_runner

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tempfile test_runner?
trybuild test_runner?
wasm-bindgen implicit feature

Enables wasm-bindgen

wasm-bindgen:

Easy support for interacting between JS and Rust