Cargo Features

[dependencies]
pelikan-net = { version = "0.2.0", default-features = false, features = ["boringssl", "openssl"] }
default = boringssl

The boringssl feature is set by default whenever pelikan-net is added without default-features = false somewhere in the dependency tree.

boringssl default = boring, boring-sys
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

openssl-sys openssl?