arrow_util 0.1.0

Tools for Apache Arrow
Documentation
[dependencies.arrow2]
features = ["io_ipc"]
version = "0.17.0"

[dependencies.chrono]
version = "0.4.24"

[dependencies.polars]
optional = true
version = "0.28.0"

[dependencies.sqlx]
features = ["chrono", "postgres", "runtime-tokio-native-tls"]
optional = true
version = "0.6.3"

[features]
full = ["sqlx", "polars"]

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

[package]
authors = ["Serhij S. <div@altertech.com>"]
description = "Tools for Apache Arrow"
edition = "2021"
keywords = ["arrow", "dataframe", "database", "convert"]
license = "Apache-2.0"
name = "arrow_util"
readme = "README.md"
repository = "https://github.com/alttch/arrow-util"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["full"]

[package.metadata.playground]
features = ["full"]