# 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 = "vineyard-datafusion" version = "0.17.2" include = [ "src/**/*.rs", "Cargo.toml", ] description = "Vineyard Rust SDK: arrow datafusion integration for DataFrame" homepage = "https://v6d.io" readme = "README.md" keywords = ["vineyard"] license = "Apache-2.0" repository = "https://github.com/v6d-io/v6d.git" [lib] name = "vineyard_datafusion" path = "src/lib.rs" [dependencies.arrow-array] version = ">=40, <47" [dependencies.arrow-schema] version = ">=40, <47" [dependencies.datafusion] version = ">= 28" [dependencies.itertools] version = "0.11" [dependencies.serde_json] version = "1.0" [dependencies.vineyard] version = "0.17.2" [dev-dependencies.futures] version = "0.3" [dev-dependencies.spectral] version = "0.6" [features] default = ["nightly"] nightly = []