Cargo Features

[dependencies]
rlt = { version = "0.1.1", default-features = false, features = ["http", "log"] }
default = http

The http feature is set by default whenever rlt is added without default-features = false somewhere in the dependency tree.

http default

Enables http

log

Enables log and tui-logger

rlt has 3 features without comments.