# 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 = "arrow_util"
version = "0.1.3"
authors = ["Serhij S.
"]
description = "Tools for Apache Arrow"
readme = "README.md"
keywords = [
"arrow",
"dataframe",
"database",
"convert",
]
license = "Apache-2.0"
repository = "https://github.com/alttch/arrow-util"
[package.metadata.docs.rs]
features = ["full"]
[package.metadata.playground]
features = ["full"]
[lib]
name = "arrow_util"
path = "src/lib.rs"
[dependencies.arrow2]
version = "0.17.0"
features = ["io_ipc"]
optional = true
[dependencies.arrow2_ih]
version = "0.17.0"
features = ["io_ipc"]
optional = true
package = "arrow2"
[dependencies.chrono]
version = "0.4.24"
[dependencies.polars]
version = "0.28.0"
optional = true
[dependencies.sqlx]
version = "0.6.3"
features = [
"chrono",
"postgres",
"runtime-tokio-native-tls",
]
optional = true
[features]
default = ["arrow2"]
full = [
"default",
"sqlx",
"polars",
]