1# tokio-openssl
2
3An implementation of SSL streams for Tokio built on top of the [`openssl` crate]
4
5[Documentation](https://docs.rs/tokio-openssl)
6
7[`openssl` crate]: https://github.com/sfackler/rust-openssl
8
9# License
10
11This project is licensed under either of
12
13 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
14   http://www.apache.org/licenses/LICENSE-2.0)
15 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
16   http://opensource.org/licenses/MIT)
17
18at your option.
19
20### Contribution
21
22Unless you explicitly state otherwise, any contribution intentionally submitted
23for inclusion in tokio-openssl by you, as defined in the Apache-2.0 license,
24shall be dual licensed as above, without any additional terms or conditions.
25