Crate vsmtp
Expand description
vSMTP executable
Features flags
Customize the build with the following features flags:
Debugging
-
tokio_console— Enable theconsole-subscriberlayer to collect and aggregate the runtime’stracingdata, and use a gRPC server to exports telemetry to clients.- build the project using
RUSTFLAGS="--cfg tokio_unstable" cargo build --features tokio_console. - add
tokio=trace,runtime=traceto the log level. - run
tokio-console.
- build the project using
Documentation
document-features— Enable document-features to generate the documentation of the dependencies and features flags.
Modules
- Tokio-tracing systems