Cargo Features

pelikan-net has no features set by default.

[dependencies]
pelikan-net = { version = "0.4.1", features = ["boringssl", "metrics", "openssl"] }
boringssl = boring, boring-sys
metrics = metriken
openssl = openssl-sys

Enables vendored of openssl

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.

boring boringssl?

Enables boring ^3.1.0

boring-sys boringssl?

Enables boring-sys ^3.1.0

metriken metrics?
openssl-sys openssl?