Cargo Features

[dependencies]
fuel-core-chain-config = { version = "0.26.0", default-features = false, features = ["std", "parquet", "random", "test-helpers"] }
default = std

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

std default parquet?

Enables use_std of itertools, 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.

serde_json std