Cargo Features
act-zero has no features set by default.
[dependencies]
act-zero = { version = "0.4.0", features = ["default-tokio", "default-async-std", "nightly", "tracing"] }
- default-tokio = tokio
- default-async-std = async-std
- default-disabled nightly
- tracing = tynm
-
Affects
act-zero::hidden.type_name_of_val
,act-zero::hidden.type_name_of_addr
…
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 default-tokio?
-
Affects
runtimes::tokio
… - async-std default-async-std?
-
Affects
runtimes::async_std
… - tynm tracing?