Cargo Features

Megumax has no features set by default.

[dependencies]
megumax = { version = "0.3.0", features = ["async"] }
async = async-walkdir, futures, smol

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.

async-walkdir async?

Enables async-walkdir ^0.2.0

futures async?
smol async?

Enables smol ^1.2.2