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
somewhere in the dependency tree.default-features = false - 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