tokio-rs / tokio-tls

An implementation of TLS/SSL streams for Tokio
MIT License
95 stars 37 forks source link

Add feature flag for tokio-proto support #19

Closed proman21 closed 7 years ago

alexcrichton commented 7 years ago

This should already be the case with an optional dependency, but was it not working for you?

proman21 commented 7 years ago

Yeah, I get a cargo error whenever I try to set a feature flag in my config.

error: Packagetokio-tls v0.1.0does not have these features:tokio-proto``

alexcrichton commented 7 years ago

Ah that's just because this hasn't been published yet, but I'll do so now!