# 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 = "2021" name = "arroyo-udf-plugin" version = "0.2.0" authors = ["Arroyo Systems "] description = "Plugin interface for Arroyo UDFs" homepage = "https://arroyo.dev" readme = "README.md" keywords = [ "streaming", "data", "sql", "event-processing", ] categories = [ "database-implementations", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ArroyoSystems/arroyo" [dependencies.arrow] version = "51.0.0" features = ["ffi"] [dependencies.arroyo-udf-common] version = "0.2.0" [dependencies.arroyo-udf-macros] version = "0.2.0" [dependencies.async-ffi] version = "0.5.0" features = ["macros"] [dependencies.futures] version = "0.3" [dependencies.tokio] version = "1" features = [ "rt", "sync", "time", "macros", ]