Cargo Features
[dependencies]
hyphae-handshake = { version = "0.1.0-beta.0", default-features = false, features = ["alloc", "keylog", "rustcrypto"] }
- default = alloc, rustcrypto
-
These default features are set whenever
hyphae-handshakeis added withoutsomewhere in the dependency tree.default-features = false - alloc default
-
Affects
handshake::AllocHyphaeHandshake… - keylog
- rustcrypto default
-
Enables aes-gcm, blake2, chacha20 ^0.9.1, chacha20poly1305, curve25519-dalek, and sha2 ^0.10.8