Cargo Features

task-mon has no features set by default.

[dependencies]
task-mon = { version = "0.3.0", features = ["static_ssl"] }
static_ssl

If compiling on a system without OpenSSL installed, or cross-compiling for a different architecture, enable this feature to compile OpenSSL as part of the build. See https://docs.rs/openssl/#vendored

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.

openssl static_ssl?