Adding hyper_native_tls library as a dependency

Run this command in a terminal, in your project's directory:

cargo add hyper-native-tls

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

hyper-native-tls = "0.3.0"

The hyper_native_tls library will be automatically available globally. Read the hyper_native_tls library documentation.

Back to the crate overview.