Cargo Features

[dependencies]
postgresql_extensions = { version = "0.17.2", default-features = false, features = ["blocking", "portal-corp", "steampipe", "tensor-chord", "tokio", "native-tls", "rustls-tls"] }
default = native-tls, portal-corp, steampipe, tensor-chord

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

blocking = tokio

Affects postgresql_extensions::blocking

portal-corp default

Enables target-triple, github of postgresql_archive

Affects repository::portal_corp

steampipe default

Enables serde_json, github of postgresql_archive

Affects repository::steampipe

tensor-chord default

Enables target-triple, github of postgresql_archive

Affects repository::tensor_chord

tokio blocking?

Enables tokio, tokio of postgresql_commands

native-tls default

Enables native-tls of postgresql_archive and reqwest

reqwest:

Enables native-tls specific functionality not available by default.

rustls-tls

Enables rustls-tls of postgresql_archive, rustls-tls-native-roots of reqwest