Cargo Features
Pingora-load-balancing has no features set by default.
[dependencies]
pingora-load-balancing = { version = "0.8.1", features = ["openssl", "boringssl", "rustls", "s2n", "openssl_derived", "any_tls", "v2"] }
- openssl = openssl_derived
-
Enables openssl of pingora-core
- boringssl = openssl_derived
-
Enables boringssl of pingora-core
- rustls = any_tls
-
Enables rustls of pingora-core
- s2n = any_tls
-
Enables s2n of pingora-core
- openssl_derived boringssl? openssl? = any_tls
- any_tls openssl_derived? rustls? s2n?
- v2
-
Enables v2 of pingora-ketama
Pingora-load-balancing has 7 features without comments.