flarrow-message 0.3.1

flarrow (flow + arrow) is a rust runtime/framework for building dataflow applications.
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 = "flarrow-message"
version = "0.3.1"
authors = ["Enzo Le Van <dev@enzo-le-van.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "flarrow (flow + arrow) is a rust runtime/framework for building dataflow applications."
homepage = "https://github.com/flarrow/flarrow-rs"
documentation = "https://github.com/flarrow/flarrow-rs"
readme = "README.md"
keywords = []
categories = []
license = "Apache-2.0"
repository = "https://github.com/flarrow/flarrow-rs"

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

[[example]]
name = "message_complex"
path = "examples/message_complex.rs"

[[example]]
name = "message_derive"
path = "examples/message_derive.rs"

[[example]]
name = "message_enum_derive"
path = "examples/message_enum_derive.rs"

[[example]]
name = "message_enum_impl"
path = "examples/message_enum_impl.rs"

[[example]]
name = "message_impl"
path = "examples/message_impl.rs"

[[test]]
name = "zero_copy"
path = "tests/zero_copy.rs"

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

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

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

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

[dependencies.eyre]
version = "0.6"
features = ["auto-install"]
default-features = false

[dependencies.flarrow-message-derive]
version = "0.3.1"