iceberg-sql-catalog 0.9.0

Sql catalog for the unofficial Iceberg table format implementation
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.iceberg-rust]
version = "0.9.0"

[dependencies.object_store]
features = ["aws", "gcp", "azure"]
version = "0.12"

[dependencies.serde_json]
version = "^1.0"

[dependencies.sqlx]
default-features = false
features = ["tls-rustls", "any", "sqlite", "postgres", "mysql"]
version = "0.8"

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "^2.5"

[dependencies.uuid]
features = ["v4"]
version = "1.13.2"

[dev-dependencies.datafusion]
version = "50"

[dev-dependencies.datafusion_iceberg]
version = "0.9.0"

[dev-dependencies.sqlx]
default-features = false
features = ["runtime-tokio", "tls-rustls", "any", "sqlite", "postgres", "mysql"]
version = "0.8"

[dev-dependencies.testcontainers]
version = "0.23"

[dev-dependencies.testcontainers-modules]
features = ["localstack", "postgres"]
version = "0.11"

[dev-dependencies.tokio]
version = "1"

[features]
default = ["runtime-tokio"]
runtime-async-std = ["sqlx/runtime-async-std"]
runtime-tokio = ["sqlx/runtime-tokio"]

[lib]
name = "iceberg_sql_catalog"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Sql catalog for the unofficial Iceberg table format implementation"
edition = "2021"
license = "Apache-2.0"
name = "iceberg-sql-catalog"
readme = false
repository = "https://github.com/JanKaul/iceberg-rust"
version = "0.9.0"