Cargo Features

[dependencies]
monolith = { version = "2.8.3", default-features = false, features = ["vendored-openssl"] }
default = vendored-openssl

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

vendored-openssl default

Compile and statically link a copy of OpenSSL.

Enables vendored of openssl

Used for static linking of the OpenSSL library