arrow-ipc 59.2.0

Support for the Arrow IPC format
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 = "2024"
rust-version = "1.85"
name = "arrow-ipc"
version = "59.2.0"
authors = ["Apache Arrow <dev@arrow.apache.org>"]
build = false
include = [
    "benches/*.rs",
    "src/**/*.rs",
    "Cargo.toml",
    "LICENSE.txt",
    "NOTICE.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support for the Arrow IPC format"
homepage = "https://github.com/apache/arrow-rs"
readme = "README.md"
keywords = ["arrow"]
license = "Apache-2.0"
repository = "https://github.com/apache/arrow-rs"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
lz4 = ["lz4_flex"]

[lib]
name = "arrow_ipc"
path = "src/lib.rs"
bench = false

[[bench]]
name = "ipc_reader"
path = "benches/ipc_reader.rs"
harness = false

[[bench]]
name = "ipc_writer"
path = "benches/ipc_writer.rs"
harness = false

[dependencies.arrow-array]
version = "59.2.0"

[dependencies.arrow-buffer]
version = "59.2.0"

[dependencies.arrow-data]
version = "59.2.0"

[dependencies.arrow-schema]
version = "59.2.0"

[dependencies.arrow-select]
version = "59.2.0"

[dependencies.flatbuffers]
version = "25.2.10"
default-features = false

[dependencies.lz4_flex]
version = "0.14"
features = [
    "std",
    "frame",
]
optional = true
default-features = false

[dependencies.zstd]
version = "0.13.0"
optional = true
default-features = false

[dev-dependencies.bytes]
version = "1.9"

[dev-dependencies.criterion]
version = "0.8.0"
default-features = false

[dev-dependencies.memmap2]
version = "0.9.3"

[dev-dependencies.tempfile]
version = "3.3"

[dev-dependencies.tokio]
version = "1.43.0"
features = [
    "io-util",
    "macros",
    "rt",
]