You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Would it be possible to modify tokio_serial to specify futures as an optional dependency? It seem to only be used in two places -- once in the unix prelude and another time in the framed serial stream implementation which is already an optional feature.
I don't really personally have a usecase for the framed stream implementation, but the full futures crate with all features is still brought in as a dependency despite being unused (except in that prelude). Is there anything that can be done about this? I'd be glad to contribute a patch, but i'm not sure the importance of re-exporting futures::ready in the unix prelude.
The text was updated successfully, but these errors were encountered:
Hi! Would it be possible to modify
tokio_serial
to specifyfutures
as an optional dependency? It seem to only be used in two places -- once in the unix prelude and another time in the framed serial stream implementation which is already an optional feature.I don't really personally have a usecase for the framed stream implementation, but the full
futures
crate with all features is still brought in as a dependency despite being unused (except in that prelude). Is there anything that can be done about this? I'd be glad to contribute a patch, but i'm not sure the importance of re-exportingfutures::ready
in the unix prelude.The text was updated successfully, but these errors were encountered: