emarsden / dash-mpd-rs

Rust library for parsing, serializing and downloading media content from a DASH MPD manifest.
MIT License
72 stars 23 forks source link

`fetch` feature pulls in tokio #6

Closed holly-hacker closed 1 year ago

holly-hacker commented 1 year ago

I took a look through the new async changes and that tokio is not a dev-dependency. Since this is a library crate, the rt-multi-thread feature is not required and backoff will take care of its dependency on tokio by itself. So, tokio can be safely moved to be a dev-dependency.