Cargo Features

[dependencies]
snowflake-api = { version = "0.8.0", default-features = false, features = ["all", "cert-auth", "polars"] }
default = cert-auth

The cert-auth feature is set by default whenever snowflake-api is added without default-features = false somewhere in the dependency tree.

all = cert-auth, polars
cert-auth default all?

Enables snowflake-jwt

Affects requests::CertLoginRequest

polars all?

support for conversion of arrow and json payloads to dataframes

Enables polars-core and polars-io

polars-core:

polars-support