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