feature: feature-gate OpenSSL dependency #100
Labels
S-Not Planned
We don't have any plans to work on this
T-Improvement
Improvement or addition to existing features
sqlx
has a dependency onnative-tls
. Not every environment has OpenSSL and whatever the Win equivalent is.rustls
is more interoperable.https://github.com/getsynth/shuttle/blob/main/api/Cargo.toml#L19 explicitly states
which may be for a good reason.
Consider using
runtime-tokio-rustls
insteadThe text was updated successfully, but these errors were encountered: