Cargo Features

[dependencies]
async_tools = { version = "0.1.0", default-features = false, features = ["full", "enabled", "async_from", "async_try_from"] }
default full? = async_from, async_try_from, enabled

These default features are set whenever async_tools is added without default-features = false somewhere in the dependency tree.

full = default
enabled default

Affects async_tools::dependency, async_tools::own, async_tools::orphan, async_tools::exposed, async_tools::prelude

async_from default async_try_from

With async_from

async_try_from default

Enables async_try_from of async_from