quininer / tokio-rustls

Asynchronous TLS/SSL streams for Tokio using Rustls.
142 stars 38 forks source link

Shrink down the dependency on tokio #25

Closed erickt closed 5 years ago

erickt commented 5 years ago

it turns out that tokio-rustls only requires a small portion of the tokio stack. This patch slims down the dependencies since not all clients need the full tokio stack.

If this is accepted, would it also be possible to publish a new version? Thanks so much!

quininer commented 5 years ago

Thank you!