Cargo Features

Faktory has no features set by default.

[dependencies]
faktory = { version = "0.13.0", features = ["native_tls", "rustls", "binaries", "ent", "rustls-pki-types", "native-tls", "openssl"] }
native_tls

Enables pin-project and tokio-native-tls

Affects tls::native_tls

rustls

Enables pin-project, rustls-native-certs ^0.7.1, and tokio-rustls ^0.25.0

Affects tls::rustls

binaries

Enables clap and tokio

Required by the loadtest binary

ent

Affects faktory::ent, single::ent, resp::read_bid

Features from optional dependencies

rustls-pki-types cfg(any()) implicit feature

Enables rustls-pki-types

rustls-pki-types:

Shared types for the rustls PKI ecosystem

native-tls cfg(any()) implicit feature

Enables native-tls

native-tls:

A wrapper over a platform's native TLS implementation

openssl cfg(any()) implicit feature

Enables openssl

openssl:

OpenSSL bindings