Cargo Features
pyo3-asyncio has no features set by default.
[dependencies]
pyo3-asyncio = { version = "0.20.0", features = ["async-std-runtime", "attributes", "tokio-runtime", "unstable-streams", "testing"] }
- async-std-runtime = async-std
- attributes = pyo3-asyncio-macros
-
Affects
async_std::re_exports
,tokio::re_exports
… - tokio-runtime = tokio
-
Affects
pyo3-asyncio::tokio
… - unstable-streams = async-channel
-
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-asyncio::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?
-
Enables async-channel ^1.6
- clap testing?
-
Enables clap ^3.2
- inventory testing?
- pyo3-asyncio-macros attributes?
- async-std async-std-runtime?
-
Affects
pyo3-asyncio::async_std
… - tokio tokio-runtime?