# 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-js" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "JavaScript runtime for Arrow UDFs." readme = "README.md" keywords = [ "arrow", "udf", "javascript", ] license = "Apache-2.0" repository = "https://github.com/risingwavelabs/arrow-udf" [lib] name = "arrow_udf_js" path = "src/lib.rs" [[example]] name = "js" path = "examples/js.rs" [[test]] name = "js" path = "tests/js.rs" [dependencies.anyhow] version = "1" [dependencies.arrow-array] version = "53" [dependencies.arrow-buffer] version = "53" [dependencies.arrow-schema] version = "53" [dependencies.atomic-time] version = "0.1" [dependencies.rquickjs] version = "0.6" features = [ "array-buffer", "parallel", ] [dev-dependencies.arrow-cast] version = "53" features = ["prettyprint"] [dev-dependencies.arrow-select] version = "53" [dev-dependencies.expect-test] version = "1"