Cargo Features

rocket-slogger has no features set by default.

[dependencies]
rocket-slogger = { version = "0.2.0", features = ["callbacks", "transactions", "local_time", "terminal", "bunyan"] }
callbacks
transactions = chrono, uuid

Affects rocket-slogger::transaction

local_time
terminal = slog-term
bunyan = slog-bunyan

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.

slog-term terminal?
slog-bunyan bunyan?
chrono transactions?
uuid transactions?