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 default-features = false somewhere in the dependency tree.

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.

jemallocator jemalloc_allocator?

Enables jemallocator ^0.3