Cargo Features

[dependencies]
cute-log = { version = "2.2.0", default-features = false, features = ["std", "timestamp", "local_timestamp"] }
default = timestamp

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

std
timestamp default local_timestamp? = time
local_timestamp = timestamp

Enables local-offset of time

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 not android wasm32 local_timestamp? timestamp