1# tokio-tls
2
3An implementation of TLS/SSL streams for Tokio built on top of the [`native-tls`
4crate]
5
6## License
7
8This project is licensed under the [MIT license](./LICENSE).
9
10### Contribution
11
12Unless you explicitly state otherwise, any contribution intentionally submitted
13for inclusion in Tokio by you, shall be licensed as MIT, without any additional
14terms or conditions.
15