# 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-rust" version = "0.5.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial rust implementation of the Iceberg table format" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/JanKaul/iceberg-rust" [lib] name = "iceberg_rust" path = "src/lib.rs" [dependencies.apache-avro] version = "0.16.0" [dependencies.arrow] version = "52.1.0" [dependencies.async-trait] version = "0.1" [dependencies.derive-getters] version = "0.3.0" [dependencies.derive_builder] version = "0.12.0" [dependencies.futures] version = "0.3.30" [dependencies.getrandom] version = "0.2.8" [dependencies.iceberg-rust-spec] version = "0.5.8" [dependencies.itertools] version = "0.10.5" [dependencies.object_store] version = "0.10.1" features = [ "aws", "gcp", ] [dependencies.parquet] version = "52.1.0" features = [ "async", "object_store", ] [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.sqlparser] version = "0.47.0" features = ["visitor"] [dependencies.thiserror] version = "1.0" [dependencies.thrift] version = "0.17.0" default-features = false [dependencies.tokio] version = "1.0" features = ["sync"] [dependencies.url] version = "^2.2" [dependencies.uuid] version = "1.3.2" features = [ "serde", "v4", ]