We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748093a commit e1fe8acCopy full SHA for e1fe8ac
Cargo.toml
@@ -31,7 +31,7 @@ default = [
31
"pin-project-lite",
32
]
33
docs = ["attributes", "unstable", "default"]
34
-unstable = ["std", "broadcaster"]
+unstable = ["std"]
35
attributes = ["async-attributes"]
36
std = [
37
"alloc",
@@ -55,7 +55,6 @@ alloc = [
55
[dependencies]
56
async-attributes = { version = "1.1.1", optional = true }
57
async-task = { version = "3.0.0", optional = true }
58
-broadcaster = { version = "1.0.0", optional = true }
59
crossbeam-utils = { version = "0.7.2", optional = true }
60
futures-core = { version = "0.3.4", optional = true, default-features = false }
61
futures-io = { version = "0.3.4", optional = true }
0 commit comments