Cargo Features

[dependencies]
sqlx-crud = { version = "0.4.0", default-features = false, features = ["runtime-actix-native-tls", "runtime-async-std-native-tls", "runtime-tokio-native-tls", "runtime-actix-rustls", "runtime-async-std-rustls", "runtime-tokio-rustls"] }
default = runtime-tokio-rustls

The runtime-tokio-rustls feature is set by default whenever sqlx-crud is added without default-features = false somewhere in the dependency tree.

runtime-actix-native-tls

Enables runtime-actix-native-tls of sqlx ^0.6

runtime-async-std-native-tls

Enables runtime-async-std-native-tls of sqlx ^0.6

sqlx:

Legacy Runtime + TLS features

runtime-tokio-native-tls

Enables runtime-tokio-native-tls of sqlx ^0.6

runtime-actix-rustls

Enables runtime-actix-rustls of sqlx ^0.6

runtime-async-std-rustls

Enables runtime-async-std-rustls of sqlx ^0.6

runtime-tokio-rustls default

Enables runtime-tokio-rustls of sqlx ^0.6

SqlxCrud has 7 features without comments.