# 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-cli" version = "0.7.1" authors = [""] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI application to run pipelines defined for the aqueducts framework" homepage = "https://github.com/vigimite/aqueducts" readme = "README.md" keywords = [ "aqueducts", "ETL", "data", "pipeline", "cli", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/vigimite/aqueducts/aqueducts-cli" [[bin]] name = "aqueducts" path = "src/main.rs" [dependencies.aqueducts] version = "0.7.1" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.datafusion] version = "43" [dependencies.datafusion-functions-json] version = "0.43" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.tokio] version = "1" features = [ "rt", "full", ] [features] azure = ["aqueducts/azure"] default = [ "s3", "gcs", "azure", ] gcs = ["aqueducts/gcs"] odbc = ["aqueducts/odbc"] s3 = ["aqueducts/s3"]