@@ -15,7 +15,7 @@ default = ["std", "async-await", "async-await-macro"]
1515std = [" alloc" , " futures-core/std" , " futures-task/std" , " slab" ]
1616alloc = [" futures-core/alloc" , " futures-task/alloc" ]
1717async-await = []
18- async-await-macro = [" async-await" , " futures-macro" , " proc-macro-hack " , " proc-macro-nested " ]
18+ async-await-macro = [" async-await" , " futures-macro" ]
1919compat = [" std" , " futures_01" ]
2020io-compat = [" io" , " compat" , " tokio-io" ]
2121sink = [" futures-sink" ]
@@ -30,18 +30,13 @@ bilock = []
3030read-initializer = [" io" , " futures-io/read-initializer" , " futures-io/unstable" ]
3131write-all-vectored = [" io" ]
3232
33- [build-dependencies ]
34- autocfg = " 1"
35-
3633[dependencies ]
3734futures-core = { path = " ../futures-core" , version = " =1.0.0-alpha.0" , default-features = false }
3835futures-task = { path = " ../futures-task" , version = " =0.4.0-alpha.0" , default-features = false }
3936futures-channel = { path = " ../futures-channel" , version = " =0.4.0-alpha.0" , default-features = false , features = [" std" ], optional = true }
4037futures-io = { path = " ../futures-io" , version = " 0.3.17" , default-features = false , features = [" std" ], optional = true }
4138futures-sink = { path = " ../futures-sink" , version = " =0.4.0-alpha.0" , default-features = false , optional = true }
4239futures-macro = { path = " ../futures-macro" , version = " =0.4.0-alpha.0" , default-features = false , optional = true }
43- proc-macro-hack = { version = " 0.5.19" , optional = true }
44- proc-macro-nested = { version = " 0.1.2" , optional = true }
4540slab = { version = " 0.4.2" , optional = true }
4641memchr = { version = " 2.2" , optional = true }
4742futures_01 = { version = " 0.1.25" , optional = true , package = " futures" }
0 commit comments