[package] name = "arroyo-udf-common" version = "0.2.0" edition = "2021" authors = ["Arroyo Systems "] license = "MIT OR Apache-2.0" readme = "../../../README.md" repository = "https://github.com/ArroyoSystems/arroyo" homepage = "https://arroyo.dev" categories = ["database-implementations", "web-programming"] keywords = ["streaming", "data", "sql", "event-processing"] description = "Common utilities for the Arroyo UDF FFI API" [dependencies] arrow = { workspace = true, features = ["ffi"]} async-ffi = { version = "0.5.0", features = ["macros"] } tokio = { version = "1", features = ["time", "sync"] } syn = { version = "2", features = ["full"] } anyhow = "1.0.82" regex = "1.10.3" serde = { version = "1.0.197", features = ["derive"] }