# 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.76" name = "datafusion-ffi" version = "43.0.0" authors = ["Apache DataFusion "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Foreign Function Interface implementation for DataFusion" homepage = "https://datafusion.apache.org" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apache/datafusion" [lib] name = "datafusion_ffi" path = "src/lib.rs" [dependencies.abi_stable] version = "0.11.3" [dependencies.arrow] version = "53.2.0" features = [ "prettyprint", "ffi", ] [dependencies.async-ffi] version = "0.5.0" features = ["abi_stable"] [dependencies.async-trait] version = "0.1.73" [dependencies.datafusion] version = "43.0.0" default-features = false [dependencies.datafusion-proto] version = "43.0.0" [dependencies.doc-comment] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.log] version = "^0.4" [dependencies.prost] version = "0.13.1" [dev-dependencies.tokio] version = "1.36" features = [ "macros", "rt", "sync", ] [lints.clippy] large_futures = "warn" [lints.rust] unused_qualifications = "deny" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin)"]