Cargo Features

[dependencies]
eternaltwin_client = { version = "0.16.0", default-features = false, features = ["http", "mem"] }
default = http, mem

These default features are set whenever eternaltwin_client is added without default-features = false somewhere in the dependency tree.

http default = reqwest

Affects eternaltwin_client::http

mem default

Affects eternaltwin_client::mem

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.

reqwest http

Enables reqwest ^0.11.14