alopex-dataframe 0.2.0

Polars-compatible DataFrame API for Alopex DB (v0.1)
Documentation
# 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 = "alopex-dataframe"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Polars-compatible DataFrame API for Alopex DB (v0.1)"
readme = false
keywords = [
    "dataframe",
    "arrow",
    "polars",
]
categories = ["data-structures"]
license = "Apache-2.0"
repository = "https://github.com/alopex-db/alopex"

[lib]
name = "alopex_dataframe"
path = "src/lib.rs"

[[test]]
name = "aggregation"
path = "tests/aggregation.rs"

[[test]]
name = "eager_lazy"
path = "tests/eager_lazy.rs"

[[test]]
name = "errors"
path = "tests/errors.rs"

[[test]]
name = "io_roundtrip"
path = "tests/io_roundtrip.rs"

[[test]]
name = "join"
path = "tests/join.rs"

[[test]]
name = "lazy_pushdown"
path = "tests/lazy_pushdown.rs"

[[test]]
name = "nulls"
path = "tests/nulls.rs"

[[test]]
name = "operations"
path = "tests/operations.rs"

[[test]]
name = "p1_ops_integration"
path = "tests/p1_ops_integration.rs"

[[test]]
name = "polars_compat"
path = "tests/polars_compat.rs"

[[test]]
name = "sort"
path = "tests/sort.rs"

[[test]]
name = "unique"
path = "tests/unique.rs"

[dependencies.arrow]
version = "53"

[dependencies.arrow-csv]
version = "53"

[dependencies.parquet]
version = "53"
features = ["arrow"]

[dependencies.regex]
version = "1"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"