NLnetLabs / domain

A DNS library for Rust.
https://nlnetlabs.nl/projects/domain/about/
BSD 3-Clause "New" or "Revised" License
332 stars 56 forks source link

Make net not include tokio-rustls. #305

Closed partim closed 2 months ago

partim commented 2 months ago

This PR removes tokio-rustls as a dependency of the net feature so you only get TLS if you ask for it.