Cargo Features

[dependencies]
ump-ng-server = { version = "0.3.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

tokio:

"net" is added as a temporary workaround. Without it building the docs fail
in tokio.

Affects ump-ng-server::task

tracing

Enables tracing

watchdog

Enables parking_lot