Cargo Features

route_manager has no features set by default.

[dependencies]
route_manager = { version = "0.1.3", features = ["shutdown", "async", "async_io"] }
shutdown

Affects windows::RouteListenerShutdown

async = tokio
async_io = async-io

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.

tokio async?
async-io async_io?