Cargo Features

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

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

tokio default

Enables async-trait and tokio

tokio:

ToDo: Shouldn't need "net", but without it the docs will not build.
Once this is fixed in tokio, remove "net".

Affects ump-server::task

tracing

Enables tracing

watchdog

Enables parking_lot