Cargo Features
zbx_sender has no features set by default.
[dependencies]
zbx_sender = { version = "0.4.1", features = ["async_tokio", "tls_rustls", "tls_openssl", "tls_rustls_tokio", "tls_openssl_tokio", "tracing", "clap"] }
- async_tokio = tokio
- tls_rustls = _tls_common, rustls, rustls-native-certs, rustls-pemfile, x509-certificate
- tls_openssl = _tls_common, hex, openssl, openssl-errors
- tls_rustls_tokio = tokio-rustls
- tls_openssl_tokio = tokio-openssl
- _tls_common tls_openssl? tls_rustls? = derive_builder
-
Affects
zbx_sender::tls
…
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.
- tokio async_tokio?
- tracing implicit feature
-
Enables tracing
tracing:
Application-level tracing for Rust
- clap implicit feature
-
Enables clap ^3.1.17
clap:
A simple to use, efficient, and full-featured Command Line Argument Parser
- derive_builder _tls_common?
-
Enables derive_builder ^0.11.2
- rustls tls_rustls?
-
Enables rustls ^0.20.4
- rustls-pemfile tls_rustls?
-
Enables rustls-pemfile ^1.0.0
- rustls-native-certs tls_rustls?
-
Enables rustls-native-certs ^0.6.2
- x509-certificate tls_rustls?
-
Enables x509-certificate ^0.13.0
- tokio-rustls tls_rustls_tokio?
-
Enables tokio-rustls ^0.23.4
- openssl tls_openssl?
- hex tls_openssl?
- openssl-errors tls_openssl?
- tokio-openssl tls_openssl_tokio?