[package] name = "iceberg-catalog-sql" version = "0.2.0" edition = "2021" description = "Sql catalog for Apache Iceberg tables" license = "Apache-2.0" repository = "https://github.com/JanKaul/iceberg-rust" [dependencies] async-trait.workspace = true dashmap = "5.5.3" futures.workspace = true iceberg-rust = { path = "../iceberg-rust", version = "0.2.0" } object_store.workspace = true serde_json.workspace = true sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "any", "sqlite", "postgres", "mysql"], default-features = false } thiserror.workspace = true url.workspace = true uuid = { version = "1.7.0", features = ["v4"] } [dev-dependencies] tokio = "1"