Cargo Features
pyo3-async-runtimes has no features set by default.
[dependencies]
pyo3-async-runtimes = { version = "0.28.0", features = ["async-std-runtime", "attributes", "tokio-runtime", "unstable-streams", "testing"] }
- async-std-runtime = async-std
- attributes = pyo3-async-runtimes-macros
-
Affects
async_std::re_exports,tokio::re_exports… - tokio-runtime = tokio
-
Affects
pyo3-async-runtimes::tokio… - unstable-streams = async-channel
-
Enables sink of futures-channel and futures-util
Affects
async_std::into_stream_v1,async_std::into_stream_with_locals_v1,async_std::into_stream_with_locals_v2,async_std::into_stream_v2,generic::into_stream_with_locals_v1,generic::into_stream_v1,generic::into_stream_with_locals_v2,generic::into_stream_v2,tokio::into_stream_with_locals_v1,tokio::into_stream_v1,tokio::into_stream_with_locals_v2,tokio::into_stream_v2… - testing = clap, inventory
-
Affects
pyo3-async-runtimes::testing…
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.
- async-channel unstable-streams?
- clap testing?
- inventory testing?
- pyo3-async-runtimes-macros attributes?
- async-std async-std-runtime?
-
Affects
pyo3-async-runtimes::async_std… - tokio tokio-runtime?