Cargo Features

gostd_http has no features set by default.

[dependencies]
gostd_http = { version = "1.1.5", features = ["async-http", "tokio-runtime", "async-std-runtime"] }
async-http async-std-runtime? tokio-runtime?

Affects gostd_http::async_http

tokio-runtime = async-http, tokio, tokio-rustls
async-std-runtime = async-http, async-std, async-tls

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.

tokio tokio-runtime?
tokio-rustls tokio-runtime?
async-std async-std-runtime?
async-tls async-std-runtime?