Cargo Features
[dependencies]
forc-util = { version = "0.66.4", default-features = false, features = ["fuel-tx"] }
- default = fuel-tx
-
The
fuel-tx
feature is set by default wheneverforc-util
is added without
somewhere in the dependency tree.default-features = false
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.
- fuel-tx default
-
Affects
forc-util::tx_utils
…