# 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_build" version = "0.2.1" authors = ["yanhuangdata"] description = "A basic shared library for gandiva rust udf" 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] name = "gandiva_rust_udf_build" [[bin]] name = "gen-udf-reg" [dependencies.gandiva_rust_udf_common] version = "0.1.0" [dependencies.gandiva_rust_udf_macro] version = "0.1.4" [dependencies.gandiva_rust_udf_shared] version = "0.1.5" [dependencies.lazy_static] version = "1.4.0" features = [] [dependencies.libc] version = "0.2.152" [dependencies.proc-macro2] version = "1.0.78" [dependencies.quote] version = "1.0.28" [dependencies.serde] version = "1.0.64" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.strfmt] version = "0.2.4" [dependencies.syn] version = "2.0.18" features = [ "full", "visit", "visit-mut", ] [dependencies.toml] version = "0.8.10" [dependencies.walkdir] version = "2.4.0"