Cargo Features

[dependencies]
wolfssl = { version = "1.0.0", default-features = false, features = ["postquantum", "debug"] }
default = postquantum

The postquantum feature is set by default whenever wolfssl is added without default-features = false somewhere in the dependency tree.

postquantum default

Enables postquantum of wolfssl-sys

debug

Note that application code must also call wolfssl::enable_debugging(true)

Enables debug of wolfssl-sys

Affects ssl::SessionConfig.keylogger