Cargo Features
[dependencies]
snowflake-api = { version = "0.10.0", default-features = false, features = ["all", "cert-auth", "polars"] }
- default = cert-auth
-
The
cert-auth
feature is set by default wheneversnowflake-api
is added without
somewhere in the dependency tree.default-features = false - 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