Cargo Features

[dependencies]
colpetto = { version = "0.6.0", default-features = false, features = ["tracing", "tracing-log", "tracing-log-always", "tokio", "helper", "1_22", "1_27"] }
default = 1_22

The 1_22 feature is set by default whenever colpetto is added without default-features = false somewhere in the dependency tree.

tracing tracing-log? tracing-log-always?

Enables tracing

tracing-log = tracing

Enables log of tracing

tracing-log-always = tracing

Enables log-always of tracing

tokio helper?

Enables tokio

helper = tokio

Enables macros, rt and sync of tokio and tokio-stream

Optional stuff

Affects colpetto::helper

1_22 default

Versions

1_23 1_24 1_25 1_26 1_27