Cargo Features

async-lazy has no features set by default.

[dependencies]
async-lazy = { version = "0.1.0", features = ["parking_lot", "nightly"] }
parking_lot

Required for const Lazy constructor

Enables parking_lot of tokio

nightly

Required for IntoFuture impls