Cargo Features
AsyncDropper has no features set by default.
[dependencies]
async-dropper = { version = "0.3.1", features = ["simple", "derive", "tokio", "async-std"] }
- simple
- derive
-
Affects
async-dropper::AsyncDrop
… - tokio
-
Enables tokio and tokio of async-dropper-derive and async-dropper-simple
async-dropper-derive:
NOTE: version has to be removed if doing local dev with unpublished versions cargo does *not* ignore the version and opt for path
- async-std
-
Enables async-std, async-std of async-dropper-derive and async-dropper-simple