Cargo Features
[dependencies]
fuel-asm = { version = "0.58.2", default-features = false, features = ["std", "alloc", "typescript", "serde"] }
- default = std
-
The
std
feature is set by default wheneverfuel-asm
is added without
somewhere in the dependency tree.default-features = false - 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.