# 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 = "datafusion-federation" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Datafusion federation." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/datafusion-contrib/datafusion-federation" [package.metadata.docs.rs] all-features = true no-default-features = true [lib] name = "datafusion_federation" path = "src/lib.rs" [[example]] name = "df-csv" path = "examples/df-csv.rs" required-features = ["sql"] [[example]] name = "df-csv-advanced" path = "examples/df-csv-advanced.rs" required-features = ["sql"] [dependencies.arrow-json] version = "53.2" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.83" [dependencies.datafusion] version = "43.0.0" [dependencies.futures] version = "0.3.31" [dev-dependencies.tokio] version = "1.41" features = ["full"] [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] sql = []