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