Cargo Features

[dependencies]
quinn-hyphae = { version = "0.1.0-beta.0", default-features = false, features = ["helper", "keylog", "rustcrypto"] }
default = helper, rustcrypto

These default features are set whenever quinn-hyphae is added without default-features = false somewhere in the dependency tree.

helper default

Enables quinn

keylog

Enables keylog of hyphae-handshake

rustcrypto default

Enables rustcrypto of hyphae-handshake

quinn-hyphae has 4 features without comments.