Cargo Features
[dependencies]
graphile_worker = { version = "0.8.0", default-features = false, features = ["tls-native-tls", "tls-rustls"] }
- default = tls-rustls
-
The
tls-rustls
feature is set by default whenevergraphile_worker
is added without
somewhere in the dependency tree.default-features = false - tls-native-tls
-
Enables tls-native-tls of graphile_worker_crontab_runner, graphile_worker_migrations, and sqlx ^0.7.4
sqlx:
TLS features
- tls-rustls default
-
Enables tls-rustls of graphile_worker_crontab_runner, graphile_worker_migrations, and sqlx ^0.7.4
sqlx:
For backwards compatibility
graphile_worker has 3 features without comments.