Cargo Features

[dependencies]
postgresql_embedded = { version = "0.17.3", default-features = false, features = ["blocking", "bundled", "native-tls", "rustls-tls", "theseus", "tokio", "zonky"] }
default = native-tls, theseus

These default features are set whenever postgresql_embedded is added without default-features = false somewhere in the dependency tree.

blocking = tokio

Affects postgresql_embedded::blocking

bundled

Enables github of postgresql_archive

native-tls default

Enables native-tls of postgresql_archive and tls-native-tls of sqlx

sqlx:

TLS features

rustls-tls

Enables rustls-tls of postgresql_archive and tls-rustls of sqlx

sqlx:

For backwards compatibility

theseus default

Enables theseus of postgresql_archive

tokio blocking?

Enables sqlx and tokio, tokio of postgresql_commands

zonky

Enables zonky of postgresql_archive