Cargo Features

Elefren has no features set by default.

[dependencies]
elefren = { version = "0.22.0", features = ["all", "json", "env", "rustls-tls"] }
default

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

Enables default-tls of reqwest ^0.9

reqwest:

Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.

all = env, json, toml
json all?

Affects helpers::json

env all? = envy

Affects helpers::env

rustls-tls

Enables rustls-tls of reqwest ^0.9

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.

toml all?

Enables toml ^0.5.0

Affects helpers::toml

envy env?