Cargo Features

AQueue has no features set by default.

[dependencies]
aqueue = { version = "1.4.1", features = ["tokio_time", "async_std_time"] }
tokio_time

Enables time of tokio

async_std_time

Enables unstable of async-std

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 tokio_time?
async-std async_std_time?