Cargo Features

ngrok has no features set by default.

[dependencies]
ngrok = { version = "0.14.0-pre.12", features = ["hyper", "axum", "online-tests", "long-tests", "authenticated-tests", "paid-tests"] }
hyper axum? online-tests?

Enables http1 and server of hyper ^0.14.23

axum online-tests? = hyper

Enables axum ^0.6.1

online-tests authenticated-tests? long-tests? = axum, hyper
long-tests = online-tests
authenticated-tests paid-tests? = online-tests
paid-tests = authenticated-tests

ngrok has 6 features without comments.