We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdddc49 commit 6b08c94Copy full SHA for 6b08c94
Cargo.toml
@@ -21,6 +21,7 @@ async-std-runtime = ["async-std"]
21
attributes = ["pyo3-asyncio-macros"]
22
testing = ["clap"]
23
tokio-runtime = ["tokio"]
24
+unstable-streams = []
25
default = []
26
27
[package.metadata.docs.rs]
@@ -109,6 +110,7 @@ once_cell = "1.5"
109
110
pin-project-lite = "0.2"
111
pyo3 = "0.16"
112
pyo3-asyncio-macros = { path = "pyo3-asyncio-macros", version = "=0.16.0", optional = true }
113
+stability = "0.1"
114
115
[dev-dependencies]
116
pyo3 = { version = "0.16", features = ["macros"] }
0 commit comments