# 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" rust-version = "1.63" name = "ballista" version = "0.12.0" authors = ["Apache Arrow "] description = "Ballista Distributed Compute" homepage = "https://github.com/apache/arrow-ballista" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apache/arrow-ballista" [dependencies.ballista-core] version = "0.12.0" [dependencies.ballista-executor] version = "0.12.0" optional = true [dependencies.ballista-scheduler] version = "0.12.0" optional = true [dependencies.datafusion] version = "35.0.0" [dependencies.datafusion-proto] version = "35.0.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.sqlparser] version = "0.41.0" [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1.0" [features] azure = ["ballista-core/azure"] default = [] hdfs = ["ballista-core/hdfs"] hdfs3 = ["ballista-core/hdfs3"] s3 = ["ballista-core/s3"] standalone = [ "ballista-executor", "ballista-scheduler", ]