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 whenevericeberg-sql-catalog
is added without
somewhere in the dependency tree.default-features = false - 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.