# 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-rest-catalog" version = "0.5.8" authors = ["Jan Kaul"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "REST catalog for the unofficial Iceberg table format implementation" readme = "README.md" license = "Apache-2.0" [lib] name = "iceberg_rest_catalog" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.futures] version = "0.3.30" [dependencies.iceberg-rust] version = "0.5.8" [dependencies.object_store] version = "0.10.1" features = [ "aws", "gcp", ] [dependencies.reqwest] version = "^0.11" features = [ "json", "multipart", ] [dependencies.reqwest-middleware] version = "0.2.0" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.serde_with] version = "^3" features = [ "base64", "std", "macros", ] default-features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.url] version = "^2.2" [dependencies.uuid] version = "1.3.2" features = [ "serde", "v4", ] [dev-dependencies.testcontainers] version = "0.16.7" [dev-dependencies.tokio] version = "1" [dev-dependencies.tracing-subscriber] version = "0.3"