Cargo Features

[dependencies]
iceberg-sql-catalog = { version = "0.5.8", default-features = false, features = ["runtime-tokio", "runtime-async-std"] }
default = runtime-tokio

The runtime-tokio feature is set by default whenever iceberg-sql-catalog is added without default-features = false somewhere in the dependency tree.

runtime-tokio default

Enables runtime-tokio of sqlx

runtime-async-std

Enables runtime-async-std of sqlx

sqlx:

Base runtime features without TLS

iceberg-sql-catalog has 3 features without comments.