Cargo Features

[dependencies]
pingora-proxy = { version = "0.1.1", default-features = false, features = ["openssl", "boringssl"] }
default = openssl

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

openssl default

Enables openssl of pingora-cache and pingora-core

boringssl

Enables boringssl of pingora-cache and pingora-core

pingora-proxy has 3 features without comments.