Cargo Features
[dependencies]
bertie = { version = "0.1.0-pre.2", default-features = false, features = ["secret_integers", "test_utils", "api"] }
- default = api, secret_integers
-
These default features are set whenever
bertie
is added without
somewhere in the dependency tree.default-features = false - secret_integers default
-
Affects
tls13utils::U8
… - test_utils
-
Affects
bertie::test_utils
… - api default
-
The streaming Rust API that everyone should use but is not hacspec.
Affects
bertie::stream
…