softprops / hyperlocal

🔌 ✨rustlang hyper bindings for local unix domain sockets
MIT License
227 stars 46 forks source link

Only use alloc feature of futures-util #52

Closed anatawa12 closed 2 years ago

anatawa12 commented 2 years ago

I'm sorry for PR without issue. This fix is very small so I made Pull Request.

This crate uses futures-util with default-features so futures-util of this crate depends on more crates (e.g. futures-macro) than futures-util of hyper. That make build slower so I remove default-features and make depends on fewer features of futures-util.

onalante-msft commented 2 years ago

I believe this can be closed now that hyperlocal no longer depends (directly) on futures-util.