# 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 = "gandiva_rust_udf_macro" version = "0.1.4" authors = ["yanhuangdata"] description = "A basic library for gandiva rust udf macro" homepage = "https://github.com/yanhuangdata/gandiva_rust_udf_macros" documentation = "https://github.com/yanhuangdata/gandiva_rust_udf_macros" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/yanhuangdata/gandiva_rust_udf_macros" resolver = "1" [lib] proc-macro = true [dependencies.gandiva_rust_udf_common] version = "0.1.0" [dependencies.gandiva_rust_udf_shared] version = "0.1.2" [dependencies.proc-macro2] version = "1.0.78" [dependencies.quote] version = "1.0.28" [dependencies.syn] version = "2.0.18" features = ["full"] [dev-dependencies.default-args] version = "1.0.0"