Cargo Features

async-http-proxy has no features set by default.

[dependencies]
async-http-proxy = { version = "1.2.5", features = ["basic-auth", "runtime-tokio", "runtime-async-std"] }
basic-auth = base64

Affects async-http-proxy::http_connect_tokio_with_basic_auth, async-http-proxy::http_connect_async_std_with_basic_auth

runtime-tokio = tokio

Affects async-http-proxy::http_connect_tokio, async-http-proxy::http_connect_tokio_with_basic_auth

runtime-async-std = async-std

Affects async-http-proxy::http_connect_async_std, async-http-proxy::http_connect_async_std_with_basic_auth

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-std runtime-async-std?
base64 basic-auth?

Enables base64 ^0.13.0

tokio runtime-tokio?