Codebase list rust-stfu8 / 83c9b59
TODO.rst: update futures/tokio/.. status Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Fabian Grünbichler 4 years ago
1 changed file(s) with 18 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
123123
124124 *dependency tree*
125125
126 * futures 0.3.1
127 * futures-executor 0.3.1
128 * futures-util 0.3.1
129 * futures-task 0.3.1
130 * futures-channel 0.3.1
131 * futures-core 0.3.1
132 * future-sink 0.3.1
133 * futures-io 0.3.1
134 * futures-macro 0.3.1
126 * futures 0.3.4
127 * futures-executor 0.3.4
128 * futures-util 0.3.4
129 * futures-task 0.3.4
130 * futures-channel 0.3.4
131 * futures-core 0.3.4
132 * future-sink 0.3.4
133 * futures-io 0.3.4
134 * futures-macro 0.3.4
135135 * pin-utils 0.1.0-alpha.4
136136 * proc-macro-nested 0.1.3
137137
139139
140140 * tokio 0.2.10
141141 * bytes 0.5.3 (outdated)
142 * futures-core 0.3.1 (see above)
142 * futures-core 0.3.4 (see above)
143143 * pin-project-lite 0.1.1
144144 * tokio-macros 0.2.3
145145
148148
149149 * tokio-util 0.2.0
150150 * tokio 0.2.10 (+ subset of dependencies)
151 * futures-sink 0.3.1 (see above)
151 * futures-sink 0.3.4 (see above)
152152
153153 * hyper 0.13.1
154 * futures-* 0.3.1 (see above)
154 * futures-* 0.3.4 (see above)
155155 * h2 0.2.1
156 * futures-* 0.3.1 (see above)
156 * futures-* 0.3.4 (see above)
157157 * http 0.2.0
158158 * bytes 0.5.3 (needed for tokio anyway)
159159 * tokio 0.2.10 (see above)
160160 * tokio-util 0.2.0 (see above)
161 * http-body 0.3.1
161 * http-body 0.3.4
162162 * http 0.2.0 (+ deps)
163163 * pin-project 0.4.7
164164 * pin-project-internal 0.4.7
221221
222222 *NEW, installable as-is*
223223
224 * pin-utils
225 * proc-macro-nested
224 * pin-utils (NEW)
225 * proc-macro-nested (NEW)
226226 * futures-sink
227227 * futures-task
228228 * futures-io
229229 * futures-macro
230230 * tokio-macros
231231 * pin-project-lite
232 * tower-service
232 * tower-service (NEW)
233233 * pin-project-internal + pin-project
234 * paste-impl + paste
234 * paste-impl (NEW) + paste
235235 * webasm-bindgen-futures
236236
237237 *NEW, with dependency within transition*