Cargo Features

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

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

native-tls default

Enables native-tls of postgresql_embedded and tls-native-tls of sqlx ^0.7.4

sqlx:

TLS features

rustls

Enables rustls of postgresql_embedded and tls-rustls of sqlx ^0.7.4

sqlx:

For backwards compatibility

rsql_driver_postgresql has 3 features without comments.