Cargo Features

[dependencies]
error_log = { version = "0.1.3", default-features = false, features = ["std", "anyhow", "default-no-std", "errors", "helper-traits", "messages", "native-dialog"] }
default = default-no-std, std

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

std default native-dialog? = time
anyhow = errors

Enables anyhow

Affects presets::ErrorLogAnyhow

default-no-std default = errors, helper-traits, instant-display, messages
errors anyhow? default-no-std helper-traits?

Affects presets::ErrorLogBox

helper-traits default-no-std = errors
instant-display messages default-no-std
native-dialog = std

Enables native-dialog ^0.6.3

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.

time std