[dependencies.proc-macro2]
version = "1.0.94"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
version = "2.0.100"
[lib]
name = "arrow_message_derive"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "arrow-message implements a way to define messages according to the Arrow format in both Rust and Python"
documentation = "https://github.com/Hennzau/arrow-message"
edition = "2024"
license = "Apache-2.0"
name = "arrow-message-derive"
readme = "README.md"
repository = "https://github.com/Hennzau/arrow-message"
resolver = "2"
version = "0.1.6"