Cargo Features

concurrency_toolkit has no features set by default.

[dependencies]
concurrency_toolkit = { version = "0.2.8", features = ["async_tokio", "permutation_testing"] }
default

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

Enables proc_macro_test, is_sync of maybe-async

async_tokio = tokio

Enables async_tokio of proc_macro_test

permutation_testing = loom

Enables is_sync of maybe-async, permutation_testing of proc_macro_test

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.

tokio async_tokio?
loom permutation_testing?

Enables loom ^0.5.1