Cargo Features

[dependencies]
pingora-load-balancing = { version = "0.2.0", default-features = false, features = ["openssl", "boringssl"] }
default = openssl

The openssl feature is set by default whenever pingora-load-balancing is added without default-features = false somewhere in the dependency tree.

openssl default

Enables openssl of pingora-core

boringssl

Enables boringssl of pingora-core

pingora-load-balancing has 3 features without comments.