# 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 = "aqueducts-utils" version = "0.7.1" authors = [""] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Framework to build ETL data pipelines declaratively" homepage = "https://github.com/vigimite/aqueducts" readme = "README.md" keywords = [ "aqueducts", "ETL", "data", "pipeline", ] categories = ["api-bindings"] license-file = "LICENSE" repository = "https://github.com/vigimite/aqueducts" [lib] name = "aqueducts_utils" path = "src/lib.rs" [dependencies.datafusion] version = "43" [dependencies.deltalake] version = "0.22.3" features = ["datafusion"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "2" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.tokio] version = "1" features = [ "rt", "full", ] [dev-dependencies.tracing-test] version = "0.2" [features] azure = ["deltalake/azure"] default = [] gcs = ["deltalake/gcs"] s3 = ["deltalake/s3"]