[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[lib]
name = "flarrow_api_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Enzo Le Van <dev@enzo-le-van.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "flarrow (flow + arrow) is a rust runtime/framework for building dataflow applications."
documentation = "https://github.com/flarrow/flarrow-rs"
edition = "2024"
homepage = "https://github.com/flarrow/flarrow-rs"
keywords = []
license = "Apache-2.0"
name = "flarrow-api-derive"
readme = "README.md"
repository = "https://github.com/flarrow/flarrow-rs"
rust-version = "1.85"
version = "0.2.1"