diff --git a/README.md b/README.md index 3e8af9e..c49fe72 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,18 @@ Built on top of [hyper](http://hyper.rs), with a batteries-included mindset. - [Documentation](https://docs.rs/reqwest) +## Requirements + +On Linux: + +- OpenSSL 1.1 (see https://github.com/sfackler/rust-openssl) + +On Windows and macOS: + +- Nothing. + +Reqwest uses [rust-native-tls](https://github.com/sfackler/rust-native-tls), which will use the operating system TLS framework if available, meaning Windows and macOS. On Linux, it will use OpenSSL 1.1. + ## License Licensed under either of