# 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-polars" version = "0.18.1" include = [ "src/**/*.rs", "Cargo.toml", ] description = "Vineyard Rust SDK: polars 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_polars" path = "src/lib.rs" [dependencies.arrow-array] version = ">=40, <45" [dependencies.arrow-schema] version = ">=40, <45" [dependencies.arrow2] version = ">=0.17, <0.18" features = ["arrow"] [dependencies.itertools] version = "0.11" [dependencies.polars-arrow] version = ">=0.32, <34" [dependencies.polars-core] version = ">=0.32, <34" [dependencies.serde_json] version = "1.0" [dependencies.vineyard] version = "0.18.1" [dev-dependencies.spectral] version = "0.6" [features] default = ["nightly"] nightly = []