napparent-tabular 0.1.0

napparent tabular preprocessing — apparent effect features on Apache Arrow batches
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 = "napparent-tabular"
version = "0.1.0"
authors = ["Nik Parcell <nikparcell@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "napparent tabular preprocessing — apparent effect features on Apache Arrow batches"
homepage = "https://github.com/NiklausParcell/napparent"
documentation = "https://docs.rs/napparent-tabular"
readme = "README.md"
keywords = [
    "napparent",
    "arrow",
    "tabular",
    "transparency",
    "preprocessing",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/NiklausParcell/napparent"

[features]
default = []
parquet = [
    "dep:parquet",
    "dep:tokio",
]
progress = [
    "dep:indicatif",
    "dep:ctrlc",
]

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

[dependencies.arrow]
version = "58"
default-features = true

[dependencies.ctrlc]
version = "3.4"
optional = true

[dependencies.indicatif]
version = "0.17"
optional = true

[dependencies.ndarray]
version = "0.17"

[dependencies.ndarrow]
version = "0.0.4"

[dependencies.parquet]
version = "58"
features = [
    "arrow",
    "async",
]
optional = true
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]
optional = true