# 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-python" version = "0.4.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Python runtime for Arrow UDFs." readme = "README.md" keywords = [ "arrow", "udf", "python", ] license = "Apache-2.0" repository = "https://github.com/risingwavelabs/arrow-udf" [lib] name = "arrow_udf_python" path = "src/lib.rs" [[example]] name = "python" path = "examples/python.rs" [[test]] name = "python" path = "tests/python.rs" [dependencies.anyhow] version = "1" [dependencies.arrow-array] version = "53" [dependencies.arrow-buffer] version = "53" [dependencies.arrow-ipc] version = "53" [dependencies.arrow-schema] version = "53" [dependencies.pyo3] version = "0.21" features = ["gil-refs"] [dev-dependencies.arrow-cast] version = "53" features = ["prettyprint"] [dev-dependencies.arrow-select] version = "53" [dev-dependencies.expect-test] version = "1" [build-dependencies.pyo3-build-config] version = "0.21"