Cargo Features

PowerSQL has no features set by default.

[dependencies]
powersql = { version = "0.3.1", features = ["postgres", "bigquery"] }
postgres = tokio-postgres

Affects execute::Postgres

bigquery = google-bigquery2, hyper, hyper-rustls, serde_json, yup-oauth2

Affects execute::BigqueryRunner

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tokio-postgres postgres?

Enables tokio-postgres ^0.5

google-bigquery2 bigquery?

Enables google-bigquery2 ^1

BigQuery

hyper bigquery?

Enables hyper ^0.10

hyper-rustls bigquery?

Enables hyper-rustls ^0.6

serde_json bigquery?
yup-oauth2 bigquery?

Enables yup-oauth2 ^1.0