# 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" rust-version = "1.64" name = "datafusion-jit" version = "23.0.0" authors = ["Apache Arrow "] description = "Just In Time (JIT) compilation support for DataFusion query engine" homepage = "https://github.com/apache/arrow-datafusion" readme = "README.md" keywords = [ "arrow", "query", "sql", ] license = "Apache-2.0" repository = "https://github.com/apache/arrow-datafusion" resolver = "1" [lib] name = "datafusion_jit" path = "src/lib.rs" [dependencies.arrow] version = "37.0.0" features = ["prettyprint"] [dependencies.cranelift] version = "0.89.0" [dependencies.cranelift-jit] version = "0.89.0" [dependencies.cranelift-module] version = "0.89.0" [dependencies.cranelift-native] version = "0.89.0" [dependencies.datafusion-common] version = "23.0.0" features = ["jit"] [dependencies.datafusion-expr] version = "23.0.0" [dependencies.parking_lot] version = "0.12" [features] jit = []