Cargo Features

[dependencies]
ump-ng-server = { version = "0.4.0", default-features = false, features = ["tokio", "tracing", "watchdog"] }
default = tokio

The tokio feature is set by default whenever ump-ng-server is added without default-features = false somewhere in the dependency tree.

tokio default

Enables async-trait and tokio

Affects ump-ng-server::task

tracing

Enables tracing

watchdog

Enables parking_lot