Cargo Features

[dependencies]
nakadion = { version = "0.30.0", default-features = false, features = ["partitioner", "reqwest", "metrix", "slog", "log"] }
default = reqwest

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

partitioner = crc

Affects publisher::partitioner

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.

reqwest default

Enables reqwest ^0.11

metrix implicit feature

Enables metrix

metrix:

metrics for application monitoring

slog implicit feature

Enables slog

slog:

Structured, extensible, composable logging for Rust

Affects logging::slog_adapter

log implicit feature

Enables log

log:

A lightweight logging facade for Rust

Affects logging::log_adapter

crc partitioner?

Enables crc ^1.8