Cargo Features

GetDir has no features set by default.

[dependencies]
get_dir = { version = "0.4.1", features = ["all", "async-std", "async_std", "tokio"] }
all = async-std, tokio
async-std all? async_std?

Enables async-std

Affects get_dir::async_std

async_std = async-std
tokio all?

Enables tokio

Affects get_dir::tokio