# 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 = "arrow-udf-wasm" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "WebAssembly runtime for Arrow UDFs." readme = "README.md" keywords = [ "arrow", "udf", "wasm", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/risingwavelabs/arrow-udf" [lib] name = "arrow_udf_wasm" path = "src/lib.rs" [[example]] name = "wasm" path = "examples/wasm.rs" [[test]] name = "build" path = "tests/build.rs" [[test]] name = "wasm" path = "tests/wasm.rs" [dependencies.anyhow] version = "1" [dependencies.arrow-array] version = "53" [dependencies.arrow-ipc] version = "53" [dependencies.arrow-schema] version = "53" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.genawaiter] version = "0.99" [dependencies.once_cell] version = "1" [dependencies.tempfile] version = "3" optional = true [dependencies.wasi-common] version = "22" [dependencies.wasmtime] version = "22" [dev-dependencies.arrow-cast] version = "53" features = ["prettyprint"] [dev-dependencies.expect-test] version = "1" [features] build = ["tempfile"]