[package] name = "gandiva_rust_udf" version = "0.1.0" edition = "2021" authors = ["yanhuangdata"] description = "A library for gandiva rust udfs" documentation = "https://github.com/yanhuangdata/gandiva_rust_udf" readme = "README.md" homepage = "https://github.com/yanhuangdata/gandiva_rust_udf" repository = "https://github.com/yanhuangdata/gandiva_rust_udf" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] members = [ "udf_core", "pi_func", "valid_json_func", "to_hex_func", "num_func", "rad_func", "is_ascii_func", "format_func", "conv_func", "ip_func", "uuid_func", "url_func", "openai_func", ] resolver = "2"