Cargo Features

RouteManager has no features set by default.

[dependencies]
route_manager = { version = "0.2.11", features = ["bindgen", "shutdown", "async", "async_io"] }
bindgen build

Enables bindgen

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?