# 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-common" version = "0.2.0" authors = ["Arroyo Systems "] description = "Common utilities for the Arroyo UDF FFI API" 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.anyhow] version = "1.0.82" [dependencies.arrow] version = "51.0.0" features = ["ffi"] [dependencies.async-ffi] version = "0.5.0" features = ["macros"] [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.syn] version = "2" features = ["full"] [dependencies.tokio] version = "1" features = [ "time", "sync", ]