Cargo Features

[dependencies]
fuel-asm = { version = "0.49.0", default-features = false, features = ["std", "alloc", "typescript", "serde", "arbitrary"] }
default = std

The std feature is set by default whenever fuel-asm is added without default-features = false somewhere in the dependency tree.

std default = alloc

Enables optional serde, std of fuel-types

alloc std
typescript = wasm-bindgen
serde

Enables serde

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.

wasm-bindgen typescript?
arbitrary implicit feature

Enables arbitrary

arbitrary:

The trait for generating structured data from unstructured data