Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

[dependencies]
me0e = { version = "0.2.5", default-features = false, features = ["full", "env", "derive", "toml", "yaml", "json", "jsonc", "url-async", "reqwest-rustls-tls"] }
default = derive, env, json, toml

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

full = derive, env, json, jsonc, toml, url-async, url-blocking, yaml
env default full?

Affects error::FromEnvError, me0e::PartialConfig.from_env_with_provider_and_optional_prefix, me0e::PartialConfig.from_env_with_provider_and_prefix, me0e::PartialConfig.from_env_with_provider, me0e::PartialConfig.from_env_with_prefix, me0e::PartialConfig.from_env, me0e::StdEnv

derive default full?

Enables metre-macros

toml default full?

Enables toml ^0.8.13

yaml full?

Enables serde_yaml

json default full?

Enables serde_json

jsonc full?

Enables json_comments and serde_json

url-blocking url-async full?

Enables reqwest ^0.12.4

reqwest-rustls-tls

Enables optional reqwest ^0.12.4