# 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 = "myval"
version = "0.1.22"
authors = ["Serhij S.
"]
description = "Lightweight Apache Arrow data frame"
readme = "README.md"
keywords = [
"arrow",
"dataframe",
"database",
"convert",
]
license = "Apache-2.0"
repository = "https://github.com/alttch/myval"
[package.metadata.docs.rs]
features = ["full"]
[package.metadata.playground]
features = ["full"]
[lib]
name = "myval"
path = "src/lib.rs"
[dependencies.arrow2]
version = "0.17.0"
features = [
"io_ipc",
"compute_concatenate",
]
optional = true
[dependencies.arrow2_ih]
version = "0.17.0"
features = [
"io_ipc",
"compute_concatenate",
]
optional = true
package = "arrow2"
[dependencies.async-stream]
version = "0.3.5"
optional = true
[dependencies.chrono]
version = "0.4.24"
[dependencies.futures]
version = "0.3.28"
optional = true
[dependencies.polars]
version = "0.28.0"
optional = true
[dependencies.serde]
version = "1.0.160"
features = ["derive"]
optional = true
[dependencies.serde_json]
version = "1.0.96"
optional = true
[dependencies.sqlx]
version = "0.6.3"
features = [
"chrono",
"postgres",
"runtime-tokio-native-tls",
]
optional = true
[features]
default = ["arrow2"]
full = [
"default",
"postgres",
"polars",
"json",
]
json = [
"serde_json",
"serde",
]
postgres = [
"sqlx",
"serde_json",
"serde",
"async-stream",
"futures",
]