Cargo Features

[dependencies]
graphile_worker = { version = "0.7.1", default-features = false, features = ["tls-native-tls", "tls-rustls"] }
default = tls-rustls

The tls-rustls feature is set by default whenever graphile_worker is added without default-features = false somewhere in the dependency tree.

tls-native-tls

Enables tls-native-tls of graphile_worker_crontab_runner, graphile_worker_migrations, and sqlx

sqlx:

TLS features

tls-rustls default

Enables tls-rustls of graphile_worker_crontab_runner, graphile_worker_migrations, and sqlx

graphile_worker has 3 features without comments.