Cargo Features
[dependencies]
fuel-core-chain-config = { version = "0.40.0", default-features = false, features = ["std", "parquet", "random", "test-helpers"] }
- default = std
-
The
std
feature is set by default wheneverfuel-core-chain-config
is added without
somewhere in the dependency tree.default-features = false - std default parquet?
-
Enables use_std of itertools ^0.12, std of serde_json and optional tracing, std of anyhow, fuel-core-types, and optional bech32 ^0.9.0
- parquet = std
-
Enables parquet ^49.0, use-std of postcard
Affects
writer::ZstdCompressionLevel
… - random
-
Enables rand, random of fuel-core-types
- test-helpers
-
Enables bech32 ^0.9.0, rand and tracing, random and test-helpers of fuel-core-types
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.