arrowmax 0.1.0

High-performance Arrow data stack: columnar storage, zero-copy streaming, and schema codegen
# 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 = "2024"
name = "arrowmax"
version = "0.1.0"
authors = ["Peter Garfield Bower"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Arrow data stack: columnar storage, zero-copy streaming, and schema codegen"
readme = "README.md"
keywords = [
    "arrow",
    "apache-arrow",
    "streaming",
    "simd",
    "data",
]
categories = [
    "data-structures",
    "encoding",
    "asynchronous",
]
license = "MIT"
resolver = "2"

[features]
default = []
flatarrow = ["dep:flatarrow"]

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

[dependencies.flatarrow]
version = "0.1.0"
optional = true
default-features = false

[dependencies.lightstream]
version = "0.3.0"
default-features = false

[dependencies.minarrow]
version = "0.7.2"
default-features = false