Cargo Features

[dependencies]
fuel-core-client = { version = "0.25.3", default-features = false, features = ["subscriptions", "test-helpers"] }
default = subscriptions

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

subscriptions default = eventsource-client, futures, hyper-rustls
test-helpers

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.

eventsource-client subscriptions

Enables eventsource-client ^0.10.2

futures subscriptions
hyper-rustls subscriptions

Enables hyper-rustls ^0.24

Included to enable webpki in the eventsource client