• Home
  • Raw
  • Download

Lines Matching +full:rust +full:- +full:executor

14 rust-version = "1.45"
19 composability, and iterator-like interfaces.
21 homepage = "https://rust-lang.github.io/futures-rs"
29 license = "MIT OR Apache-2.0"
30 repository = "https://github.com/rust-lang/futures-rs"
33 all-features = true
34 rustdoc-args = [
35 "--cfg",
42 "async-await",
44 "io-compat",
45 "executor",
46 "thread-pool",
49 [dependencies.futures-channel]
52 default-features = false
54 [dependencies.futures-core]
56 default-features = false
58 [dependencies.futures-executor]
61 default-features = false
63 [dependencies.futures-io]
65 default-features = false
67 [dependencies.futures-sink]
69 default-features = false
71 [dependencies.futures-task]
73 default-features = false
75 [dependencies.futures-util]
78 default-features = false
80 [dev-dependencies.assert_matches]
83 [dev-dependencies.pin-project]
86 [dev-dependencies.pin-utils]
89 [dev-dependencies.static_assertions]
92 [dev-dependencies.tokio]
97 "futures-core/alloc",
98 "futures-task/alloc",
99 "futures-sink/alloc",
100 "futures-channel/alloc",
101 "futures-util/alloc",
103 async-await = [
104 "futures-util/async-await",
105 "futures-util/async-await-macro",
107 bilock = ["futures-util/bilock"]
108 cfg-target-has-atomic = []
111 "futures-util/compat",
115 "async-await",
116 "executor",
118 executor = [
120 "futures-executor/std",
122 io-compat = [
124 "futures-util/io-compat",
128 "futures-core/std",
129 "futures-task/std",
130 "futures-io/std",
131 "futures-sink/std",
132 "futures-util/std",
133 "futures-util/io",
134 "futures-util/channel",
136 thread-pool = [
137 "executor",
138 "futures-executor/thread-pool",
141 "futures-core/unstable",
142 "futures-task/unstable",
143 "futures-channel/unstable",
144 "futures-io/unstable",
145 "futures-util/unstable",
147 write-all-vectored = ["futures-util/write-all-vectored"]