Cargo Features
[dependencies]
sparkle-cache-postgres = { version = "0.14.1", default-features = false, features = ["rustls", "native-tls"] }
- default = rustls
-
The
rustls
feature is set by default wheneversparkle-cache-postgres
is added without
somewhere in the dependency tree.default-features = false - rustls default
-
Enables runtime-tokio-rustls of sqlx ^0.6
- native-tls
-
Enables runtime-tokio-native-tls of sqlx ^0.6
sparkle-cache-postgres has 3 features without comments.