Cargo Features

[dependencies]
e-log = { version = "0.1.8", default-features = false, features = ["std", "tauri-colored", "tauri", "serde_repr", "byte-unit", "time"] }
default = std

The std feature is set by default whenever e-log is added without default-features = false somewhere in the dependency tree.

std default = log
tauri-colored

Enables colored of fern

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.

tauri implicit feature

Enables tauri

tauri:

Make tiny, secure apps for all desktop platforms with Tauri

serde_repr implicit feature

Enables serde_repr

serde_repr:

Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum

byte-unit implicit feature

Enables byte-unit

byte-unit:

A library for interacting with units of bytes

fern tauri-colored?
log std
time implicit feature