@@ -14,23 +14,23 @@ edition = "2018"
1414
1515[dependencies ]
1616arf-strings = { version = " 0.6.7" , optional = true }
17- cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.25.0" }
17+ # cap-async-std = { path = "../cap-async-std", optional = true, version = "^0.25.0" }
1818cap-std = { path = " ../cap-std" , optional = true , version = " ^0.25.0" }
1919cap-primitives = { path = " ../cap-primitives" , version = " ^0.25.0" }
2020io-lifetimes = { version = " 0.7.0" , default-features = false }
2121# Enable "unstable" for `spawn_blocking`.
22- async-std = { version = " 1.10.0" , features = [" attributes" , " unstable" ], optional = true }
23- async-trait = { version = " 0.1.42" , optional = true }
22+ # async-std = { version = "1.10.0", features = ["attributes", "unstable"], optional = true }
23+ # async-trait = { version = "0.1.42", optional = true }
2424camino = { version = " 1.0.5" , optional = true }
2525
2626[features ]
2727default = [" std" ]
2828fs_utf8 = [" cap-std/fs_utf8" , " camino" ]
2929arf_strings = [" cap-std/arf_strings" , " fs_utf8" , " arf-strings" ]
3030std = [" cap-std" ]
31- async_std = [" cap-async-std" , " async-std" , " io-lifetimes/async-std" , " async-trait" ]
32- async_std_fs_utf8 = [" cap-async-std/fs_utf8" , " camino" ]
33- async_std_arf_strings = [" cap-async-std/arf_strings" , " async_std_fs_utf8" , " arf-strings" ]
31+ # async_std = ["cap-async-std", "async-std", "io-lifetimes/async-std", "async-trait"]
32+ # async_std_fs_utf8 = ["cap-async-std/fs_utf8", "camino"]
33+ # async_std_arf_strings = ["cap-async-std/arf_strings", "async_std_fs_utf8", "arf-strings"]
3434
3535[target .'cfg(windows)' .dependencies .windows-sys ]
3636version = " 0.36.0"
0 commit comments