Cargo Features

[dependencies]
slog-loggly = { version = "0.5.1", default-features = false, features = ["http1", "http2", "runtime"] }
default = http1, runtime

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

http1 default

Enables http1 of hyper ^0.14

hyper:

HTTP versions

http2

Enables http2 of hyper ^0.14

runtime default

Enables rt of tokio

tokio:

Includes basic task execution capabilities

slog-loggly has 4 features without comments.