# 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 = "target-iceberg" version = "0.1.0" description = "Singer target for Apache Iceberg" license = "Apache-2.0" repository = "https://github.com/dashbook/target-iceberg" [dependencies.anyhow] version = "1" [dependencies.arrow] version = "50.0.0" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.dashtool-common] version = "0.1" [dependencies.futures] version = "0.3.30" [dependencies.iceberg-rust] version = "0.2" [dependencies.iceberg-rust-spec] version = "0.2" [dependencies.jsonschema] version = "0.17" [dependencies.object_store] version = "0.9" features = [ "aws", "gcp", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.singer] version = "0.1" [dependencies.thiserror] version = "1"