# 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.79" name = "datafusion-substrait" version = "43.0.0" authors = ["Apache DataFusion "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DataFusion Substrait Producer and Consumer" homepage = "https://datafusion.apache.org" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apache/datafusion" [lib] name = "datafusion_substrait" path = "src/lib.rs" [[test]] name = "substrait_integration" path = "tests/substrait_integration.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.arrow-buffer] version = "53.2.0" default-features = false [dependencies.async-recursion] version = "1.0" [dependencies.chrono] version = "0.4.38" default-features = false [dependencies.datafusion] version = "43.0.0" default-features = true [dependencies.itertools] version = "0.13" [dependencies.object_store] version = "0.11.0" default-features = false [dependencies.pbjson-types] version = "0.7" [dependencies.prost] version = "0.13" [dependencies.substrait] version = "0.45" features = ["serde"] [dependencies.url] version = "2.2" [dev-dependencies.datafusion-functions-aggregate] version = "43.0.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.36" features = [ "macros", "rt", "sync", ] [features] protoc = ["substrait/protoc"] [lints.clippy] large_futures = "warn" [lints.rust] unused_qualifications = "deny" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin)"]