# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "iceberg-catalog-sql" version = "0.2.0" description = "Sql catalog for Apache Iceberg tables" license = "Apache-2.0" repository = "https://github.com/JanKaul/iceberg-rust" [dependencies.async-trait] version = "0.1" [dependencies.dashmap] version = "5.5.3" [dependencies.futures] version = "0.3.30" [dependencies.iceberg-rust] version = "0.2.0" [dependencies.object_store] version = "0.9" features = [ "aws", "gcp", ] [dependencies.serde_json] version = "^1.0" [dependencies.sqlx] version = "0.7.2" features = [ "runtime-tokio-rustls", "any", "sqlite", "postgres", "mysql", ] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.url] version = "^2.2" [dependencies.uuid] version = "1.7.0" features = ["v4"] [dev-dependencies.tokio] version = "1"