Cargo Features
[dependencies]
tabbyssl = { version = "0.10.0", default-features = false, features = ["error_strings", "verifier", "jemalloc_allocator"] }
- default = error_strings, verifier
-
These default features are set whenever
tabbyssl
is added without
somewhere in the dependency tree.default-features = false - error_strings default
-
Enables logging of rustls ^0.16.0
Affects
ssl::tabby_SSL_CIPHER_get_name
… - verifier default
-
Enables dangerous_configuration of rustls ^0.16.0
- jemalloc_allocator = jemallocator
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.