Cargo Features

orchestra-toolkit has no features set by default.

[dependencies]
orchestra-toolkit = { version = "0.5.0", features = ["dangerous_enable_ssl_keylog_file"] }
dangerous_enable_ssl_keylog_file

Allows to log the SSL secrets to a file to inspect every HGTP frame sent and received. Enabling this feature will make the encryption worthless. Do not enable this feature in production. To use, set the environment variable SSLKEYLOGFILE to a file path. see https://docs.rs/rustls/latest/rustls/struct.KeyLogFile.html