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 whenevermonolith
is added without
somewhere in the dependency tree.default-features = false - vendored-openssl default
-
Compile and statically link a copy of OpenSSL.
Used for static linking of the OpenSSL library